Friday 18 October 2013

RestX - the lightweight Java REST framework

Pros:
  • Fast (It is build using annotation processors, so it is not using reflection but generated code during compilation)
  • Has very simple and neat console for testing rests
  • Has wizard for generating project from scratch
  • Can be used in the current project with simple configuration http://restx.io/docs/manual-app-bootstrap.html
  • Has well constructed DI
  • Very nice usage of Rest Specifications notated in yuml
  • Examples of mongo and couchbase integrations
  • Integrations with tomcat, jetty, simpleframework

For me it's worth trying!

Read more here: http://restx.io

No comments: