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
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