Monthly Archives December 2014

swagger-ui Let's see how to integrate the most popular API documentation in Play Framework. I'm talking about Swagger. It's very powerful tool for REST API description and Play Framework supports it with help of separate module. In this post I'm going to show step by step instruction how to setup Play Framework with Swagger UI.

play-framework Last year I've regularly worked with Play! Framework and it's really awesome for development of modern web-applications. Since almost all my activity was focused on development of REST API I've used mainly Controllers and JSON stuff. But recently I needed to work with Twirl template engine. And this circumstance served for writing of current post.

Close