AdamBien / javaee8-mvc-sample

Java EE 8 MVC (JSR-371) Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javaee8-mvc-sample

Java EE 8 MVC JSR-371 example based on JAX-RS, EJBs and JSPs.

Currently this sample requires a dependency to the Java EE 8 MVC Reference Implementation ozark (see pom) and GlassFish daily build

Installation

Either build the project from sources:

git clone https://github.com/AdamBien/javaee8-mvc-sample/ and open it with NetBeans, then just “Run” it on GlassFish daily build

or deploy the war:

Drop the time.war to glassfish/domains/domain1/autodeploy/ and point the browser to: http://localhost:8080/time/views/time.

About

Java EE 8 MVC (JSR-371) Example

License:Apache License 2.0


Languages

Language:Java 84.0%Language:HTML 16.0%