Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lightweight Java reporting engine [closed]

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.

like image 624
tuler Avatar asked Aug 19 '09 00:08

tuler


People also ask

Is there any tool in Java that can create reports?

Visual Editors. All the three tools include a WYSIWIG editor with report previewing capabilities. BIRT Report Designer and Jaspersoft Studio are tools built on Eclipse RCP. This is a good point for most of us Java developers, as we might be familiar with the Eclipse environment.

Which of the following is an open source reporting tool?

ReportServer is an open source reporting tool that integrates various BI reporting engines into a single user interface with the goal of allowing people to use the right analytics tool for the right purpose at the right time.

Is JasperReports Open Source?

JasperReports is an open source Java reporting tool that can write to a variety of targets, such as: screen, a printer, into PDF, HTML, Microsoft Excel, RTF, ODT, comma-separated values (CSV) or XML files.


2 Answers

Jasper Reports does include a jar with basic funcionality to preview and print reports. It's packaged as jasperreports-x.x.x-applet.jar, with around 350k.

like image 136
tuler Avatar answered Sep 27 '22 19:09

tuler


I know this is a bit late, but with your requirements it seems like a perfect fit would be the reporting solution the company I work for puts out: i-net Clear Reports (used to be i-net Crystal-Clear).

  • Lightweight and simple viewer (similar to a PDF viewer)
  • Very simple-to-use API
  • Can export into a bunch of different formats including PDF
  • Supports any JDBC data source, or also manual setting of data
  • Can run Crystal Reports templates
  • We also offer a free and fully functional report designer

Check it out and tell us what you think.

like image 38
Epaga Avatar answered Sep 27 '22 19:09

Epaga