| Author |
What is Data Server ?
|
Amit Kr Kumar
Ranch Hand
Joined: Feb 08, 2002
Posts: 100
|
|
Hi Team In my design i have a RMIServer.java which binds ConnectionFactory (ConnectionFactory.java) in RMI registry. The connection factory creates and returns connections (RemoteDataAccess objects) which implkements all the public methods of Data.java My question is what is my DataServer in my design Actually i need to define the major components of my app in DesignChoices.txt like: Data Server, Data Client etc Is my Data Server constitutes of all the above three classes ??? Amit [ August 05, 2002: Message edited by: Amit Kr Kumar ]
|
 |
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
|
|
Hi Amit, Basically, your server should consist of the classes that you place under the suncertify.server package. Sometimes classes could logically go into any of the different packages but that's just a judgement call. Hope this helps, Micahel Morris
|
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
|
 |
 |
|
|
subject: What is Data Server ?
|
|
|