|
Project Information
-
Project feeds
- Code license
-
Apache License 2.0
-
Labels
gwt,
historymanagement,
mvp,
place,
placeservice,
service,
tools,
commandpattern,
rpc,
command,
presenter,
display,
view,
history,
management
|
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 Contacts app that Google provided as an MVC example to include:
- Original Contacts app that Google provided, but mavenized
- Same as above plus using the new place-service
- Same as above plus using the rpc-service and using the presenter interfaces
- Same as above plus using Spring-enabled autodiscovery of RPC handlers
Since GWT 2.1 release where they introduced the MVP framework, most of the MVP part of this project is not relevant IF you are using GWT 2.1. However, if you are still using GWT 2.0, GWT 1.7, or GWT 1.6, all of the functionality of this framework are still very much applicable and useful. Take a look at the different version of the Contacts applications to see how to use the framework. It's very easy.
|