GWT RequestFactory 示例?
您知道在哪里可以找到新 GWT 2.1 RequestFactory 的一些代码示例吗?谷歌的教程一开始就不够好。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
请检查此
http://javaasylum.blogspot.com/2010/ 11/gwt-21-request-factory.html
和来自 googler 的:
https://wave.google.com/wave/?pli=1#restored:wave:googlewave.com!w%252BWU4iAICkI.1
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
这些教程写于 2011 年,它们使用 ServiceLocators 并展示如何使用 DAO 拆分服务器端代码。
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/
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/
查看 GWT 2.1 发行版中的 DynaTableRf 示例。
Have a look at the DynaTableRf sample from a GWT 2.1 distribution.
这是 Gwt 请求工厂的简单示例...
代码位于此处
并且工作网址为
此处
Here is the Simple example for Gwt Request Factory...
code is here
AND WORKING URL IS
here