java - JBI 和 SCA 之间有何区别/相似之处

标签 java soa jbi sca

能给我指出一些好的链接,或者分享 JBI 和 SCA 规范之间差异/相似之处的经验吗?

非常感谢:-)

最佳答案

本文可以提供答案的开头(尽管它没有详细说明规范)

OSOA article

SCA allows multiple technologies to be used to implement services (e.g. Java, BPEL, C++) and multiple bindings for communicating with services (e.g. Web services or JMS). However, SCA does not describe how you would introduce a new implementation type or new binding into a runtime. This is exactly where JBI is targeted.

JBI is a Java Platform integration 'micro kernel' standard that provides an open architecture in support of multi-vendor Java Composite Application Platform tools and infrastructure. It defines a set of service provider interfaces for middleware providers to implement if they want to install new service engines (which correspond to SCA's implementation types) or binding components (which correspond to SCA's bindings) into a JBI-compliant runtime.

您可以在本文中找到快速反馈和一些 react : SCA and JBI, Best of Both Worlds? .

关于java - JBI 和 SCA 之间有何区别/相似之处,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/268370/

相关文章:

java - Spring Boot WebMvcTest 需要 EntityManager

java - JAXB 解码时出错

c# - 有人有 ServiceStack 或其他 .Net 服务框架的经验吗?

esb - JBPM 和 BPEL/ESB 的区别

java - 处理 XSD 生成的类的多个版本

java - 无法连接到 Remedy AR 系统服务器

http - 面向服务的架构 - AMQP 或 HTTP

wcf - SOA 实现中的请求/响应模式

soa - JBI死了吗?它仍然是 ESB 选择中的有效标准吗?