Introducing Grapi: Generated REST API

I’m pleased to officially announce Grapi today. Grapi (Generated REST API) is a Java source code generator based on APT (Javac plugin). As explained on GitHub page, Grapi analyzes your JAX-RS source code and generate some code in order to expose your JAX-RS resources through Netty. »

How To Design Your Next REST API?

This blog post is focused on how to design a REST API implementation with: good productivity, great performance, a decent auto-generated/always up-to-date documentation for REST API users/developers, including REST API libraries for many of the popular languages. I’ll explain here what I used to do ‘til last week and some few projects I’ve discovered recently which have helped me a lot in order to achieve the above goals. »