集成医疗保健服务,第 1 部分: 将 Enterprise Service Bus 用于医疗保健
2010-06-28 00:00:00 来源:WEB开发网配置和引导 JBI 环境
JBI 规范提供了详细的 XML 模式,它用于定义所希望在 JBI 中托管的所有 BC 和 SE 的行为。现在我将描述如何能使用 JBI 模式来配置 JBI 实现作为 HSB。
本文中不会讨论整个 JBI 模式。我将重点讲解重要的 JBI 标记,称为 <component>。第 2 部分将会演示更多 JBI 模式标记的使用。
<component> 标记定义 JBI 组件。组件可以是 BC 或 SE。清单 1 显示 Prescription 应用程序的 BC 的 MXL 配置是什么样子:
清单 1. prescription 应用程序的 BC 的 XML 配置
<?xml version="1.0" encoding="UTF-8"?>
<jbi xmlns="http://java.sun.com/xml/ns/jbi" version="1.0">
<component type="binding-component"
component-class-loader-delegation="parent-first"
bootstrap-class-loader-delegation="parent-first">
<identification>
<name>Prescription-Application</name>
<description>Binding Component for the prescription application</description>
</identification>
<component-class-name>
org.apache.servicemix.cxfbc.CxfBcComponent
</component-class-
<component-class-path>
<path-element>lib/servicemix-cxf-bc-2009.01.jar</path-element>
<path-element>lib/geronimo-annotation_1.0_spec-1.1.1.jar</path-element>
<!-- other path-element tags -->
</component-class-path>
<bootstrap-class-name>
org.apache.servicemix.common.DefaultBootstrap
</bootstrap-class-name>
<bootstrap-class-path>
<path-element>lib/servicemix-cxf-bc-2009.01.jar</path-element>
<path-element>lib/geronimo-annotation_1.0_spec-1.1.1.jar</path-element>
<!-- other path-element tags -->
</bootstrap-class-path>
</component>
</jbi>
- ››服务层
- ››服务器群集:Windows 2000 和 Windows Server 200...
- ››服务器维护经验谈 图解DHCP故障排除
- ››集成医疗保健服务,第 2 部分: 使用 Apache Servi...
- ››集成医疗保健服务,第 1 部分: 将 Enterprise Ser...
- ››集成 Rational Software Architect 和 Rational D...
- ››服务器虚拟化后需要完成的八大关键任务
- ››集成 Windows Azure:适用于企业的 Windows Azure...
- ››集成 Flex, Spring, Hibernate 构建应用程序
- ››服务器技术之热插拔
- ››集成 Windows 本地应用到 Eclipse RCP 程序中
- ››集成 DB2 与 Apache Geronimo
更多精彩
赞助商链接