posted 21 years ago
Hi, Cheng. I think this is more of a design issue. You will have to have a class that implements the DB interface, let's say Data. And you will have to figure out a way of provide the services of Data to the clients, not
directly though even with server mode.
I would not let Data extends the Remote. You can draw a diagram first to
model your design. I like to use diagram as that gives you a clear picture of what you have to do and how you want to do it.
Look through this forum, there are lots of good ideas of how to design and implement this assignment. Do a search on anything you want to know, 95% of the time you will get a good results returned to you.
Good luck.
Bing