You can't use hibernate at all in your client code.  Hibernate4GWT
attempts to help solve the problem your server has of serializing your
Hibernate instrumented domain objects over the wire (ie. your entity
beans) so you don't have to write data transfer objects that are
pretty much exact copies of your entities.  It's not for doing
persistence on the client side at all.  I think your only option for
actual client side database interactivity is Google Gears.

On Nov 11, 2:45 am, iarv <[EMAIL PROTECTED]> wrote:
> Two simple questions please to everybody
>
> I use Ebunciate/GWT using Hibernate on Server side.
> I want to have also a DB at each GWT client side using also Hibernate.
> I have read that there are some problems using Hibernate to GWT
> and I have to use a different package named Hibernate4GWT 
> (seehttp://hibernate4gwt.sourceforge.net/hibernate_gwt_problem.html)
> for this reason. The questions are the following.
>
> 1)Is this correct that I can't use classic Hibernate there?
> 2)I see a little bit Hibernate4GWT and I realize that
> it uses the same package/methods names as Hibernate. I try to use
> both Hibernate4GWT/Hibernate together. A simple solution
> is to rename Hibernate4GWT package name and rebuild it
> to discard the conflict. Is there any other solution to my problem?
>
> //Thank you very much for your answers.
> //John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to