CES, There is a hibernate connector out there for GWT called Gilead: http://noon.gilead.free.fr/gilead/ . I've used the library to quickly get started with the project; however, from a performance standpoint I never felt that it was good enough for actual production deployment. Now I'm no Hibernate expert, so there's a big chance that I was doing something wrong with the mappings, but I've found the only way to get acceptable performance is to man-up and roll your own DAO objects. Serialization and transfer of the model objects is one of the most expensive (and fantastic) operations available to a GWT application. I was never able to get the hibernate objects to serialize in an efficient manner.
E On Sep 25, 9:26 am, ces <[email protected]> wrote: > Hi guys! > > I'm new in GWT... I want to create a web app that will show a table > from a database and I would like to know if I should use Hibernate and > not the usual way in Java of fetching data from DB (i.e. resultset)? > What are its advantages? > thanks in advance for any information you'll give... :D --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
