/JavaEE7

The exercise is oriented to incrementally generate and include changes on a distributed Java EE 6/7 web application

Primary LanguageJava

JavaEE7

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: database.jpg This is the home page, we can administrate Persons, adding, updating or removing Persons. inicio.jpg New Person screen, in this page we can specify the Person data, like name, country, phone or phones, and known people. alt tag The result is showed in the main screen evidencia.jpg Also we can edit a Person and update all the values edit.jpg Update the data and display in main screen guardaEdicion.jpg Delete option shows a dialog to confirm confirmacionEliminara.jpg And finally the result. confirmaeliminacion.jpg