AddressBook QBeans JDO Sample Application Analysis
Previous | Next
The Application Design The Addressbook Sample Application consists of 7 windows:
Application Window This is the main application window containing a menu bar, and toolbar, and that provides access to all other features of the application. There are numerous runtime configurations that can be set to control the operation of most application features.
Persons View Provides CRUD features for the Person instances stored in the Addressbook, and provides a button to open the list of Addresses for the Person
Addresses View This is a child window of the Persons window, and provides CRUD features for the Addresses of a Person.
New Persons Wizard Guides the user through the process of creating a new Person instance, adding Addresses to the person and setting the default Address.
About Panel Provides instructions on how to use the application, as well as license information.
Salutations View Provides CRUD features for the Salutations ("Mr.", "Mrs.", "Dr.") lookup table that is used in the Persons Window.
Country Provinces/States View   Provides CRUD features for the Country and Province / State instances used in Addresses.


Previous | Next