Google Web Toolkit News - onGWT.com

To content | To menu | To search

Tag - hibernate

Entries feed - Comments feed

Monday 25 August 2008

Hibernate Core 3.3.0

Une nouvelle version de Hibernate est disponible en téléchargement. Il n'y a pas de gros changements par rapport à la 3.2.

Hibernate Core 3.3.0 goes GA

Thursday 14 February 2008

Three parts tutorial : Spring, Hibernate and GWT

eggsy84

I have finally compiled a tutorial on how to make a GWT app that works
with GWT, Hibernate and Spring.

The Tutorial can be found at:

Part One Project Creation and Setup
http://eggsylife.blogspot.com/2007/10/well-this-tutorial-aims-at-help...

Part Two Spring, Hibernate and Database Setup
http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-too...

Part Three RPC calls and GUI plumbing
http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-too...

Tuesday 5 June 2007

GWT, Gears and ORM : Hibernate4Gears

Rob Jellinghaus

Gears has this lovely local SQL database. But how do we get things in and out of it? We could write to the JDBC-like Gears SQL API. But I have tasted Hibernate. And if I'm programming in GWT, then writing JDBC-like code by hand would be like going back to the pre-Hibernate days. And I can't do it. I CAN'T DO IT, I TELL YOU! I can't go back. I WON'T go back!

Why Blogger Needs Offline Editing Support, and How To Build It With Google Gears

Wednesday 9 May 2007

Google Web Toolkit, Spring and Hibernate

Steve Storey :

Following on from the previous post, I've been trying to create some new GWT apps using that latest integration libraries, widgets and so on.

Google Web Toolkit, Spring and Hibernate

Monday 22 January 2007

GWT J2EE Spring integration.

ukidlucas : "GWT (Google Web Toolkit) is probably the biggest breakthrough for developers since Spring and Hibernate. Now, I recommend GWT/Spring/Hibernate. Creating GWT JavaScript using Java is relatively easy and with few hours of practice you can become proficient in even complex tasks suchas hierarchical tree representations (client-server), all of that without writing any JavaScript!
The problem I encountered was with integration of my newly created widgets with existing Spring/Struts/Hibernate application. Because of scarce existing documentation, I decided to write a short note on the subject."

GWT J2EE Spring integration

Saturday 20 January 2007

Choosing Spring, Hibernate and GWT

Amy : ''We have decided to use Google Web Toolkit for the front end, so I am busily learning as much as I can about this tool. ... There is a little bit of a learning curve, but so far so good.''
Google Web Toolkit