Google Web Toolkit(GWT)的示例创建读取更新和删除(CRUD)应用程序 [英] An example of a Google Web Toolkit (GWT) Create Read Update and Delete (CRUD) Application

查看:137
本文介绍了Google Web Toolkit(GWT)的示例创建读取更新和删除(CRUD)应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello

有人知道任何基于Google Web Took(GWT)的创建读取更新和删除应用程序的示例。

也就是说,使用GWT操作和显示数据库的内容。

谢谢

解决方案

GWT是一种客户端技术,所以基本上只给你用户界面。任何CRUD过程都会发生在服务器端,这可能是任何J2EE代码。



无论如何,您可以看看 StockWatcher示例,它为您提供了一个很好的方法来解决您的问题(您需要实现服务器端存储) p>

另请参阅 RequestFactory 文档



它对您有帮助吗?


Hello
Does anybody know of any examples of a Google Web Took (GWT) - based Create Read Update and Delete application.
That is, an application which uses the GWT to manipulate and display the contents of a database.

Thanks

解决方案

GWT is a client side technology, so basically gives you only the UI. Any CRUD process would happen in the server side, which could be any J2EE code.

Anyway you can take a look to the StockWatcher Example which gives you a good approach to your question (you need to implement the server side storage)

Also take a look to the RequestFactory documentation

Does it help you?

这篇关于Google Web Toolkit(GWT)的示例创建读取更新和删除(CRUD)应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆