REST Messenger. Build web services in Java without the usual boilerplate.

github.com/clearlydecoded/rest-messenger

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2018
  • Release —Enhancement: Returns content type with application/json;charset=UTF-8
  • Update README.md
  • Including charset=UTF-8 in the response (#52)
August 2018
  • Release —Bugfix: Support for Firefox and Microsoft Edge in docs page
  • Formats json in non chrome browsers correctly (#49)
July 2018
  • Release —Send messages to the server directly in the docs page, correct HTTP error codes
  • Merge pull request #47 from clearlydecoded/development
  • Prepared for 2.2.0 release.
  • Errors show correct HTTP status codes. (#46)
  • Rest/Last buttons combined. (#45)
  • Allows wrapping text via checkbox. (#44)
  • Execute messages directly in the docs page
  • Removed UUID as IDs in doc model
  • Merge branch 'master' into development
  • minor readme update
  • minor readme update
  • Minor readme update
  • Release —JSR-380 Message Validation & JSON Schema (v3) of messages directly exposed
  • minor readme update
  • Update pom to 2.2.0-SNAPSHOT
  • Merge pull request #43 from clearlydecoded/development
  • Update pom to 2.1.0
  • 41 cleanup release 2.1.0 (#42)
  • Programmatic JSON Schema (v3) exposed through REST endpoint. (#40)
  • Release —Bug fix: potential thread safety issue in automatic documentation generation fixed
  • Release —Bugfix: support for autogenerated docs in host project using Spring Boot 1.x
  • Release —Simplified creation of processors & stricter processor verification
  • Release —First working release
  • Release —Automatically generated documentation