/restapp

A powerful Java RESTful application based on Jersey using Mentabean ORM

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

RestApp

A powerful Java RESTful application based on Jersey using Mentabean ORM

Feel free to use this project as template for your RESTful web application. Enjoy it!

Technology Stack

For JUnit tests:

  • Grizzly (as embedded web server)
  • H2 Database (as embedded in-memory database)
  • Jersey Client (as REST client)

Getting Started

To run this RESTful web service you can just clone this repository and run

mvn jetty:run

Then, access your API docs in http://localhost:8080/RestApp/docs