Re: [S2] Design Advice Needed

2007-08-02 Thread Oguz Kologlu
seem to indicate you may choose Jasper, which is likely a better idea anyways. -Wes -Original Message- From: Hoying, Ken [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 7:40 AM To: user@struts.apache.org Subject: [S2] Design Advice Needed I could use some advice from some

RE: [S2] Design Advice Needed

2007-08-02 Thread Wesley Wannemacher
@struts.apache.org Subject: [S2] Design Advice Needed I could use some advice from some folks with more experience and knowledge of Struts2 than I to assist me in determining the correct way (or lay out some viable options) to design a solution for the following senario: We need to generate a PDF

RE: [S2] Design Advice Needed

2007-08-02 Thread Hoying, Ken
[mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 8:07 AM To: Struts Users Mailing List Subject: Re: [S2] Design Advice Needed You should definitely have a look into the struts2-jasperreports-plugin - both for checking out how to write own results and evaluating if you might want to use jasper

Re: [S2] Design Advice Needed

2007-08-02 Thread Mike Baroukh
I suppose there is a lot of other way to generate pdf with struts2. Certainly a plugin. But I don't know how it works. However, to invoke a jsp and get the result in your action, you can use a requestDispatcher to obtain the resut of a jsp execution. Here is something I already done with stru

Re: [S2] Design Advice Needed

2007-08-02 Thread Rene Gielen
You should definitely have a look into the struts2-jasperreports-plugin - both for checking out how to write own results and evaluating if you might want to use jasper over FOP, since full s2 result support is already available for jasper. The plugin is part of the struts2 source distribution. Re

[S2] Design Advice Needed

2007-08-02 Thread Hoying, Ken
I could use some advice from some folks with more experience and knowledge of Struts2 than I to assist me in determining the correct way (or lay out some viable options) to design a solution for the following senario: We need to generate a PDF report real time based on data in a database that is a