Upgrading a Grails app from version 1.3.7 to version 2.4.4

28 / Jul / 2015 by Manvendra Singh 1 comments

Hello Grails users,

We recently worked on a grails project which needed to upgrade in terms of code base and tests. The basic idea was to get the app in working state after upgrading the underlying powerful engine known as Grails. But it was a serious business, as the app contained 654 files with 1,00,833 LOC (which includes tests and doesn’t includes JavaScript code).

It was quite a task to achieve as most of the functionality was driven by Knockout.js and GSPs.

So we’ll talk about the importance of tests and how they helped us to upgrade from legacy Grails 1.3.7 to Grails 2.4.4, and the whole story is here at DZone. You can also find the equivalent Markdown version at Github.

Thanks.

FOUND THIS USEFUL? SHARE IT

comments (1 “Upgrading a Grails app from version 1.3.7 to version 2.4.4”)

  1. Pingback: Compiling groovy code statically | TO THE NEW Blog

Leave a Reply

Your email address will not be published. Required fields are marked *