Re: Combining Cocoon and Struts

2002-10-10 Thread Werner Guttmann
Dag, just looking at your sample below again ... given that you are using Castor XML to convert an object hierarchy to XML (which you then forward to Cocoon in some way), why not look into the CastorTransformer that generates SAX events based on an object bound to the request/sesion/context and

Re: Combining Cocoon and Struts

2002-10-03 Thread Dag Nygaard
Werner Guttmann wrote: We have been using both of the following two options to establish a clean contract between Struts and Cocoon: - Use of XMLizable interface from within XSPs - Use of Castor XML In both cases, you would use Struts actions to go to the model and return you the data

Combining Cocoon and Struts

2002-09-30 Thread Dag Nygaard
There are a lot of questions raised around Cocoon and Struts, but few (if any) answers of how to combine the two - FAQ-food?. I am now in the process of attempting the combination and not being very knowledgeable in either Cocoon, Struts, JSP, I feel at times pretty lost. Could someone help me

Re: Combining Cocoon and Struts

2002-09-30 Thread Barbara Post
Nygaard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 1:13 PM Subject: Combining Cocoon and Struts There are a lot of questions raised around Cocoon and Struts, but few (if any) answers of how to combine the two - FAQ-food?. I am now in the process of attempting

Re: Combining Cocoon and Struts

2002-09-30 Thread Dag Nygaard
Barbara Post wrote: Hi Dag ! Does your Struts work standalone without Cocoon's part ? if not, you have to check correctness of your sample webapp. Yes. As I wrote, I believe the problem is in Cocoon releasing it's control to Struts, but I can't figure out how. I studied Struts before

RE: Combining Cocoon and Struts

2002-09-30 Thread Piroumian Konstantin
From: Dag Nygaard [mailto:[EMAIL PROTECTED]] There are a lot of questions raised around Cocoon and Struts, but few (if any) answers of how to combine the two - FAQ-food?. I am now in the process of attempting the combination and not being very knowledgeable in either Cocoon, Struts,

Re: Combining Cocoon and Struts

2002-09-30 Thread Werner Guttmann
Dag, I would have prefered a Cocoon-only environment, but for political reasons, we have to try a combination first. Previous poster has also described such a pipeline without describing the setup, and we want to see if there is a gain in the combination. I am facing a similar situation