Skip to content

Showcase of features of Java EE Platform (JSP/JSF, Servlets, EJB, JMS, WebServices etc)

License

Notifications You must be signed in to change notification settings

maxsouldrake/java-ee-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Codacy Badge License: GPL v3

Java EE Showcase

Showcase of features of Java EE Platform (JSP/JSF, Servlets, EJB, JMS, WebServices etc)

Prerequisites

  • Java 1.8 or higher

How to launch locally

In a case you have Maven installed locally, just type mvn package tomee:run or simply mvn from project root. Otherwise use wrapper according to your OS.

For Windows, use ./mvnw.cmd clean install tomee:run to launch the project.

How to build war file

mvn package and then war file would be located on target/javaee-showcase.war relative path.

How to launch the project

Just navigate to http://localhost:8080/

About

Showcase of features of Java EE Platform (JSP/JSF, Servlets, EJB, JMS, WebServices etc)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.3%
  • HTML 1.7%