Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/satzrp/java-ee-7-sample

Sample web application that exposes REST endpoints using Java EE 7.
https://github.com/satzrp/java-ee-7-sample

h2 java javaee7 jax-rs

Last synced: 6 days ago
JSON representation

Sample web application that exposes REST endpoints using Java EE 7.

Awesome Lists containing this project

README

        

# Java EE 7 - Sample REST API application

Sample web application that exposes REST endpoints using Java EE 7.

## Modules Used

* JAX-RS
* JPA
* CDI
* EJB
* Bean Validation

## REST Endpoints

* GET /api/person/hello/{name} - Test Endpoint
* GET /api/person
* GET /api/person/{id}
* POST /api/person

## Database

* H2 in-memory database is used for testing purpose

## Environment

* Tested in Wildfly 11 application server