Re: Struts2 Basic Questions

2006-10-27 Thread Ted Husted
t an application that uses Webwork yet but the guide above shows how similiar WW 2.2 and Struts 2 are. Hth, Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Husted Sent: den 27 oktober 2006 14:57 To: Struts Users Mailing List Subject: Re: Struts2

RE: Struts2 Basic Questions

2006-10-27 Thread Wesslan
that uses Webwork yet but the guide above shows how similiar WW 2.2 and Struts 2 are. Hth, Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Husted Sent: den 27 oktober 2006 14:57 To: Struts Users Mailing List Subject: Re: Struts2 Basic Questions

Re: Struts2 Basic Questions

2006-10-27 Thread Ted Husted
Yes. The exact changes between WW2 and S2 are detailed in the Struts 2.0.0 release notes. -T. On 10/27/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: So basically not to beat a dead horse ...if I learn WebWork2 and get through the WebWork in Action then I should easily be able to pick up on Strut

Re: Struts2 Basic Questions

2006-10-27 Thread Jim Reynolds
So basically not to beat a dead horse ...if I learn WebWork2 and get through the WebWork in Action then I should easily be able to pick up on Struts2 without much issue? On 10/26/06, Don Brown <[EMAIL PROTECTED]> wrote: Correct on all accounts :) Don On 10/26/06, Mark Menard <[EMAIL PROTECTE

Re: Struts2 Basic Questions

2006-10-26 Thread Don Brown
Correct on all accounts :) Don On 10/26/06, Mark Menard <[EMAIL PROTECTED]> wrote: On 10/26/06 5:06 PM, "Jim Reynolds" <[EMAIL PROTECTED]> wrote: > From reading about Struts2, I can see that it is a marriage of Struts > 1.x and WebWork. Now WebWork actually consisted of 2 frameworks from > my

Re: Struts2 Basic Questions

2006-10-26 Thread Ted Husted
On 10/26/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: From reading about Struts2, I can see that it is a marriage of Struts 1.x and WebWork. It's a marriage of the communities, but the codebase is the technical equivalent of WebWork 2.3. We've added a few new features, like wildcards and plugin

Re: Struts2 Basic Questions

2006-10-26 Thread Mark Menard
On 10/26/06 5:06 PM, "Jim Reynolds" <[EMAIL PROTECTED]> wrote: > From reading about Struts2, I can see that it is a marriage of Struts > 1.x and WebWork. Now WebWork actually consisted of 2 frameworks from > my understanding. WebWork framework for Web and underneath that was > XWork framework. Als