Re: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Ivelin Ivanov
As long as Struts is concerned, Cocoon 2.1 includes the XMLForm components, which takes a lot of Struts' ideas. XMLForm was designed from the ground up for REST style web services. http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html If you want to contribute a comparis

RE: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Argyn Kuketayev
> How about using these (struts, enhydra, etc.) as XML-based > back-ends to a > Cocoon presentation front-end? I wouldn't say that struts is XML based. Its configuration is stored in XML, the rest is pure Javabeans. - Please c

RE: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Brian Topping
> -Original Message- > From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 4:32 AM > To: [EMAIL PROTECTED]; Sylvain Wallez; > [EMAIL PROTECTED] > Subject: Re: We need a detailed comparison with Struts (XML/REST > integration?) >

Re: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Bertrand Delacretaz
On Monday 10 June 2002 10:23, Sylvain Wallez wrote: >. . . > 4 - Can we integrate Stuts and Cocoon ? > -- > The JSP part of Struts can certainly be integrated into Cocoon using the > JSPGenerator. What about the controller part (i.e. the servlets) ? >. . . Ring