如何将弹簧与GWT结合?

时间:2021-11-27 15:14:23

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

如果我理解正确,使用spring作为对象持久性的中介比直接使用ibatis更有效。

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

似乎有很多库通过实现gwt rpc调用的调度程序来简化Spring集成。

Would you recommend gwtrpc-spring or gwt-widgets?

你会推荐gwtrpc-spring或gwt-widgets吗?

1 个解决方案

#1


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.

我已经使用了1.5和1.6的gwt-widgets,它可以工作。一旦完成初始配置,一切都很好。

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

我不能说gwtrpc-spring,但gwt-widgets似乎是更成熟的项目,拥有更大的社区。

#1


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.

我已经使用了1.5和1.6的gwt-widgets,它可以工作。一旦完成初始配置,一切都很好。

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

我不能说gwtrpc-spring,但gwt-widgets似乎是更成熟的项目,拥有更大的社区。