资 源 简 介
Objective
Develop Model-View-Presenter(MVP) based application by using gwt-presenter framework
Develop Command Pattern-based application by using gwt-dispatch framework
Develop a Dependency Injection-based application by using GIN and GUICE
Compare UiBinder-based View Classes against Java-based View classes
Description
This project is essentially a demonstration of the above-mentioned objectives. It is an adaptation of Google"s MVP tutorial codes using the above-mentioned framework and tools.
Background
In the beginning, I did this because I wanted to learn gwt-presenter and gwt-dispatch framework and since I am familiar with Google"s MVP tutorial and it is a good tutorial on MVP, I decided that I will learn better by adapting the tutorial. Now, I am sharing this because I think there may be