Objective for this project was to be hable de to create a new maven project with :
- JSF auto implementation
- JQuery and Bootstrap auto implementation
- Glassfish local parameters for local deployement
- Embeded datasource
- basic CRUD based on a "User" table
- hello world start page, connected with ManagedBean controler
-
Download jar file and pom.xml from this link and import this in eclipse.
-
Create new maven based project and choose jee-webproject-maven-template template.
-
Go to [project-name]-war and check datasource definition to configure database
-
Go to [project-name]-ear and check build definition to update glassfish connexion attributes
-
Right click on core project Build as -> Maven build -> clean install
This is on GitHub so let me know if I've b0rked it somewhere.