RE: Design patterns used in Struts

2004-08-30 Thread Matthias Wessendorf
> 1. Implementation of the MVC2 Paradigma. > 2. Front Controller > 3. View Dispatcher > 4. Service To Worker. > 5. Not complete: Inversion of Control > > I think thats all ;-)) yes, think so too. but Antony, if you use Tiles, then you have "CompositeView"-Pattern too. look at: http://www.corej2e

Re: Design patterns used in Struts

2004-08-30 Thread Manfred Wolff
Antony. 1. Implementation of the MVC2 Paradigma. 2. Front Controller 3. View Dispatcher 4. Service To Worker. 5. Not complete: Inversion of Control I think thats all ;-)) Manfred Antony Paul wrote: Hi all, Can anyone tell me what are the design patterns used in Struts framework. rgds Antony Paul

Re: Design patterns used in Struts

2004-08-30 Thread hutuworm
Isn't it an implementation of MVC? On Mon, 30 Aug 2004 13:43:02 +0530, Antony Paul <[EMAIL PROTECTED]> wrote: > Hi all, > Can anyone tell me what are the design patterns used in Struts > framework. > > rgds > Antony Paul > > ---