How to combine mgwt and mvp4g?

299 views Asked by At

Does anyone have experience integrating mvp4g into mgwt? As mgwt seems to offer specific ActivityManager/AnimationMapper implementations (see http://code.google.com/p/mgwt/wiki/GettingStarted) I wonder if you can get the same functionality in mvp4g?

1

There are 1 answers

0
Daniel Kurka On BEST ANSWER

You can use mgwt with any mvp framework. It does not make any assumptions about it.

For Activities and Places in GWT though we have a special implementation. If you want to use it with another MVP Framework use the AnimationHelper see:

http://code.google.com/p/mgwt/wiki/HelloWorldExample