JSF Spring and JPA template application

This is a templ ate for a web application that uses JSF, Spring and JPA. The sample code is a simple CRUD page that manipulates records for a simple model object.

How to use the template

You need to configur e your database access.

To do this you need to change some informations in the pom.xml file, in the profil section:

  • jpa url
  • jpa username
  • jpa password

** For CloudUnit users: **

You received these informations by email when you have added a MySQL module.