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?


Reply With Quote