This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes URLyBird: question about the Non-Network mode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "URLyBird: question about the Non-Network mode" Watch "URLyBird: question about the Non-Network mode" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: URLyBird: question about the Non-Network mode
 
Similar Threads
how to lock or unlock another Processes
URLyBird 1.2.1 - MUST not use the network server code
how to comprehend the "Non-Networked Mode" mentioned in my requirement!
networked form
non-network mode serialization?