Re: Integrating reports in Struts Framework

2005-05-08 Thread Aladin Alaily
Hi Shajee, You might want to look into iText for generating PDF reports. In addition, there is also the POI library for generating excel workbooks. Both can be easily integrated into your struts application. Good luck. Aladin alec wrote: try jasperreport. I used it to generate pdf for browser

Re: Integrating reports in Struts Framework

2005-05-08 Thread Aleksandar Matijaca
Hi there, I may not be the world's ultimate authority on this, but let me try to answer this: On 5/8/05, alec <[EMAIL PROTECTED]> wrote: > > Is there any inbuilt functionality in struts framework for > implementing reports. > No > Are there any Apache based tools/model for reporting in jav

Re: Integrating reports in Struts Framework

2005-05-08 Thread alec
try jasperreport. I used it to generate pdf for browser to download "Shajee" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... Hi, I'm new to the group and Struts Framework. There're a few urgent queries for which i'm unable to get some good answers. Thought you guys might be helpful Is the

Re: Integrating reports in Struts Framework

2005-05-05 Thread Frank W. Zammetti
I very highly recommend DataVision. I wrote an article some time ago that serves as an introduction to it, specifically with using it in a webapp (pure servlets in the full example that accompanies the article)... http://www.omnytex.com/articles/ Frank Shajee wrote: Hi, I'm new to the group and

RE: Integrating reports in Struts Framework

2005-05-05 Thread Dick Starr
: Thursday, May 05, 2005 8:51 AM To: user@struts.apache.org Subject: Integrating reports in Struts Framework Hi, I'm new to the group and Struts Framework. There're a few urgent queries for which i'm unable to get some good answers. Thought you guys might be helpful Is there any

Re: Integrating reports in Struts Framework

2005-05-05 Thread Ed Griebel
Nothing I am aware of is integrated as part of the Struts dist. I've looked at JasperReports, it does all you ask and it is pretty flexibile as to what data can be used, but there is lately a little bit of controversy around the project, google "jasperreports site:slashdot.org". You can also use

Re: Integrating reports in Struts Framework

2005-05-05 Thread Marco Sindoni
take a look to: http://jasperreports.sourceforge.net/ this is a powerful report engine (exports in pdf, xls, html, cvs) and http://ireport.sourceforge.net/ the best open source jasper report editor tool Bye, Marco ;) - To un

Integrating reports in Struts Framework

2005-05-05 Thread Shajee
Hi, I'm new to the group and Struts Framework. There're a few urgent queries for which i'm unable to get some good answers. Thought you guys might be helpful Is there any inbuilt functionality in struts framework for implementing reports. Are there any Apache based tools/model for reporting in