WEB开发网
开发学院软件开发Java 集成医疗保健服务,第 1 部分: 将 Enterprise Ser... 阅读

集成医疗保健服务,第 1 部分: 将 Enterprise Service Bus 用于医疗保健

 2010-06-28 00:00:00 来源:WEB开发网   
核心提示: 配置和引导 JBI 环境JBI 规范提供了详细的 XML 模式,它用于定义所希望在 JBI 中托管的所有 BC 和 SE 的行为,集成医疗保健服务,第 1 部分: 将 Enterprise Service Bus 用于医疗保健(9),现在我将描述如何能使用 JBI 模式来配置 JBI 实现作为

配置和引导 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> 

上一页  4 5 6 7 8 9 10  下一页

Tags:集成 医疗保健 服务

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接