PDA

View Full Version : question on GWT and Spring


jfd
Apr 23rd, 2007, 06:50 PM
Hello All,

I need help on a project using hibernate, spring and trying to use GWT in the front.

After some literature reading I think I got some ideas on the server side. but confused on the client side GWT bean objects that return from the service, could i just return the server side domain entity as the client side bean for GWT?

if so, do I have to implement the IsSerializable interface?

if not, is there anyway that I can automatically generate these from the serverside domain classes? or I have to recode all these?

Mark Fisher
Apr 24th, 2007, 10:10 AM
You might find this collection of articles helpful: http://www.jroller.com/page/galina?entry=google_web_toolkit_integration_with