> -----Original Message----- > From: Meenakshi Singh [mailto:[EMAIL PROTECTED] > Sent: den 21 oktober 2005 15:44 > To: Struts Users Mailing List (E-mail) > Subject: iReport using Jasper reports > > Hi all, > > Has anyone used Jasper reports? > I have used the gui tool ireport to generate jasper reports > If yes then please let me know > 1) how can I call the jasper reports from a jsp page
There are examples on the Jasper report homepage indicating how you can generate reports using Jasper report from a java class. Create a model that does this and call the model from the jsp page. Or look at the examples that are bundled with Jasper report and especially /demo/samples/webapp We store our report definitions as xml in a database. One issue you could have is where to store the report definitions in your web app. Using iReport or OpenReport Designer or just any xml editor is not relevant for Jasper, all it needs is it's xml definitions. Looking at the examples above should get you going. /Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]