tags:

views:

371

answers:

1

If I understand correctly, it's more efficient to use spring as a mediator for object persistence than using ibatis directly.

There seem to be a lot of libraries which ease spring integration by implementing a dispatcher for gwt rpc calls.

Would you recommend gwtrpc-spring or gwt-widgets?

+1  A: 

I've used gwt-widgets with both 1.5 and 1.6, and it works. Once you get the initial configuration done, all is fine.

I can't say anything about gwtrpc-spring, but still gwt-widgets seems to be the more mature project, with a larger community.

Robert Munteanu