Spring 3.0 和 SOAP - 最佳实践是什么?
我正在 Spring 中重新实现一个 Web 应用程序,并且需要使用 SOAP 公开业务逻辑。 我要使用 Spring 3.0,我想知道:公开 Spring bean 的推荐方式是什么? 我的堆栈的其余部分是 Tomcat 6、JDK 1.6、Struts 2。
干杯
Nik
I'm reimplementing a web app in Spring, and I need to expose the business logic with SOAP. I'm going for Spring 3.0, and I'd like to know: what is the recommended way of exposing Spring beans? The rest of my stack is Tomcat 6, JDK 1.6, Struts 2.
Cheers
Nik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您是,则可以使用 Spring WS使用 Spring 3。 Spring 人员更喜欢契约优先的 Web 服务,这在教程中进行了概述。
另外,Jersey-WS 非常适合基于 REST 的 Web 服务。
You can use Spring WS if you are using Spring 3. The Spring folks prefer contract first web services which is outlined in the tutorial.
Alternately, Jersey-WS is really good for REST based web services.