Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

pires/simple-jersey-rest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-jersey-rest-app

Build Status

A simple Java EE 7 (JAX-RS 2.0) application that features:

  • GSON as JSON provider
  • A working implementation of ApplicationEventListener
  • Example of JAX-RS 2.0 client API usage (look for it in the integration tests)

Prerequisites

  • JDK 7
  • Maven 3.0.3 or newer
  • Glassfish 4.0 or newer (only if you want to deploy the WAR file)

Test

mvn clean test

Generate WAR

mvn clean package

About

A simple proof-of-concept of RESTful web service implemented with Jersey and Glassfish.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages