Hello,

I was in a similar situation....lots of technology around and everyone seems
to talk about hibernate.    As far as I can tell, the advantages are being
able to refer to your objects AS OBJECTS, yet have them persisted in the
database.  ie: you don't have to write the code to persist  them yourself.
If you were making a huge app, this might be necessary.   For smaller
operations, I think the best bet is just writing the resultset code
yourself.    You get better control over what happens, and personally, I
think its always better to understand whats going on behind the scenes
before I jump into the new automated way of doing things.

Plus, there is always:  K.I.S.S.

-pj



On Fri, Sep 25, 2009 at 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to