--- 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 
> pattern when used with web applications.
> - The struts framework keeps multiple views with multiple users  up to 
> date  so that when
> the data changes so does the view. This is also known as the publisher -
> 
> subscriber pattern because it
> helps keep the subscribers synchronized with the publisher.

This implies a push model but HTTP is a pull model with clients requesting
fresh data from the server.  The other statements are correct.

David

> - The struts framework allows the decoupling of business logic , control
> 
> and presentation.
> - Struts also allows one to change Internationalise the application 
> based on the locale of the user.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to