Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Reporting Tool

  Asked By: Lucina    Date: Jun 27    Category: Java    Views: 877
  

This might have been asked in previous emails but I would like to hear again about your experiences with reporting tools.

What do you think is the best reporting tool for Java. Do you thinks community edition of Jasper and IReport would be reliable. Do you know better solution.

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Fuzairah Neeman     Answered On: Jun 27

this is basic scenario for Developing Reporting application
we want to Design Report by Visual tools  , and by Simple API pass
variable and parameters from application.
and in the last step export it to some format based on User Requirement

in ideal case , JasperReport support some VisualTools for Designing
Your Report ,
and you can fill it by differenet way from different datasource ,
passing sql command or passing List of Bean ,
(Table Model, Map, XML and custom Datasources) supported too, and
at the last step you can export it to rich format.

JasperReport also support some other thirdparty tools for generating
powerfull reports ,
iText, JFreeChart, Jakarta POI.

but i think this is magic from jasperReport ,
it can integare friendly with your application ,
from the weblayer to persistence layer , Hibernate, Struts, Spring, JSF.

also , in some cases you need to generate full dunamic report from the
user interaction , the only solution  for this is manipulating your
jasper xml files ,
this can be Magic with Velocity from apache
from the IBM Solution :

www-128.ibm.com/.../0505_olivie\
ri/0505_olivieri.html

at the last JasperReport is mature java  Reporting Framework.

 
Answer #2    Answered By: Brandi Ramirez     Answered On: Jun 27

I have used JAsper and IReport and I am completley satisfied with them, more than other open source and commercial reporting  products I worked with including business object

 
Answer #3    Answered By: Archie Parker     Answered On: Jun 27

I have used jasper  reports I reports in a certian application where i work and it seems to be reliable, producers reports similler to CristalReports. I works for me.

but i have seen other application which use CristalReports also.

 
Answer #4    Answered By: Hamdan Younis     Answered On: Jun 27

i had a good experience with iReport, i think it can be reliable, but not sure about reports with dynamic columns...

 
Answer #5    Answered By: Laaibah Malik     Answered On: Jun 27

The enclosed file is a summary of my research about Java Report Generators . Birth and jasper  report architect is compared in this file. The references for this work is web(articles ,blogs, report generator web sites).

 
Didn't find what you were looking for? Find more on Reporting Tool Or get search suggestion and latest updates.




Tagged: