Hello: By example: if you work with RequestFactory the model in MVP means a proxy, ie the DTO to be transmitted from the client to the server according to your entities in the model. This proxy is mapped to the properties view. (binding).
Regards.!! A.U.S Cristian Rinaldi Teléfono Móvil: (0342) 155 238 083 www.logikas.com Lisandro de la Torre 2643 Of 5 - 3000 - Santa Fe Teléfono Fijo: (0342) 483 5138 2012/1/12 Kanagaraj M <[email protected]>: > Wikipedia definition for MVP reads > > Model–view–presenter (MVP) is a derivative of > the model–view–controller (MVC) software pattern, also used mostly for > building user interfaces. > > In MVP the presenter assumes the functionality of the "middle-man" (played > by the controller in MVC). Additionally, the view is responsible for > handling the UI events (like mouseDown, keyDown, etc), which used to be the > controller's job. Eventually, the model becomes strictly a domain model. > > > Take a case of using Simple Bean Editor framework with MVP. > > I ll have a PersonDAO(domain model) as well as PersonDTO (passed between > client and server). > > what does the M in MVP Means? Is it denoting only the Domain Model (Person > DAO)? > > > I am really confused with Editor Framework, because its binding the model > with the view. Are we not contracting the MVP? > > > Please correct me if my assumptions are wrong. > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/cnKONNzm6fYJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
