An open API service indexing awesome lists of open source software.

https://github.com/mikenew01/ppj-mk

Project template to Java.
https://github.com/mikenew01/ppj-mk

bootstrap3 cdi-injection ejb hibernate java java-8 jax-rs jax-ws jquery jsf2 materialize maven primefaces

Last synced: about 2 months ago
JSON representation

Project template to Java.

Awesome Lists containing this project

README

          

# Pre-Java Project - PPJ.
Project template to architecture Java, using the frameworks:
````
- JUnit.
- EJB.
- JAX-RS.
- CDI.
- Hibernate.
- JSF - Primefaces.
- JQuery
- Bootstrap / Materialize.
````

## Download
````
git clone https://github.com/Maikoncanuto/ppj-mk.git
````

## Configuration.
````
- Import project into development environment.
- Add datasource in persistence.xml, change "hibernate.hbm2ddl.auto" to "create-drop" on first startup.
- Change stylesheet import in "index.xhtml", to choose from materialize or bootstrap.
````