Skip to content

rcuprak/javaee-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javaee-starter

This is a JakartaEE 8 "starter project" to help you start developing your own Jakarta EE 8 application.

This starter application has the following features:

  • Maven based
  • Java 11
  • Sample JSF page
  • Arquillian integration tests (using embedded Payara container)

Since this is a Maven based project, you can easily open it using IntelliJ, Eclipse, or NetBeans.

Setup

This project uses Maven toolchain.

In ~/.m2/toolchain.xml make sure you have an Oracle Java 11 JVM defined that matches the configuration in the pom.xml.

Building & Running

To build this project:

  • mvn package (this will run the integration tests and your code will execute in a container)
  • cd target/
  • If you are using Payara:

About

Java EE Starter Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •