GWT RequestFactory examples?

前端 未结 4 897
無奈伤痛
無奈伤痛 2021-01-31 22:20

Do you know where i can find some code examples for the new GWT 2.1 RequestFactory? Google\'s tutorial is not good enough to begin with.

相关标签:
4条回答
  • 2021-01-31 22:47

    Have a look at the DynaTableRf sample from a GWT 2.1 distribution.

    0 讨论(0)
  • 2021-01-31 22:51

    please check this

    http://javaasylum.blogspot.com/2010/11/gwt-21-request-factory.html

    and from googler :

    https://wave.google.com/wave/?pli=1#restored:wave:googlewave.com!w%252BWU4iAICkI.1

    0 讨论(0)
  • 2021-01-31 22:58

    Here is the Simple example for Gwt Request Factory... code is here

    AND WORKING URL IS here

    0 讨论(0)
  • 2021-01-31 23:08

    And written in 2011 there are these tutorials which use ServiceLocators and show how to split the server side code using DAOs.

    http://cleancodematters.wordpress.com/2011/06/04/tutorial-gwt-request-factory-part-i/

    http://turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/

    0 讨论(0)
提交回复
热议问题