Re: Regarding Compatability for Struts-2.0.1

2006-11-25 Thread Ted Husted
On 11/23/06, Jeevan Kumar Kade <[EMAIL PROTECTED]> wrote: I worked on Struts 1.1 for around 1 year. 1. Architecture changes are more and complex to understand between the different layers From the perspective of coding Struts application, the architecture is easier. The Struts 2 configu

Re: Regarding Compatability for Struts-2.0.1

2006-11-23 Thread Wendy Smoak
On 11/23/06, Mitchell James <[EMAIL PROTECTED]> wrote: Struts 2 will not be backward compatible in the sense of allowing you to run things "as is". I would recommend taking a look at the migration guide. I was going to suggest taking a look a the "Struts 1 Plugin" but it is still awaiting doc

Re: Regarding Compatability for Struts-2.0.1

2006-11-23 Thread Mitchell James
Struts 2 will not be backward compatible in the sense of allowing you to run things "as is". I would recommend taking a look at the migration guide. http://struts.apache.org/WW/migration-guide.html -- James Mitchell 678.910.8017 On Nov 23, 2006, at 5:55 AM, Jeevan Kumar Kade wrote:

Regarding Compatability for Struts-2.0.1

2006-11-23 Thread Jeevan Kumar Kade
Hi All, I worked on Struts 1.1 for around 1 year. With that experience and knowledge, when i was looking into Sturts-2.0.1 document and example i really just woundering and have few queries on them which i am listing below. Please, clarify these queries. Queries 1. Ar