Network Approaches
Your choice of RMI or serialized objects will not affect your grade. In either case, the porgram must allow the user to specify the location of the database, and it must also accept an indication that a local database is to be used, in which case, the networking must be bypassed entirely.
Christian
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
All configuration must be done cia a GUI, and must be persistent between runs of the program. Such configuration information must be stored in a file called suncertify.properities which must be located in the current working directory.
configuration ... must be persistent between runs of the program
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
All configuration MUST be done via a GUI, and MUST be persistent between runs of the program. Such configuration information MUST be stored in a file called suncertify.properities which MUST be located in the current working directory.
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
All configuration MUST be done via a GUI,
It implies properties is configured with some GUI.
and MUST be persistent between runs of the program.
Does this mean suncertify.properties is just configured once, then no changes any more?
the examiner should not have to re-enter the address of the RMI Registry each time they run your client application.
Andrew, I think the host name still needed when a client starts.
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
The instructions do not specify that users can switch databases dynamically.
It's ok if the mode and database are set
only once, at startup time.
It will give me the powers of the gods. Not bad for a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|