Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

report generator

  Asked By: Brayden    Date: Nov 21    Category: Java    Views: 1388
  

I want to make some report in HTML format . thus , I am wondering if it
worth to use some report generator or I make this report myself. in
case of worthing using report generator , which one you suggest me to
use , CrystalReport ,iReport or jasper?

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Teresa Rogers     Answered On: Nov 21

JReport is good, also I used Crystal report  for Java that is good in some point.

 
Answer #2    Answered By: Tammy Sanders     Answered On: Nov 21

you can user JasperReports for report  generator. its an open source reporting engine. It is simple to use and more mature than any other open source reporting engine. JasperReports can generate reports in PDF,CSV,XLS,XML,HTML,RTF formats. Visit http://jasperreports.sourceforge.net/ for more details.

 
Answer #3    Answered By: Hilma Miller     Answered On: Nov 21

iReport is a front end (gui designer) for jasper.
I am using both of them and also Crystal
most of my employee prefer jasper  to crystal.

 
Answer #4    Answered By: Earl Stone     Answered On: Nov 21

I used jasper report  in one of a project. It's good and easy to uses but has problem for lot of query result because it execute all of query result on first time and set them in session and when you navigate on result page it get them from session. This technicue have low performance. If you have resolve this problem this report generator  is good.

 
Answer #5    Answered By: Anna Hill     Answered On: Nov 21

it depends on many parameters.
if u are using oracle as u database u can use oracle reports.it is a great tool with lots of APIs for java. but a bit difficult.

i have worked with jasper  and jfreereports they are both good.jfreereport is easier but still has not reached its first version.
jasper is widely used in java community.

if u will have lots of reports with different syles,templates and colors use an opensource.
but if u dont have lots of reports simply put them in an html  table and free urself from report  generator's complexities!!

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




Tagged: