Hi,
I have a question about requirements. I saw several times in this forum the following requirement for the database : the public methods of the database interface must be called by the client! Does it means that the database interface must be made Remote ?
Well, in fact, in my instructions, I see that the GUI client must connect to the database. But that's all..
Does it mean that I can use a remote Server object on which I can implement a Facade
pattern (like the session facade
EJB pattern), i.e. make a unique method on the server to which I pass an action to perform ?
Thx for any answer,
Christophe