Skip to content

mikenew01/ppj-mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.