Using MySQL with tables such as company, accounts, transactions, and splits.

Java Servlet on a Glassfish server, with Spring and EJB frameworks.

Goal: Produce PDF, HTML and XML formatted version of balance sheets, profit and loss, etc.

For maximum flexibility I can use a PDF library (like iText or PDFBox) that produces the reports, but I would prefer using a report editor with a report generation library where I can re-use as much framework/library functionality as possible.

Thinking about Eclipse BIRT or JasperReports.

Would like to read about solutions, including experiences of using those report packages.

Am especially interested in reading about experiences with existing report types, balance sheet/profit and loss.

Loose Requirements

  • Free or Open Source, but not necessarily
  • Documented or commercially supported
link|improve this question

45% accept rate
feedback

1 Answer

My experience with JasperReports by the Jaspersoft Company:

  • The people are intelligent, the lead developers are friendly.
  • They have paid support available.
  • They are actively and aggressively improving the software.
  • They have a vision and plans for the future.
  • All their products are Open Source (commercial versions available).

If you ever plan on introducing prediction, I would suggest avoiding MySQL. PostgreSQL has a stronger integration with R (using PL/R) that can predict future results.

About JasperReports:

  • Excellent API, and fairly well documented (it is not perfect).
  • Can create reports by writing software.
  • Can use iReport, the report design tool (also open source).
  • An Eclipse plug-in for the report designer is in the future.
  • Uses iText for PDF generation
  • Fast
  • Stable
  • Robust

They also have an ad hoc container for reports, known as JasperReports Server. It is an extensive web-based tool.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.