making reports in java

can anybody tell me to how to make simple jsp reports in java?Or any freeware by which i can make reports
[119 byte] By [krishnasmart1a] at [2007-11-27 8:23:58]
# 1
Google "java reports" first hit. Don't come back until you've read it and googled anything you didn't understand.
dcmintera at 2007-7-12 20:12:56 > top of Java-index,Java Essentials,Java Programming...
# 2
u can use jasper reports or birt reports which r purely java based u can embedd them in ur applications
kishore25a at 2007-7-12 20:12:56 > top of Java-index,Java Essentials,Java Programming...
# 3
To make a simple JSP report,You can ask the user to enter the criteria.. get them to submit the form... then search for the data.. and then use simple HTML to display the results in the JSP... (For easy work, you can use a tag lib like displaytag to get your tables displayed
boneysekha at 2007-7-12 20:12:56 > top of Java-index,Java Essentials,Java Programming...