AddressBook QBeans JDO Sample Application Tour
Previous | Next
About the Tour This tour describes the overall structure of the Addressbook Sample Application and its relationship to (dependence on) the Addressbook Business Object Model, which contains the business object definitions and the business logic of a simple addressbook application.  The use cases that the application implements are:
  1. View the list of all the persons in the database and their addresses
  2. Search for a particular person (addressee) by name
  3. Get detailed address information for a particular person
  4. Modify address information in the database
  5. Add new person and address to the list
Besides implementing these use cases, the application must be intuitive and easy to use, and it should be flexible enough to connect to any server, as well as have the flexibility to add additional features as needed.

Previous | Next