| Author |
Where shall I implement the delete/create/lock functionalities?
|
Eric Chou
Greenhorn
Joined: Jul 23, 2008
Posts: 20
|
|
Hi, everyone I just downloaded the assignment document. The document only requires me to implement searching,showing and updating functionalities at the GUI side, means the user can only search the records, select one and update it (make a booking). However, in the interface that I have to implement, there are 3 methods: delete(), create() and lock(). How could a user use those methods through GUI? Do I have to provide those functionalities (which are not required in the document) on GUI? If not, how can the assessor run those methods? Thanks for every reply. I appreciate your generous help. Eric
|
 |
Soroj Margun
Ranch Hand
Joined: Jun 15, 2008
Posts: 44
|
|
Hi Eric, You don't have to provide GUI for that. But you may have to implement it for a (super) user like assessor to run through it using their automatic test system. Wish you pass soon.
|
SCJP 1.2; SCWCD 1.2,1.4; SCBCD 1.3; SCJD 5.0
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10812
|
|
You might want to take a look at the JavaRanch SCJD FAQ, particularly the question "Why do we have lock() methods in the Data class?" Regards, Andrew
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
 |
|
|
subject: Where shall I implement the delete/create/lock functionalities?
|
|
|