Address Book Readme
The Address Book application is a self-installing and documented example application.
It implements a simple rollodex type address book system and
demonstrates how to build a simple database backed web application
that supports CRUD (Create, Remove, Update and Delete) operations.
After installation, run the application from the front end fulcrum on port 8080 -
http://localhost:8080/addressbook
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
.