Skip to content

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

Notifications You must be signed in to change notification settings

satzrp/java-ee-7-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages