puts Blog.new(”nonsense”)

Getting Started with Grails: The Jasper Reports “Expansion Pack”

Posted by Jason Rudolph on April 2nd, 2008

Marcos Fábio Pereira has just published a step-by-step guide for using the slick JasperGrails plugin in the Racetrack application (originally developed in Getting Started with Grails). The tutorial includes examples of generating a PDF of all the races in the app, exporting an Excel spreadsheet listing all the registrations for a race, and the impressively concise bits of code necessary to get this new tastiness up and running.

Jasper Reports Logo

Nicely done, Marcos!

Print This Post Print This Post

4 Responses to “Getting Started with Grails: The Jasper Reports “Expansion Pack””

  1. Marcos Fábio Says:

    Really thanks Jason!

    I have to thank Egon Jensen. The tutorial was written for him and he has contributed much to the progress of the plugin.

    Thanks Egon!

  2. Alessandro Says:

    Hi,

    unfortunately i always obtain the following error:

    org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.NullPointerException at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:92) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:226) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:899) …

    This is the code that i’ve inserted into the list.gsp file:

    …..

    Can you help me ?

    Thks,alessandro

  3. Alessandro Says:

    Sorry i’ve lost the code:

    “” ” ” “” “” ” ” ” ” “”

    Thks again,alessandro

  4. Alessandro Says:

    i’m really sorry :-(

    g:jasperReport jasper=”all-races” format=”PDF” name=”All Races”

    alessandro