-
Creating Reports in Java? (8 messages)
- Posted by: priyanka shah
- Posted on: September 16 2002 09:42 EDT
How can one create reports in Java?Threaded Messages (8)
- Creating Reports in Java? by Justin MacCc on September 29 2002 17:09 EDT
- Creating Reports in Java? by David Thielen on April 21 2005 08:44 EDT
- Re: Creating Reports in Java? by Sean Reith on September 22 2008 11:26 EDT
- NextReports by Mihai Dinca-Panaitescu on February 27 2009 08:45 EST
- Free Java reporting tool by David Freezea on August 17 2009 01:16 EDT
- Reports by joy chalissery on July 06 2010 02:22 EDT
- Creating Reports in Java? by Andrew Savin on July 10 2012 09:01 EDT
- Creating Reports in Java! by Genesis Akula on September 21 2012 13:12 EDT
-
Creating Reports in Java?[ Go to top ]
- Posted by: Justin MacCc
- Posted on: September 29 2002 17:09 EDT
- in response to priyanka shah
Have a look at xsl-fo, this allows you to process XML into pdf or rtf.
http://www.xml.com/pub/a/2002/03/20/xsl-fo.html
-
Creating Reports in Java?[ Go to top ]
- Posted by: David Thielen
- Posted on: April 21 2005 08:44 EDT
- in response to priyanka shah
-
Re: Creating Reports in Java?[ Go to top ]
- Posted by: Sean Reith
- Posted on: September 22 2008 11:26 EDT
- in response to priyanka shah
We use Docmosis http://www.docmosis.com/ It has the advantage that you (as a developer) create the data source once, and then anyone with Word (or Open Office) skills can develop and refine the report templates. In our application we allow the end users to define/upload the templates (we provide an example template with all the tags for the data items we expose); gives an exceptionally easy to use report writer capability. Works for us. -
NextReports[ Go to top ]
- Posted by: Mihai Dinca-Panaitescu
- Posted on: February 27 2009 08:45 EST
- in response to priyanka shah
See NextReports www.nextreports.ro There is a simple api to run the reports generated in NextReports like in the example below: FileOutputStream stream = new FileOutputStream("test.html"); FluentReportRunner.report(report) .connectTo(connection) .withQueryTimeout(60) .withParameterValues(createParameterValues()) .formatAs(ReportRunner.HTML_FORMAT) .run(stream); -
Free Java reporting tool[ Go to top ]
- Posted by: David Freezea
- Posted on: August 17 2009 01:16 EDT
- in response to priyanka shah
Hi, Priyanka S. Try RAQ Report. It is a free Java reporting tool. You can get it at http://www.raqsoft.com/. -
Reports[ Go to top ]
- Posted by: joy chalissery
- Posted on: July 06 2010 02:22 EDT
- in response to priyanka shah
hi priyanka
i think the site below should guide you in your reporting problems
reporting should be easy once you go through the below site not only in j2ee
but also through others
-
Creating Reports in Java?[ Go to top ]
- Posted by: Andrew Savin
- Posted on: July 10 2012 09:01 EDT
- in response to priyanka shah
Hi,
Look at Stimulsoft Reports.Fx for Java. Very soon they will release the pure Java product for generating reports.
Thank you.
-
Creating Reports in Java![ Go to top ]
- Posted by: Genesis Akula
- Posted on: September 21 2012 13:12 EDT
- in response to priyanka shah
heres some wonderful information about how to create reports by availing a java based reporting tool that you might find mighty helpful: http://www.javareports.info/java-features/the-cookbook-of-java-reports/