我正在使用 eclipse indigo 。我想使用 hibernate with smartgwt smart gwt showcase
我有一个网格,所以想要使用像smartgwt showcase EE这样的hibernate数据源(ds)从数据库获取数据。我不明白如何使用hibernate(ds)连接到数据库并从表中获取数据。
答案 0 :(得分:0)
这是一个老问题,但由于这里没有回答,
表是在客户端,因此您首先必须将数据移动到服务器端并在那里执行hibernate。为实现这一目标,我建议使用gwt-rpc定制数据源。你可以在这里找到代码。
https://code.google.com/p/smartgwt-extensions/
一旦你完成了这项工作,你就可以在服务器端进行常规的休眠工作。