OPI Blog
Learn from experts in their fields

Browsing Tags: ratpack

Using Flyway for database migrations in Ratpack apps
For Ratpack applications that use a database, it’s handy to be able to sync database changes with code changes. Using database migration files is a great way to accomplish that. Flyway is a simple library ...
May 12, 2015
My First Ratpack App: What I Learned
Recently I had the opportunity to rewrite an existing Spring Boot application as a Ratpack application at my current client. The application is a sort of security proxy to pass through requests from the wild, ...
Gradle Summit 2014 Recap
2014 saw the 2nd annual Gradle Summit hosted by No Fluff Just Stuff and the Gradleware team in Santa Clara, CA. This was my first year attending and I will definitely be back. Jay Zimmerman ...
Oct 9, 2013
Building Web Apps in Ratpack
This evening, I had the distinct privilege of presenting my experiences with the Ratpack web framework to the talented men and women who attended the Groovy MN meetup. For the past few months, I’ve followed ...