"The remote client code that you write must provide all the public methods of the suncertify.db.Data class. " In the documentation from sun, it asks for the above. what does he mean. Any ideas What i understand is that the client must have access to all the public methods of the Data class. ie it should be able to invoke any method of the Data class remotely. Isn't this true. [This message has been edited by Rahul Mahindrakar (edited May 24, 2001).]
Alex Zhang
Ranch Hand
Joined: Apr 19, 2001
Posts: 68
posted
0
All the methods should be included in your client side code... I think this means that we need to include all the services available in the server in our client application.
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1825
posted
0
I don't get you could you please elaborate.
Conor Allen
Ranch Hand
Joined: Apr 27, 2001
Posts: 32
posted
0
I reckon that you have provide all the public methods in the Data class in your remote interface (if you are using rmi). This sort of forces you to put the business logic in the client, however you server is still a generic server for any data class. I imagine that they will ask about this in the followup exam .... Conor
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1825
posted
0
Thats what i have done just wanted to check it up. Thanks
shailesh sonavadekar
Ranch Hand
Joined: Oct 12, 2000
Posts: 1874
posted
0
nice to hear from you , Rahul. After a long time , we are hearing from you. your friendly bartender Shailesh.