Re: Reporting + Struts

2004-03-11 Thread Mohamed . Abdulkhaliq
: Reporting + Struts 03/10/2004 11:57 AM

AW: Reporting + Struts

2004-03-11 Thread Andreas Solarik
: Donnerstag, 11. März 2004 10:22 An: Struts Users Mailing List Betreff: Re: Reporting + Struts Hi, I am working in Actuate the Reporting tool and in J2EE also. To answer your first question we are using the struts framework for the reports also but we are not following all the rules. It depends your

Re: AW: Reporting + Struts

2004-03-11 Thread Mohamed . Abdulkhaliq
Hi, We have Servlets, Action class, Business class and JSPs (call the reports). If the call to the Report does require any validation or business then it will be routed by default. (Controller-Action-Business-Reports) If not then we will submit a direct request to report Server (Jsp-Actuate

RE: Reporting + Struts

2004-03-11 Thread Marco Mistroni
] Sent: 11 March 2004 09:24 To: 'Struts Users Mailing List' Subject: AW: Reporting + Struts Hi Mohamed! Damn, that was a cryptic post. Now you've gone and sparked my curiosity: what rules didn't you follow while snipworking in Actuate the Reporting tool and in J2EE/snip? Regards, Andreas

Re: Reporting + Struts

2004-03-11 Thread Niall Pemberton
or something else which is set up to render webapps in html? Niall - Original Message - From: Marco Mistroni [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 4:00 PM Subject: RE: Reporting + Struts Hi all, I have the same problem... I

RE: Reporting + Struts

2004-03-11 Thread Marco Mistroni
or something else which is set up to render webapps in html? Niall - Original Message - From: Marco Mistroni [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 4:00 PM Subject: RE: Reporting + Struts Hi all, I have the same problem... I

Re: Reporting + Struts

2004-03-11 Thread Niall Pemberton
11, 2004 12:51 PM Subject: [OT]Re: Reporting + Struts I looked briefly at Jasper reports. Its supposed to be good but I decided against using it. You have to set up a load of xml to create a report, doing it by hand would be very cumbersome - you have to use something like iReports to generate

[OT] PDF generation (was: Reporting + Struts)

2004-03-11 Thread Hubert Rabago
--- Niall Pemberton [EMAIL PROTECTED] wrote: I ended up ditching it and creating reports using iText to create pdf files directly. http://www.lowagie.com/iText/ BTW, I wasn't doing it in a web environment and the pdf generation is slow, can take up to 30 seconds for a large report.

RE: [OT] PDF generation (was: Reporting + Struts)

2004-03-11 Thread Wendy Smoak
Niall Pemberton wrote http://www.lowagie.com/iText/ BTW, I wasn't doing it in a web environment and the pdf generation is slow, can take up to 30 seconds for a large report. I'm using iText for my Struts app, and it's not that slow for me... 120 pages in ~7 seconds. I suppose it depends on

Re: [OT] PDF generation (was: Reporting + Struts)

2004-03-11 Thread Niall Pemberton
] PDF generation (was: Reporting + Struts) Niall Pemberton wrote http://www.lowagie.com/iText/ BTW, I wasn't doing it in a web environment and the pdf generation is slow, can take up to 30 seconds for a large report. I'm using iText for my Struts app, and it's not that slow for me... 120

RE: [OT] PDF generation (was: Reporting + Struts)

2004-03-11 Thread Hubert Rabago
--- Wendy Smoak [EMAIL PROTECTED] wrote: Hubert Rabago wrote: My current users are Excel lovers, so I generate formatted Excel docs (through POI) that they can edit or print directly. Do you have a small example? I'm currently sending a CSV from my Struts app, but there is a huge demand

Re: Reporting + Struts

2004-03-11 Thread Shyam A
PROTECTED] Sent: Wednesday, March 10, 2004 7:57 PM Subject: Reporting + Struts Hi, I have a web application in which I need to generate reports on the fly, i.e., the user submits some report criteria on a web page and report has to be generated dynamically. I searched

Re: [OT] PDF generation (was: Reporting + Struts)

2004-03-11 Thread Niall Pemberton
list after the current stuff I'm doing. Niall - Original Message - From: Hubert Rabago [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:57 PM Subject: [OT] PDF generation (was: Reporting + Struts) --- Niall Pemberton [EMAIL PROTECTED

Re: Reporting + Struts

2004-03-11 Thread Vic Cekvenich
seemed to arrive (most do) - does anyone else find this? Niall - Original Message - From: Niall Pemberton [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 12:51 PM Subject: [OT]Re: Reporting + Struts I looked briefly at Jasper reports. Its

Reporting + Struts

2004-03-10 Thread Shyam A
Hi, I have a web application in which I need to generate reports on the fly, i.e., the user submits some report criteria on a web page and report has to be generated dynamically. I searched the archives and found that Jasper reports is a good tool to use, and there are some GUI tools available