Lightweight Java reporting engine

Posted by tuler on Stack Overflow See other posts from Stack Overflow or by tuler
Published on 2009-08-19T00:06:28Z Indexed on 2010/05/11 10:04 UTC
Read the original article Hit count: 177

Filed under:
|
|

I'm looking for a lightweight java reporting engine to be embedded in an applet application.

My first option was Jasper Reports, but the jar is over 2Mb, a little too heavy (and too bloated) for my needs. I don't know if there is modular jasper distribution, with funcionalities split in several jars (like html rendering, pdf, excel, compilation, runtime, etc).

I need to preview the report using Swing and print it. PDF export is a plus.

© Stack Overflow or respective owner

Related posts about java

Related posts about jasper-reports