You can't do it directly, a good reference:
http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html
http://noon.gilead.free.fr/gilead/
Regards,
F
On Aug 19, 5:11 am, "awate...@gmail.com" wrote:
> is com.bancika.client.data.User annotated with �...@entity?
>
> also there is no
You can't do it directly, you need to use something like
http://sourceforge.net/projects/gilead/
A good reference article for GWT and Hibernate
http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html
Hope it helps,
F
On Aug 19, 5:11 am, "awate...@gmail.com" wrote:
> is com.ba
is com.bancika.client.data.User annotated with @Entity?
also there is no difference between using j2ee and gwt with respect to
setting up hibernate
On Aug 15, 12:48 pm, Bancika wrote:
> I'm using hibernate to map my data in GWT and have some weird
> problems. Here's my setup.
>
> * HSQL databas
I'm using hibernate to map my data in GWT and have some weird
problems. Here's my setup.
* HSQL database
* entity class is in client folder
* annotated class (tried with hbm.xml file, same result)
the problem is that my mapped class does not get registered in the
config for some reason. I tried a