Address Book Readme
The address-book module is a slightly enhanced version of the address book trailmap documentation. By default the application is installed
into the front-end fulcrum for access by HTTP on port 8080..
This application uses the HSQLDB embedded Java SQL database.
Installation
You should select the Installer
entrypoint to perform the DB configuration.
Once configured you can use the application here
.
Notes
If you unjar and examine the structure of the address_book module's address space you will find it is quite monolithic. We have done this in order
to make the trailmap relatively simple to follow - we don't recommend this pattern for production applications.
For an example of an application using hierarchically layered services with an MVC web-front end please see 1060 Forum
.