/JRest

Light-weight REST API framework for java (Deprecated)

Primary LanguageJavaMIT LicenseMIT

JRest

Light-weight REST API framework for java

Usage

  1. Write your own code to /src/rest/. (hello.java is example code, you can remove it)
  2. Change the listening port at /src/Core.java. (8080 as default)
  3. Move to the root path, use 'ant' to compile codes.
  4. Run compiled JRest that dropped in the /bin/ directory.

Library

This repo using json-simple to parse JSON formats.