Pergunta

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.

Foi útil?

Solução

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).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top