Originally posted by Kevin Mc Cusker:
Point 1.
Sorry, but what are you trying to ask?.
Point 2.
I am using RMI. the remote object is RemoteDBImp which has a reference to Data.java, as i mentioned earlier. Here is where i am a little confused though.
ok.. I dont know if you have considered multithreading issues when using RMI. RMI does not guarantee how the theads will be created and used. It has significant impact on the design. After considering that you can come to conclusion whether you want to use single data class or multiple data classes.
PS: There has been a good discussion about this within a few months. Please search for the same.