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.
- Host: GitHub
- URL: https://github.com/mikenew01/ppj-mk
- Owner: mikenew01
- Created: 2017-04-16T01:03:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T20:06:45.000Z (about 9 years ago)
- Last Synced: 2025-07-31T21:14:23.773Z (10 months ago)
- Topics: bootstrap3, cdi-injection, ejb, hibernate, java, java-8, jax-rs, jax-ws, jquery, jsf2, materialize, maven, primefaces
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
````