Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/satzrp/java-ee-7-sample
- Owner: satzrp
- Created: 2017-12-26T13:50:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T04:20:26.000Z (about 2 years ago)
- Last Synced: 2023-11-28T08:25:59.175Z (12 months ago)
- Topics: h2, java, javaee7, jax-rs
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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