A single conversation with a wise man is better than ten years of study.
~ Chinese Proverb ~

Ratpack

Tim Berglund

Ratpack is a Groovy-based web framework based on Ruby's Sinatra. It uses a very simple DSL to map web requests to the logic that processes them, drawing on the power of the Groovy API and the entire Java ecosystem in the process. It uses Groovy's SimpleTemplateEngine for an ultra-easy view layer.

Of course a lightweight web app is no good if it's not deployed! Ratpack is ideally suited to cloud deployments in emerging Java cloud platforms like Heroku, Cloud Foundry, and Amazon Elastic Beanstalk. The dream of simple, portable, automated web apps in a high-productivity JVM language is a promising one. Come see how Ratpack is making it a reality.

More talks