Using Struts for Reporting App

2003-02-21 Thread Vinh Tran
All: I just wanted to get some of your opinions on this scenario... I am considering using Struts for a reporting application that does NOT require alot of form processing. It will be Roles based with minimal use of forms. The bulk of the application will be reports driven from data

RE: Using Struts for Reporting App

2003-02-21 Thread Wendy Smoak
I am considering using Struts for a reporting application that does NOT require alot of form processing. It will be Roles based with minimal use of forms. The bulk of the application will be reports driven from data in a database. Would you still use Struts for such an application

RE: Using Struts for Reporting App

2003-02-21 Thread Vinh Tran
' Subject: RE: Using Struts for Reporting App I am considering using Struts for a reporting application that does NOT require alot of form processing. It will be Roles based with minimal use of forms. The bulk of the application will be reports driven from data in a database. Would you still use

RE: Using Struts for Reporting App

2003-02-21 Thread Chen, Gin
List' Subject: RE: Using Struts for Reporting App I am considering using Struts for a reporting application that does NOT require alot of form processing. It will be Roles based with minimal use of forms. The bulk of the application will be reports driven from data in a database. Would you still

Re: Using Struts for Reporting App

2003-02-21 Thread Vic Cekvenich
I do not know much about your requirements, but I would not use Struts for reporting. A good practice reports is iReports.sf.net. I just make JasperReports into a servelt that ties into iReports. .V Vinh Tran wrote: All: I just wanted to get some of your opinions on this scenario... I am

Re: Using Struts for Reporting App

2003-02-21 Thread Vic Cekvenich
http://ireport.sourceforge.net/ Vic Cekvenich wrote: I do not know much about your requirements, but I would not use Struts for reporting. A good practice reports is iReports.sf.net. I just make JasperReports into a servelt that ties into iReports. .V Vinh Tran wrote: All: I just wanted

RE: Using Struts for Reporting App

2003-02-21 Thread Vinh Tran
Thanks Vic...I'll take a look at it. -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 1:24 PM To: [EMAIL PROTECTED] Subject: Re: Using Struts for Reporting App http://ireport.sourceforge.net/ Vic Cekvenich wrote: I do not know much

struts and reporting tools

2002-05-07 Thread Daniel Haynes
Has anyone integrated JReport or ReportMill with Struts ? Are there any any showstopping issues with these, or if anyone has used any other reporting tools with Struts I'd be interested to know what they were and what you thought of them. many thanks Dan Daniel Haynes Rule Financial 30

Struts for reporting?

2002-01-31 Thread Michelle Popovits
Anyone used Struts to develop reports? I am tasked with the job of writing reports and will need to determine if I can just use Struts or if I should use something in conjunction with Struts or WebApp. Any to consider? Ideas? Suggestions? Michelle -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Struts for reporting?

2002-01-31 Thread John M. Corro
] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 8:37 AM Subject: Struts for reporting? Anyone used Struts to develop reports? I am tasked with the job of writing reports and will need to determine if I can just use Struts or if I should use something in conjunction with Struts or WebApp

RE: Struts for reporting?

2002-01-31 Thread Lacerda, Wellington (AFIS)
Why don't you check JasperReports on SourceForge? http://sourceforge.net/projects/jasperreports/ Wellington -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 3:55 PM To: Struts Users Mailing List Subject: Re: Struts for reporting

RE: Struts for reporting?

2002-01-31 Thread Michelle Popovits
31, 2002 9:55 AM To: Struts Users Mailing List Subject: Re: Struts for reporting? To what extent do you mean use Struts? Using actual Struts mechanisms to generate a report (can't think of anything right off hand that would do that for you...except maybe the connection pooler) or just use Struts

RE: Struts for reporting?

2002-01-31 Thread Michelle Popovits
To: 'Struts Users Mailing List' Subject: RE: Struts for reporting? Importance: High Why don't you check JasperReports on SourceForge? http://sourceforge.net/projects/jasperreports/ Wellington -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 3

RE: Struts for reporting?

2002-01-31 Thread Galbreath, Mark
Yeah, but it's open source - fix it yourself! ;-) Mark -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:07 AM To: 'Struts Users Mailing List' Subject: RE: Struts for reporting? Have you tried this? Has anyone tried

Re: Struts for reporting?

2002-01-31 Thread John M. Corro
: Thursday, January 31, 2002 9:04 AM Subject: RE: Struts for reporting? I'm still thinking about that. At the bare minimum, I would use Struts form/tags to collect the parameters an have the backend business logic obtain the reporting info in value objects and have the Struts tags (ie. iterate