What jar-files needed for gilead with GWT?

耗尽温柔 提交于 2019-12-08 10:19:49

问题


I do not find a good tutorial on integrating gilead for GWT with hibernate. I miss the step what jar files to include in my application.

Background:

There is some example source code at: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html to be found here, but I do not see that the same jars are used in the downloadable files from the gilead download location.


回答1:


A little trial and error resembles that I need the following jars:

From gilead:

  • gilead-core-1.3.2.1839.jar
  • gilead4gwt-1.3.2.1839.jar
  • gilead-hibernate-1.3.2.1839.jar
  • beanlib-hibernate-5.0.2beta.jar
  • beanlib-5.0.2beta.jar

From Hibernate:

  • cgib-full-2.0.2.jar
  • log4j-1.2.9.jar

(or similar with a different version number).



来源:https://stackoverflow.com/questions/3520428/what-jar-files-needed-for-gilead-with-gwt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!