gwt - 如何在我的gwt项目中使用第三方java库?

时间:2012-10-10 15:23:21

标签: gwt jar java

我创建了一个Editor gwt项目,效果很好。

现在我想将编辑器的数据连接到数据库,因此我使用了3rd party database helper tool

我将db tool jar添加到我的gwt项目中,没有投诉。我还使用这个工具编写了与db相关的代码。

但我无法在网页上运行我的gwt项目。

我的网络浏览器的gwt控制台中的错误信息是can't find the source/.xml for the db helper tool,至少是这样的。

我该如何管理?

由于

1 个答案:

答案 0 :(得分:1)

您必须在代码的服务器端使用DB-Tool,并通过RPC将数据检索到客户端!

请参阅:https://developers.google.com/web-toolkit/doc/latest/tutorial/RPC