I had the same question, but I think update function is necessary. because when user book a room , appliation need to use update function to update room number in database.
I think if we add delete and create function for gui, that means we must build a new interface for administrator. we can't mix this kind of function for normal client.
my question is : if I implement the delete and create function in Data.java, but I don't provide corresponding Gui for these functions. will I lose point from grader?
Is there anyone has done their project like what I metioned above?
could you tell me did you pass this test by a simple interface(no admin gui).
thanks
Originally posted by T. Anthony Chen:
The DB interface provided by Sun has create/delete/update methods. But in the GUI requirements section, the only two operations mentioned are search and book. I wonder if you actaully provide the create, delete and the full update functionality in the GUI? Thanks.