Howdy, 

Some article say that in struts web applications, our actions
(say: MyLoginAction extends Action)  connect  controller(C) 
and model(M),  make them work together:

Controller <==> Action <==> Model

Therefore, can we say precisely our actions play a adapter role 
and we are applying "Adapter" design pattern ?

Regards.
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to