InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Dynamic Report for Java and Grails

Posted by Craig Wickesser on Feb 10, 2009

Sections
Architecture & Design,
Development,
Operations & Infrastructure
Topics
Open Source ,
Java
Tags
Grails ,
Reporting ,
Java SE

DynamicJasper is an open source library that is based on Jasper Reports which has been around for several years and recently began integrating with Grails.  The core idea behind DynamicJasper is that it provides the ability to dynamically create reports and configure them at run time.  Some of the options that can be configured at run time include:

  • columns
  • groups
  • variables
  • functions
  • charts
  • sub-reports

The entire list of available features can be found on their website.   Juan Manuel Alvarez, team leader for DynamicJasper, told InfoQ that a plugin was created for Grails for several reasons,

  • It provides a convenient way to export data to known formats (pdf, xls, rtf, csv, html, etc.)
  • DynamicJasper's approach to reporting shares the same simplicity the way things are done in Grails, almost no configuration needed. You can makes reports directly from domain classes, the same way Grails gives you CRUD operation out of the box, we want to provide easy reporting.
  • In the near future, we dream of a default scaffold which includes reporting with DJ reducing significantly development time.
  • You can do dynamic reports straight from a URL


The plugin page provides a brief tutorial on how to get started, but there are plenty of tutorials and documentation available on the DynamicJasper site.

The DynamicJasper plugin works with Grails 1.0.3 and 1.0.4 and is actively being updated to work with the forthcoming release of Grails 1.1.  As for the future of DynamicJasper their goals are to make reporting as flexible and simple to use as possible.  The are also actively listenting to community feedback, via forums and issue tracking, and working on adding additional documentation and examples to ease the learning curve.

DJ is awesome! by John Doe Posted
  1. Back to top

    DJ is awesome!

    by John Doe

    I've used it in several proyects and all I can say is that it is a great tool! Very useful!

Educational Content

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.