问题描述
我不太明白通过 spring 或轴实现的常规 Web 服务与远程处理之间的区别.
I quite didnt get the difference between a regular web service implemented either through spring or axis versus Remoting.
如果我的问题根本不相关,我只是在 Spring Web 服务与 Spring 远程处理之间感到困惑.何时使用远程处理以及何时使用网络服务.
If my question is not at all related, I am just confused between spring web services vs spring remoting. When to go for remoting and when to go with a web service.
感谢您的回答
推荐答案
Spring Web Services 是一个专门的Spring 项目(使用 Spring 自己的 Web Service 技术),而 Spring Remoting 是集成不同第三方远程技术的常用方法.
Spring Web Services is a dedicated Spring Project (using Spring's own Web Service technology), whereas Spring Remoting is a common approach of integrating different third party remoting technologies.
Spring-WS 总是契约优先,而 Spring Remoting 通常是代码优先.
Spring-WS is always contract-first, while Spring Remoting is often code-first.
这篇关于Web 服务与 Spring 远程处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!