/Simple-REST-with-MockServices

A Simple REST project for a quick references and examples with Automatic pojo populator and Jersey Embedded Server, very useful for mock services.

Primary LanguageJava

A Simple REST project for a quick references and examples

This is a project created in Eclipse IDE. The project contains examples of REST annotations and methods.

You can use this for mock response services.

CONTENT

  • REST implementation.
  • Use of automated objects populator https://github.com/minnal/autopojo
  • A Jersey Embedded Server (com.mock.main.Main / Run As > Java Application in Eclipse IDE)