Sample web application that exposes REST endpoints using Java EE 7.
- JAX-RS
- JPA
- CDI
- EJB
- Bean Validation
- GET /api/person/hello/{name} - Test Endpoint
- GET /api/person
- GET /api/person/{id}
- POST /api/person
- H2 in-memory database is used for testing purpose
- Tested in Wildfly 11 application server