Last Updated: February 25, 2016
·
3.151K
· tlberglund

Don't Hate the Micro-Frameworks

I am contributor to Ratpack, a Sinatra-like framework for the Groovy language. Ratpack is very good for fast development of very small web applications, and seems to compete for beefier frameworks on the JVM like Grails and Spring MVC. These are very successful in the world of the JVM, but we need small frameworks as well. The biggies can require a lot of work to start a project, but starting with a lightweight framework like Ratpack is just a matter of forking the template project and starting to code. There's a whole class of tiny app that becomes economically feasible to write when the startup costs are measures in minutes rather than hours or days.

3 Responses
Add your response

I liked Ratpack since I heard of it... but, is this project still alive? There has been 5 months since last push, so I thought it wasn't being updated to newer Groovy versions.
Is it safe for me to use it? :)

over 1 year ago ·

Significant work is going on in the core project here: https://github.com/tlberglund/ratpack. We are working towards a release the reflects a major restructuring with breaking changes and some important new features. The project is very much alive. :)

over 1 year ago ·

Glad to read this! Obviously I was staring at the wrong repo, oops! My bad! ;)

over 1 year ago ·