Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 534 Bytes

Rest-JaxRS-Example

  • JaxRS Jersey RI
  • Hibernate
  • H2 Database
  • CDI Weld RI Interceptors
  • ExtJS 4.2
  • Maven
  • NetBeans

This project is example of REST web services using Java JAX-RS Jersey reference implementation,Hibernate + H2 in memory database, JSR-299 CDI Interceptors (Weld reference implementation) for bean validation / auditing purpose and simple ExtJS 4.2 application which consumes REST service.Project is using Maven / NetBeans IDE and it’s configured for Tomcat 7 application server.