Efficient Exports with Grails

The time came for me to export data to Excel in my partially enterprise targeted application built on Grails v1.1.1.  My first impulse was to go for a grails plugin.  The export plugin seemed to be pretty close to what I needed.  Sadly I could not get it to work and anyway I need to export denormalized data that spans several domain objects.

Having given up on the plugin I hit google and found a really good solution that seems to offer about the best possible performance short of pregenerating the reports. 

This solution which uses Hibernate Projections seems like a good candidate for a plugin.

0 Votes

Leave a comment

About this Entry

This page contains a single entry by Mike Nicholson published on May 22, 2009 11:39 AM.

svn local obstruction, incoming add upon merge was the previous entry in this blog.

Grails SQL Logging is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.