快速业务通道

使用Spring Framework设计和开发SCA组件,第2部分 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-23

使用Spring Framework设计和开发SCA组件,第2部分

时间:2010-12-03 IBM Ramkumar Ramalingam

使用Spring Framework设计和开发SCA组件,第2部分 - 使用Apache Tuscany的高级技巧

简介

本系列的 使用 Spring Framework 设计和开发 SCA 组件,第 1 部分:三剑客:Spring、SCA 和 Apache Tuscany 概述了综合使用 SCA 和 Spring 的益处。您了解了如何作为一种 SCA 服务公开 Spring bean 以及如何 在 Spring 应用程序内访问 SCA 服务和属性。

本文将探讨 Apache Tuscany 运行时支持的一些高级特性。了解如何将多种 应用程序上下文综合起来用作 SCA 组件的一个实现。SCA 注释可用来在 Spring bean 类内显式声明 SCA 服务、引用和属性。下载 计算器示例的源代码。

本文中的示例使用了 Apache Tuscany SCA Java™ 技术运行时 V1.5.1。要运行这个示例应用程序,需要下载 Apache Tuscany SCA Java 实现 的二进制发行版。

为 SCA 组件使用多种应用程序上下文

在 使用 Spring Framework 设 计和开发 SCA 组件,第 1 部分:三剑客:Spring、SCA 和 Apache Tuscany, 您了解了一个 Spring 应用程序可被定义为 SCA 复合集(即 SCDL)内的一个 SCA 组件,其格式如清单 1 所示。

清单 1. 具有一个 Spring 组件的 SCA 复合集

<composite  xmlns="http://www.osoa.org/xmlns/sca/1.0"      xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"      targetNamespace="http://calc"     xmlns:c="http://calc"     name="Calculator">      <component  name="CalculatorServiceComponent">          <implementation.spring location="targetURI"/>     </component>    </composite> 

<implementation.spring> 元素的 location 属性可将目标 URI 指定 为指向一个归档文件(JAR)、一个目录或直接指向一个 Spring 应用程序上下 文文件。在任何情况下,在使用 <implementation.spring> 组件的 location 属性时,Apache Tuscany 只允许一个应用程序上下文作为目标应用程 序上下文,用作 SCA 组件的实现。

Apache Tuscany 允许使用多种应用程序上下文来实现 SCA 组件,方法是在 这个目标应用程序上下文(由此 SCA 复合集文件内的 <implementation.spring> 元素的 location 属性标识)中定义一个 ClassPathXmlApplicationContext(如 清单 3 所示)bean。清单 2 给出了一 个示例。

清单 2. 具有一个 Spring 组件的 SCA 复合集

<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"     xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"     targetNamespace="http://calc"     xmlns:c="http://calc"     name="Calculator">    <component name="CalculatorServiceComponent">         <implementation.spring location="beanRefContext.xml"/>    </component> </composite>

清单 3. beanRefContext.xml

<beans  xmlns="http://www.springframework.org/schema/beans"      xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance"      xmlns:sca="http://www.springframework.org/schema/sca"      xsi:schemaLocation="    http://www.springframework.org/schema/beans      http://www.springframework.org/schema/beans/spring- beans.xsd  

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号