correct me if i am wrong but here are my $ 0.02 --

In PAC - presentation is dumb. It can't make callbacks to model layer.
Responsibility of controller is higher to prepare the entire presentation
and then throw back.
In MVC - presentation has accces to model.

-navjot

|-----Original Message-----
|From: Dos Santos [mailto:[EMAIL PROTECTED]
|Sent: Tuesday, July 08, 2003 11:01 PM
|To: Struts Users Mailing List
|Subject: Re: PAC pattern (Presentation-Abstraction-Controller)
|
|
|Are you sure? I've read papers published by the author
|of PAC and she states that they are different.
|
|PAC has a controller between the abstraction and the
|interface (presentation). MVC has 2 interfaces (View
|and Controller) both of which interact with the
|abstraction (Model). I think that conceptually they
|are different.
|
|What do you think?
|
|--- Carlos Duque <[EMAIL PROTECTED]> wrote:
|> Aren't these synonymous?  Back in the day when MVC
|> was intended to model a
|> GUI there might have been a real distinction, but
|> the two have morphed into
|> one pattern usually under the MVC label.  But they
|> are one and the same today.
|>
|> Carlos
|>
|> At 10:17 AM 7/8/2003, you wrote:
|> >Hi! I was wondering if anybody has info regarding
|> the
|> >PAC pattern being implemented using Struts.
|> >
|> >I know Struts is oriented towards the MVC pattern
|> but
|> >I would like to know what you think about using it
|> for
|> >PAC purposes.
|> >
|> >I truly appreciate your help.
|> >
|> >Regards.
|> >
|> >__________________________________
|> >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]
|>
|>
|>
|---------------------------------------------------------------------
|> 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]
|
|


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

Reply via email to