2

Is there alternative to gwt-dispatch to be used in GWT project?

Community
  • 1
  • 1
MatBanik
  • 26,356
  • 39
  • 116
  • 178

1 Answers1

4

GWT-Platform has a Dispatch-Module.

z00bs
  • 7,518
  • 4
  • 34
  • 53
  • I'm not familiar with mvp4g, only gwt-p. Can't help you there, sorry. – z00bs Mar 14 '11 at 12:25
  • GWTP's dispatcher is available in a separate jar that does not depend on GWTP's MVP, you can definitely use it with mvp4g. – Philippe Beaudoin Jun 08 '11 at 02:32
  • @PhilippeBeaudoin - I just could not understand how gwtp works. Google MVP with Activities and Places came so naturally to me. It took just a week for me to setup a project with Activities and Places. May be I'm not good in Java to understand GWTP's 'not-java-like' way of doing things. An API should be simple to use. That attracts more developers. Experts can find their way anyway. – Sree Jun 12 '12 at 14:10