使用 GWTP(以及用于持久性的 Objectify)实现 CRUD 的最简单方法是什么?
是否有库、用于生成代码的 Eclipse 插件或推荐的设计模式?有 GWTP 的例子吗?谢谢。
Is there a library, an eclipse plugin to generate code, or a recommended design pattern ? Any example with GWTP ? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您想要查看
RequestFactory
:http://code .google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html还有一个包含
GWTP
、GAE
、Objectify
的示例代码和RequestFactory
:http://code.google.com/p/gwtgae2011/You want to look into
RequestFactory
: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.htmlAlso a sample code with
GWTP
,GAE
,Objectify
andRequestFactory
: http://code.google.com/p/gwtgae2011/好的,我认为最好的方法在这里: http: //turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/
Ok, I think the best way is here : http://turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/
可能这不完全是您正在寻找的内容,但这可能对您有帮助。
Google gwtp 示例。
May this is not exactly what you are looking for but this may be help ful to you.
Google gwtp example.