Re: [s2] Spring MVC Plugin

2007-01-11 Thread Musachy Barroso
I'm in for the Spring MVC plugin :) musachy Tom Schneider wrote: So this would allow a user to write convert a S1 action over to S2, but keep the JSP exactly the same? Or would it just allow S1 tags to be used in S2? WW already supports using JSTL tags out-of-the-box--I'm not sure you would

Re: [s2] Spring MVC Plugin

2007-01-11 Thread Musachy Barroso
I just added yesterday a GWT plugin that allows you to call S2 actions using GWT RPC mechanism. http://cwiki.apache.org/confluence/display/S2PLUGINS/GWT+Plugin musachy Ted Husted wrote: Speaking of plugins, Don's been laying the groundwork for tag plugins, so that we can create a struts-dojo

Re: [s2] Spring MVC Plugin

2007-01-11 Thread Tom Schneider
So this would allow a user to write convert a S1 action over to S2, but keep the JSP exactly the same? Or would it just allow S1 tags to be used in S2? WW already supports using JSTL tags out-of-the-box--I'm not sure you wouldn't need anything special to support s1 tag. (I haven't worked with

Re: [s2] Spring MVC Plugin

2007-01-11 Thread Ted Husted
Speaking of plugins, Don's been laying the groundwork for tag plugins, so that we can create a struts-dojo plugingto supercede the Ajax theme in Struts 2.1.x. A related idea might be S1 or Spring MVC tag plugins that exposed another tag API but utilized the valuestack and such under the hood. I

Re: [s2] Spring MVC Plugin

2007-01-10 Thread Ted Husted
Hey, give it a try, and if it works out, register it at * http://cwiki.apache.org/S2PLUGINS/home.html -Ted. On 1/10/07, Tom Schneider <[EMAIL PROTECTED]> wrote: It would allow you to execute Spring MVC controllers/jsp in Struts 2. (and any other necessary Spring MVC infrastructure) Just like

Re: [s2] Spring MVC Plugin

2007-01-10 Thread Tom Schneider
It would allow you to execute Spring MVC controllers/jsp in Struts 2. (and any other necessary Spring MVC infrastructure) Just like the Struts 1.x plugin lets you execute Struts 1 actions/jsps in Struts 2. It would allow migrating to Struts 2 a little at a time. The idea is that Struts 1.x a

RE: [s2] Spring MVC Plugin

2007-01-10 Thread Dave Newton
From: Tom Schneider [mailto:[EMAIL PROTECTED] > Has anyone given any thought to a Spring MVC plugin--kind of like the > Struts 1.x integration. What would it do? I mean, Spring is already in there. Dave - To unsubscribe, e-mai

[s2] Spring MVC Plugin

2007-01-09 Thread Tom Schneider
Has anyone given any thought to a Spring MVC plugin--kind of like the Struts 1.x integration. I know the Spring MVC community isn't huge, but giving them a migration path might win over some converts. (I might look into it at some point) I'm just curious if other people thought this would be