private Database myDatabase;
This is an integration story. Once upon a time there was the need to integrate between two systems. A meeting (blah!) was scheduled and it was decided that web services are an appropriate integration technology. Fast forward some time, and now you get a strange situation where the other side has found that they are unable to use web services because of technical limitations in Java.
Sound suspicious to me, but whatever. How do you suppose we will integrate, then? Well, they know how to talk to a database...
So, they can't figure out web services but you want to talk to my database? I don't think so.
But you can add security and stored procedures and then they would not be able to do any harm.
So, because they are incompetent, I need to start managing security in the database layer? I don't think so.
create database Application_Integration;
Here is the user/pass, enjoy.
Abstraction is for more than just code.
Now I wonder how long it would take them to complain that I don't do any work because I have a single table in the database.
Comments
Comment preview