Inspired by Ray Ryan's Best Practices For Architecting Your GWT App session at Google I/O 2009, this is an implementation of the 'Presenter' part of the Model-View-Presenter (MVP) design pattern ...
This project contains: Place service to abstract history management RPC Service to help with RPC calls and setup MVP (Model View Presenter) interfaces Example apps extending the Contac...
MVP Architecture: A model encompasses business objects. In our case, the class Entity with some attributes.A view contains all of the UI components that make up our applicati...
This is an implementation of the Model-View-Presenter pattern based on the " GWT App Architecture Best Practices - Ray Ryan".This implementation uses Google GIN as a Dependency Injection (DI)...
This project uses the dark-matter-data project to re-implement the Contacts example associated with the GWT document that describes "Large scale application development and MVP"
Creating a mvp based GWT project with maven in eclipse takes a lot of time. This project aims to supply a scaffolding mechanism for creating such projects rapidly.