The exercise is oriented to incrementally generate and include changes on a distributed Java EE 6/7 web application.
The war was build with Eclipse Version: Mars.1 Release (4.5.1), to deploy this war you need to change the user/password in the file src/META-INF/persistence.xml, in this exercise the database was *POSTGRESQL *
You can find the Script to create the tables and load some data in order to test the application, this is the database diagram: This is the home page, we can administrate Persons, adding, updating or removing Persons. New Person screen, in this page we can specify the Person data, like name, country, phone or phones, and known people. The result is showed in the main screen Also we can edit a Person and update all the values Update the data and display in main screen Delete option shows a dialog to confirm And finally the result.