| Author |
URLyBird: question about the Non-Network mode
|
Mike Tilling
Ranch Hand
Joined: Feb 17, 2006
Posts: 86
|
|
It was mentionned in my assignement spec : "Architacturally, the non-networked mode must use the database and GUI from the networked form, but must not use the network server code at all" Does this mean that the Data class must be the same on both the client and the server side? Can I have two different codes for Data, one on the server side and the other on the client side?
|
 |
Jimmy Persson
Greenhorn
Joined: Feb 19, 2006
Posts: 8
|
|
Hi. I'm working on the same assignment and I have interpreted the requirements so that you must use the same data class for both network and non networked mode.
|
 |
Ed Tse
Ranch Hand
Joined: Sep 18, 2003
Posts: 183
|
|
|
It is not a good design to have duplicated code for the database class.
|
SCJP, Pre-SCJD (URLyBird 1.3.1), Teradata Cert'd Prof
|
 |
 |
|
|
subject: URLyBird: question about the Non-Network mode
|
|
|