Connecting Tech Pros Worldwide Help | Site Map

Report building in java

Newbie
 
Join Date: Sep 2009
Posts: 2
#1: Sep 30 '09
hi, sir i want to know about report building in java.
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#2: Sep 30 '09

re: Report building in java


Google and read about jasperreports and possibly iReport as well.
Newbie
 
Join Date: Oct 2009
Posts: 3
#3: Oct 2 '09

re: Report building in java


Jasper is probably the best, but you may consider also simple/direct methods like:
- create your report as html
- or use templates(like doc/pdf) files and populate them with data
Reply