Re: Struts - concepts - is it true ? - model 1 model 2

2003-07-01 Thread Craig R. McClanahan
On Tue, 1 Jul 2003, objectworlds wrote: According to text main difference between model 1 and model 2 is that model 2 uses a servlet as the controller with model 1 using JSP. The implementation technology for the controller isn't really the difference. In traditional Model 1 style

Re: Struts - concepts - is it true ? - model 1 model 2

2003-06-30 Thread objectworlds
According to text main difference between model 1 and model 2 is that model 2 uses a servlet as the controller with model 1 using JSP. If that information is correct why did the change take place ? [EMAIL PROTECTED] wrote: --- objectworlds [EMAIL PROTECTED] wrote: Hi, I have some material

RE: Struts - concepts - is it true ? - model 1 model 2

2003-06-30 Thread Brandon Goodin
1) separate (more distinctly) view from logic/maintainability 2) performance 3) scalability/reuse of code Brandon Goodin -Original Message- From: objectworlds [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 8:24 PM To: Struts Users Mailing List Subject: Re: Struts - concepts

Struts - concepts - is it true ?

2003-06-29 Thread objectworlds
Hi, I have some material on the struts framework and I want to check if what I have read is true. That way I will continue to follow the material I have on Struts framework. - The struts framework Model 2 is a variant of MVC software design pattern when used with web applications. - The

Re: Struts - concepts - is it true ?

2003-06-29 Thread David Graham
--- objectworlds [EMAIL PROTECTED] wrote: Hi, I have some material on the struts framework and I want to check if what I have read is true. That way I will continue to follow the material I have on Struts framework. - The struts framework Model 2 is a variant of MVC software design