Section of my assignment,following:
Your choice of RMI or serialized objects will not affect your grade, but no other approach is acceptable. In either case, the program 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. No authentication is required for database access.
About "the program must allow the user to specify the location of the database".
Is this operation taked place in server-side or client-side?
Where does the button(or menu item) which touchs off upper event place?