0

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?

sleepomeno
  • 193
  • 8

1 Answers1

0

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

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43