Linking Struts with cocoon

2003-07-10 Thread Brook, Andy
Hi all, Has anyone had experience linking struts with cocoon, I've been looking at the struts-cocoon project (http://www.twdata/struts), specifically with gaining the ability to output data in different formats (specifically PDF but M$ XLS/DOC format via POI would be a boon). Unfortunately

Re: Linking Struts with cocoon

2003-07-10 Thread jon cundill
with cocoon, I've been looking at the struts-cocoon project (http://www.twdata/struts), specifically with gaining the ability to output data in different formats (specifically PDF but M$ XLS/DOC format via POI would be a boon). Unfortunately there seem to be some fundamental problems with using cocoon

RE: Linking Struts with cocoon

2003-07-10 Thread Marcos Oliva
Jon, What has been your experience with cocoon and the struts framework working together, in say a portal application ? Thanks Marcos Oliva -Original Message- From: jon cundill [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 8:37 AM To: [EMAIL PROTECTED] Subject: Re: Linking

Example for Struts in Cocoon

2003-04-02 Thread kavitha ramesh
Hi, If someone works with strutscocoon integration, could you please send me an example?Or could u suggest me some link? Kavitha Ramesh. Missed your favourite TV serial last night? Try the new, Yahoo! TV. visit

RE: Example for Struts in Cocoon

2003-04-02 Thread Todd G. Nist
Kavitha, There was a post awhile back by Don Brown about a prototype of a Struts 1.1 plugin that integrates Cocoon into the Struts framework he developed. More information, including how and why, and a demo, visit: http://www.twdata.org/struts Hope this helps. Regards, Todd G. Nist

Struts in Cocoon

2003-04-01 Thread kavitha ramesh
Hi, I have a loginpage which runs with cocoon 2.0 and Tomcat 4.1.12.But I have problems in restoring the sessions of the users.So I would like to use Struts for solving the session problems.Now I would like to make the Struts work inside Cocoon without affecting my design using xslt.I would like

RE: Struts and Cocoon Integration

2003-03-07 Thread ROSSEL Olivier
There are at least two ways to handle the forwards: explicitly using some sort of suffix/prefix (e.g. all paths that end in .coc will be handled by the cocoon plugin) or simply pass all the request first to cocoon and if cocoon doesn't handle it, process it normally. The stxx plugin

RE: Struts and Cocoon Integration

2003-03-07 Thread Dave Patton
But if performance is a concern, shouldnt I user Struts as the front end and then provide a mapping for all *.xml (or whatever other pattern I use) requests to the cocoon servlets? This way I only incur the cocoon performance penalty on those requests which absolutely require cocoon? Im sure

RE: Struts and Cocoon Integration

2003-03-07 Thread Don Brown
Exactly. When performance is key, you can have Struts use JSP directly. Of course, with how the plugin is now, the request will still be sent to Cocoon which would reject it. As for the processing time it takes for Cocoon to reject it, I don't know. My guess is it would depend on whether Cocoon

RE: Struts and Cocoon Integration

2003-03-07 Thread Dave Patton
Yes. That was the idea was to modify the plugin so you can specify either Struts or Cocoon as the front end. If it is Struts, then just route all *.(whatever) requests to Cocoon. If Cocoon is first then proceed as you have it now? What do you think? Dave Patton On Fri, 2003-03-07 at 10:42

RE: Struts and Cocoon Integration

2003-03-07 Thread Don Brown
, pass every request to Cocoon first. Good idea. It looks like I better fire up a real project and all its trappings. Again, thanks for the good feedback and ideas. Don On 7 Mar 2003, Dave Patton wrote: Yes. That was the idea was to modify the plugin so you can specify either Struts

Re: Struts and Cocoon Integration

2003-03-06 Thread alexj
06, 2003 5:11 AM Subject: Struts and Cocoon Integration I've developed a prototype of a Struts 1.1 plugin that integrates Cocoon into the Struts framework. Struts forwards are passed to Cocoon to be rendered in Cocoon XML pipelines. It combines the ease of use of Struts with the power

Re: Struts and Cocoon Integration

2003-03-06 Thread Don Brown
. org.apache.jasper.JasperException: getOutputStream() has already been called for this response -- Alexandre Jaquet - Original Message - From: Don Brown [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 5:11 AM Subject: Struts and Cocoon Integration I've developed a prototype

Re: Struts and Cocoon Integration

2003-03-06 Thread Dave Patton
, 2003 5:11 AM Subject: Struts and Cocoon Integration I've developed a prototype of a Struts 1.1 plugin that integrates Cocoon into the Struts framework. Struts forwards are passed to Cocoon to be rendered in Cocoon XML pipelines. It combines the ease of use of Struts with the power

Re: Struts and Cocoon Integration

2003-03-06 Thread Don Brown
, 2003 5:11 AM Subject: Struts and Cocoon Integration I've developed a prototype of a Struts 1.1 plugin that integrates Cocoon into the Struts framework. Struts forwards are passed to Cocoon to be rendered in Cocoon XML pipelines. It combines the ease of use of Struts

Struts and Cocoon Integration

2003-03-05 Thread Don Brown
I've developed a prototype of a Struts 1.1 plugin that integrates Cocoon into the Struts framework. Struts forwards are passed to Cocoon to be rendered in Cocoon XML pipelines. It combines the ease of use of Struts with the power and flexibility of Cocoon. If you've looked into using Cocoon

Using Struts with Cocoon?

2003-02-26 Thread Clement, Stephen
Anyone used struts with Cocoon? Is it feasible? Is it worth it? How best to do this? -To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

AW: Using Struts with Cocoon?

2003-02-26 Thread Juraj . Lenharcik
Hi, I use struts cocoon together. I have an area in my webapp which has some reports. These reports are in xml and generated either by an EJB or an Action. After the generation of such a XML this is saved in this area which is controlled by cocoon. If a request (directly or as redirect from

RE: Using struts with cocoon and Jrun

2003-01-08 Thread ROSSEL Olivier
Dear friends, I want to use cocoon with struts and Jrun And I want to use jsp instead of xsp. How can I configure cocoon to use jrun as JSPEngine,...? It's probably more a question for [EMAIL PROTECTED] Cocoon provides a JSPGenerator. Use your JSP as you would use your XSP, just say

Using struts with cocoon and Jrun

2003-01-07 Thread Reza Aliakbari
Dear friends, I want to use cocoon with struts and Jrun And I want to use jsp instead of xsp. How can I configure cocoon to use jrun as JSPEngine,...? Thanks, Reza -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts and cocoon and stxx and wap / wml

2002-10-18 Thread Stefan.Landro
Message- From: Madhavi Thottempudi [mailto:madhavi;caret.cam.ac.uk] Sent: Donnerstag, 17. Oktober 2002 13:59 To: Struts Users Mailing List Subject: RE: Struts and cocoon I thought stxx doesn't support WML! Do U mean that we can do it by writing our own output transformer/renderer sort

RE: Struts and cocoon

2002-10-18 Thread Madhavi Thottempudi
Message- From: Madhavi Thottempudi [mailto:madhavi;caret.cam.ac.uk] Sent: Donnerstag, 17. Oktober 2002 13:59 To: Struts Users Mailing List Subject: RE: Struts and cocoon I thought stxx doesn't support WML! Do U mean that we can do it by writing our own output transformer/renderer sort of things

RE: Struts and cocoon and stxx and wap / wml

2002-10-18 Thread Madhavi Thottempudi
Thanks for that Stefan! I am gonna start on modifying the client side of my application (using stxx) from tomorrow itself :) I really appreciate UR suggestions. cheers -Madhavi At 17:45 17/10/2002 +0200, you wrote: I had to check it make sure, but of course you can transform xml into wml using

Re: Struts and cocoon

2002-10-18 Thread V. Cekvenich
a few advantages over cocoon. Stef. -Original Message- From: Madhavi Thottempudi [mailto:madhavi;caret.cam.ac.uk] Sent: Donnerstag, 17. Oktober 2002 10:30 To: Struts Users Mailing List Subject: Re: Struts and cocoon Hi! I appreciate UR input on this topic. this really clears my mind about

RE: Struts and cocoon

2002-10-18 Thread Madhavi Thottempudi
Message- From: V. Cekvenich [mailto:vicc;users.sourceforge.net] Sent: Donnerstag, 17. Oktober 2002 12:16 To: [EMAIL PROTECTED] Subject: Re: Struts and cocoon Cocon to me is meant to replace Apache static content. Struts is for dynamc content. I strore XML content in DB (in basicPortal

RE: Struts and cocoon

2002-10-18 Thread Stefan.Landro
That's what I believe too. I believe you can do all kinds of transformations with stxx, including WML. Stef. -Original Message- From: V. Cekvenich [mailto:vicc;users.sourceforge.net] Sent: Donnerstag, 17. Oktober 2002 12:16 To: [EMAIL PROTECTED] Subject: Re: Struts and cocoon Cocon

Re: Struts and cocoon

2002-10-17 Thread Iris
Hello, I'm working in an application which combines Struts and Cocoon. My unique problem for instance it's that I must do redirection instead of forwards. This is a problem because then the request and the session are lost at each redirection. I solve it passing arguments in the URL. Tell me

RE: Struts and cocoon

2002-10-17 Thread Stefan.Landro
To: Struts Users Mailing List Subject: Re: Struts and cocoon Hello, I'm working in an application which combines Struts and Cocoon. My unique problem for instance it's that I must do redirection instead of forwards. This is a problem because then the request and the session are lost at each

Re: Struts and cocoon

2002-10-17 Thread BERNARDO ANTONIO BUFFA
and the previous stablished session is valid. good lucky Bernardo Hello, I'm working in an application which combines Struts and Cocoon. My unique problem for instance it's that I must do redirection instead of forwards. This is a problem because then the request and the session are lost at each

Re: Struts and cocoon

2002-10-17 Thread Madhavi Thottempudi
Hi! I appreciate UR input on this topic. this really clears my mind about doubts like - Is anybody working on both Struts cocoon or would the configurations conflict??, etc...etc. And, I am even glad to have choice - Cocoon or stxx Thanks chaps! -madhavi Hello I've solved the problem

RE: Struts and cocoon

2002-10-17 Thread Stefan.Landro
Stxx was designed to work with struts, so it probably has a few advantages over cocoon. Stef. -Original Message- From: Madhavi Thottempudi [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 17. Oktober 2002 10:30 To: Struts Users Mailing List Subject: Re: Struts and cocoon Hi! I appreciate

RE: Struts and cocoon

2002-10-17 Thread Madhavi Thottempudi
a few advantages over cocoon. Stef. -Original Message- From: Madhavi Thottempudi [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 17. Oktober 2002 10:30 To: Struts Users Mailing List Subject: Re: Struts and cocoon Hi! I appreciate UR input on this topic. this really clears my mind about doubts

RE: Struts and cocoon

2002-10-17 Thread Stefan.Landro
List Subject: RE: Struts and cocoon I thought stxx doesn't support WML! Do U mean that we can do it by writing our own output transformer/renderer sort of things?? -M At 13:35 17/10/2002 +0200, you wrote: That's what I believe too. I believe you can do all kinds of transformations with stxx

Struts and cocoon

2002-10-16 Thread Madhavi Thottempudi
Hi! Is anybody out there working with Apache cocoon and Struts framework together?? We are building a struts application and one of our requirement is Transformations. I am quite interested to know if anybody has worked on this combination, as I am wondering if it's possible to do that at all

RE: Struts and cocoon

2002-10-16 Thread James Mitchell
: Struts and cocoon Hi! Is anybody out there working with Apache cocoon and Struts framework together?? We are building a struts application and one of our requirement is Transformations. I am quite interested to know if anybody has worked on this combination, as I am wondering if it's

Re: Struts vs Cocoon

2002-02-14 Thread Jeff Pennal
with struts by now but not with Cocoon 2.x. At first blush Cocoon looks like Struts with XML/XSLT capabilities. Is this more or less correct? Sincerely, James. -- Jeff Pennal p:604-694-0554(x107) Senior Software Developer f:604-694-0558

Struts vs Cocoon

2002-02-13 Thread Couball, James
I am planning on a prototype application that uses MVC. I plan on using XML/XSLT to implement the view layer. I am pretty well versed with struts by now but not with Cocoon 2.x. At first blush Cocoon looks like Struts with XML/XSLT capabilities. Is this more or less correct? Sincerely

Re: Struts vs Cocoon

2002-02-13 Thread @Basebeans.com
Subject: Re: Struts vs Cocoon From: Vic Cekvenich [EMAIL PROTECTED] === My impresion of Coccon was that it is not for programmers, it was I think for HTML or MS Word users. Consider FOP with Sturts or look at the large posts on Struts w/ XSLT. I have acctualy done browser side XSLT. Once

Re: How can i integrate struts with cocoon ?

2001-04-23 Thread Ovidiu Predescu
On Sun, 22 Apr 2001 17:13:52 +0200, M.Amin [EMAIL PROTECTED] wrote: Dear all, I'm a newbie to struts-velocity framework and i want to integrate the forms generated by struts with the other xml files generated under cocoon control. My question is : is it possible to integrate struts

RE: struts and cocoon

2001-03-29 Thread Maring, Steve
Have you played with the order that these occur in the CLASSPATH? -Original Message-From: Ali Ozoren [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 29, 2000 10:10 AMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: struts and cocoon Hi all- Ive been

struts and cocoon

2001-03-29 Thread Ali Ozoren
Hi all- Ive been trying to get cocoon and struts together, however one is using the servlet.jar the other servlet_2_2.jar. Is it possible to combine these two? Thanks!

struts and cocoon

2001-03-28 Thread Ali Ozoren
Hi all- Ive been trying to get cocoon and struts together, however one is using the servlet.jar the other servlet_2_2.jar. Is it possible to combine these two? If you have an answer, please cc me at [EMAIL PROTECTED] since I cant get listserver mail from work. Thanks!