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.
Regards.!!
A.U.S Cristian Rinaldi
Teléfono Móvil: (0342) 155 238 083
Lisandro de la Torre 2643 Of 5 - 3000 - Santa Fe
Teléfono Fijo: (0342) 483 5138
2012/1/12 Kanagaraj M <kanaga...@gmail.com>:
> --
> 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 google-we...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-tool...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
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 |