- 浏览: 211372 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
zjc198805:
lz,用rest上传文件怎么实现啊?644952013@qq. ...
(转)REST介绍 -
jiandong2008:
能留个邮箱不?
(转)Hibernate性能调优(转载--作者:Robbin Fan) -
jiandong2008:
楼主还在不? 很多问题想请教 现在老大正要求我做hibern ...
(转)Hibernate性能调优(转载--作者:Robbin Fan) -
hificamera:
s3 = """hello, ...
python单引号、双引号和三双引号的区别(ZZ) -
ivyloo:
没意思!!!
代理模式、装饰模式和适配器模式
原文地址:http://gocom.primeton.com/blog1335_2355.htm?PHPSESSID=2e4f6fd66772bf830065c7b0b3632792
SCA的基本思想是将业务功能作为一系列服务来提供,这些服务组合到一起,以创建满足特定业务需要的解决方案。这些复合应用程序既可以包含专门为该应用程序创建的新服务,也可以包含来自现有系统和应用程序的业务功能(作为复合应用程序的一部分来重用)。SCA为服务组合和服务组件的创建(包括SCA复合应用程序内部现有应用程序功能的重用)提供了模型。
SCA这一模型旨在包含广泛的服务组件技术以及用于连接这些组件的访问方法。对于组件,它不仅包括各种编程语言,还包括通常与这些语言一起使用的框架和环境。对于访问方法,SCA复合应用程序允许使用各种常用的通信和服务访问技术,例如,Web服务、消息传递系统和远程过程调用(RPC)。
SCA包含以下规范:
SCA EJB组件模型
SCA Java EJB客户及实现(SCA Java EJB Client and Implementation)规范描述了如何在SCA复合应用程序中使用EJB和EJB模块。它在两个层次上定义了EJB的使用:
SCA装配模型
非功能性需求(例如安全性)的捕获和表示是服务定义的一个重要方面,在组件和复合应用程序的整个生命周期中都会对SCA产生影响。SCA提供了策略框架以支持约束、能力和服务质量(QoS)预期的规范,从组件设计直到具体部署。此规范描述了框架及其使用。
SCA Java公共注释和API(SCA Java Common Annotations and API)规范定义了Java API和注释,以支持使用Java编程语言来构建服务组件和服务客户。有一些紧密相关的模型,它们描述了如何在SOA上下文中使用其他基于Java的框架和模型,例如Spring和EJB,这些模型也使用此规范定义的公共注释和API。此外,Java组件实现规范还定义了用于创建服务组件的简单Java POJO模型。
进行粗粒度的集成:与Spring的集成将在SCA复合体层次进行,其中Spring应用程序上下文提供了完整的SCA复合体,并通过SCA暴露的服务和服务需求。这意味着Spring应用程序上下文定义了SCA复合体的具体实现的内部结构。
SCA绑定规范
Web服务绑定允许利用Web服务技术来访问外部需求或公开SCA服务。SCA提供了服务组件之间的互连的复合视图,而Web服务提供了用于访问服务组件的互操作方式。Web服务绑定还提供了SCA系统与其他服务之间的互操作衔接,这里的其他服务是指SCA系统的外部服务,但它们供SCA复合体使用。
EJB Session Bean绑定可以将先前部署的Session Bean集成到SCA装配中,并允许向使用EJB编程模型的客户公开SCA服务。EJB绑定既支持无状态的Session Bean模型也支持有状态的Session Bean模型。
为支持各种可能的应用,标准中包括了对各种常用语言的支持,包括:SDO for Java and C++,SDO for PHP,SDO for C,SDO for COBOL。详细内容可以从相关的白皮书和规范正文中获得。
Open CSA promotes the creation and adoption of the Service Component Architecture (SCA) and Service Data Objects (SDO) families of specifications.
These specifications are currently available for download from the Open SOA Collaboration.
Service Component Architecture (SCA)
Service Component Architecture (SCA) is a set of specifications which describe a model for building applications and systems using a Service-Oriented Architecture (SOA). SCA extends and complements prior approaches to implementing services, and SCA builds on open standards such as Web services.
SCA is based on the idea that business function is provided as a series of services, which are assembled together to create solutions that serve a particular business need. These composite applications can contain both new services created specifically for the application and also business function from existing systems and applications, reused as part of the composition. SCA provides a model both for the composition of services and for the creation of service components, including the reuse of existing application function within SCA compositions.
SCA is a model that aims to encompass a wide range of technologies for service components and for the access methods which are used to connect them. For components, this includes not only different programming languages, but also frameworks and environments commonly used with those languages. For access methods, SCA compositions allow for the use of various communication and service access technologies that are in common use, including, for example, Web services, messaging systems and Remote Procedure Call (RPC).
SCA comprises the following specifications:
SCA EJB Component Model
The SCA Java EJB Client and Implementation specification describes how EJBs and EJB modules can be used within an SCA composition. The usage is defined at two levels:
·It is possible to use complete EJB modules as if they are SCA composites, without changing their internal details, using SCA to wire to services offered by EJBs in the module and wiring from unsatisifed EJB-refs of the module to services provided by components outside the EJB module.
·It is possible to use individual EJBs with SCA providing all the wiring
This specification can be downloaded from the Open SOA Collaboration. For more information, see the Open SOA EJB white paper.
SCA Assembly Model
The SCA Assembly Model consists of a series of artifacts which define the configuration of an SCA system in terms of service components which implement and/or use services and the connections which describe how they are linked together. The assembly is defined in terms of a set of SCA composites, which define components and reference the implementation code that provide business function and which also describe services and references and the wires that link them.
This specification can be downloaded from the Open SOA Collaboration.
SCA Policy Framework
The capture and expression of non-functional requirements such as security is an important aspect of service definition, and has impact on SCA throughout the lifecycle of components and compositions. SCA provides the Policy Framework to support specification of constraints, capabilities and Quality of Service (QoS) expectations, from component design through to concrete deployment. This specification describes the framework and its usage.
This specification can be downloaded from the Open SOA Collaboration.
SCA Java Annotations, APIs, and Component Implementation
The SCA Java Common Annotations and APIs specification defines Java APIs and annotations that enable service components and service clients to be built in the Java programming language. There are closely related models describing how other Java-based frameworks and models can be used in the context of SCA, such as Spring and EJBs, which also use the common annotations and APIs defined here. In addition, the Java Component Implementation specification defines a simple Java POJO model for creating service components.
This specification can be downloaded from the Open SOA Collaboration.
SCA Client & Implementation: C++
The SCA C++ Client and Implementation (C++ C&I) specification defines APIs and annotations which enable service components and service clients to be written in C++ which fit with the broader SCA Assembly model for SOA solutions.
This specification can be downloaded from the Open SOA Collaboration.
The SCA WS-BPEL Client and Implementation (BPEL C&I) model specifies how WS-BPEL processes can be used as SCA components.
This specification can be downloaded from the Open SOA Collaboration.
SCA Client & Implementation: PHP
The SCA Client and Implementation model for PHP defines how PHP scripts and objects can be used within an SCA assembly.
This specification can be downloaded from the Open SOA Collaboration.
SCA Client & Implementation: Spring
The SCA Java Client and Implementation model for Spring specifies how the Spring Framework can be used with SCA. The goals of this effort are:
Coarse-grained integration: The integration with Spring will be at the SCA Composite level, where a Spring application context provides a complete composite, exposing services and using references via SCA. This means that a Spring application context defines the internal structure of a composite implementation.
Start from SCA Component Type: It should be possible to use Spring to implement any SCA Composite that uses WSDL or Java interfaces to define services, possibly with some SCA specific extensions.
Start from Spring context: It should be possible to use any valid Spring application context as the implementation of a component within SCA. In particular, it should be possible to generate an SCA Composite from any Spring context and use that composite within an SCA assembly.
This specification can be downloaded from the Open SOA Collaboration.
SCA Bindings Specifications
SCA Bindings apply to services and references. Bindings allow services to be provided, and references to be satisfied, via particular access methods or transports.
The Web service bindings allow one to access an external reference or expose SCA services using Web services technologies. SCA provides a compositional view of interconnections among service components whereas Web services provide an interoperable way to access the service components. The Web service binding also provides the interoperability glue between an SCA system and other services that are external to the SCA system but are used by composites within the SCA system.
The JMS binding allows SCA components to communicate using the JMS API. It provides JMS-specific details of the connection to the required JMS resources. It supports the use of Queue and Topic type destinations.
The EJB Session Bean bindings integrate a previously deployed session bean into an SCA assembly, and allows one to expose SCA services to clients which use the EJB programming model. The EJB binding supports the stateless session bean model as well as the stateful session bean model.
This specification can be downloaded from the Open SOA Collaboration. For more information, see the Open SOA SCA Bindings page.
Service Data Objects (SDO)
Service Data Objects (SDO) are designed to simplify and unify the way in which applications handle data. Using SDO, application programmers can uniformly access and manipulate data from heterogeneous data sources, including relational databases, XML data sources, Web services, and enterprise information systems.
These specifications can be downloaded from the Open SOA Collaboration.
For more information, see the SDO v2.1 white paper.
SDO for Java and C++
These specifications can be downloaded from the Open SOA Collaboration.
SDO for PHP
Service Data Objects (SDOs) enable PHP applications to work with data from different sources, such as databases and XML files, using a single interface. The PHP implementation of SDO is the first to map SDO to a weakly and dynamically typed scripting environment. The result is a technology which, at its heart provides the same functionality and compatibility as other implementations, but externally present an API that is tailored to the target language.
For more information, see the SDO for PHP white paper.
SDO for C
An SDO for C draft specification proposal is available from the Open SOA Collaboration.
SDO for COBOL
An SDO for COBOL draft specification proposal is available from the Open SOA Collaboration.
SOA之SCA/SDO标准体系介绍
发布时间:2007年09月28日 作者:yangjw阅读次数:2169次 类别:看营销 永久链接 Trackback |
|
相关推荐
**SOA(Service-Oriented Architecture)是一种架构模式,它提倡将业务功能分解为一系列可重用的服务,这些服务可以通过标准接口进行交互,以构建灵活、可扩展的系统。** ### 为什么要使用SOA? 1. **提升灵活性**...
SCA(Service Component Architecture,服务组件架构)与SDO(Service Data Object,服务数据对象)是面向服务架构(SOA,Service-Oriented Architecture)中的关键组成部分,它们为构建、管理和部署分布式应用程序...
因此,SCA/SDO应运而生,旨在提供一套标准化的技术框架,以帮助开发者更轻松地构建SOA应用。 2005年,IBM、BEA、IONA、Oracle、SAP等多家企业合作,共同发布了SCA/SDO规范草案。这些企业还联合成立了OSOA(Open ...
1. **标准化**:SCA和SDO提供了一套标准化的开发框架,有助于统一SOA领域的开发标准,促进技术交流和发展。 2. **简化开发**:SCA和SDO通过提供统一的服务接口和数据操作API,简化了SOA应用的开发过程。 3. **提高...
标题中的“全部的SCA&SDO中文规范”指的是Service Component Architecture (SCA) 和 Service Data Objects (SDO) 的中文版本规范集合。这些技术是IBM提出的用于构建面向服务架构(SOA)应用的关键组件。 1. **...
随着SCA/SDO标准的不断成熟和完善,它们有望成为SOA领域内的主流标准之一。 #### SOA与SaaS - **SaaS与SOA的交汇**:随着SaaS(Software as a Service)模式的兴起,SOA与SaaS的结合也变得越来越重要。SaaS模式下...
【标题】"SCA SDO中文资料"涵盖了关于Service Component Architecture (SCA)和服务数据对象(Service Data Objects, SDO)的中文学习资源。SCA是一种用于构建和组装企业级服务的编程模型,它强调服务的组合和重用,...
部分内文摘要:此文档由IBM中国软件开发中心的黄若波编写,介绍了SOA编程模型,特别是SCA/SDO在其中的作用。内容涵盖为何选择SOA、SOA编程模型SCA/SDO的引入、以及为何采用SCA/SDO的原因。此外,文档还讨论了商务...
Apache Tuscany 是一个致力于提供基于SCA和SDO的SOA运行时的开源项目。它当时处于Apache孵化器阶段,提供了Java和C++的实现。Java实现与Apache Tomcat和Axis一起运行,目标是未来能够支持更强大的运行时环境,如...
SCA(Service Component Architecture)和服务数据对象(Service Data Object)是面向服务架构(SOA)的重要技术规范,由开放源码软件联盟(OSOA)在2007年提出,并提交给OASIS标准组织。它们旨在简化服务的创建、...
SCA(Service Component Architecture,服务组件架构)和SDO(Service Data Object,服务数据对象)是面向服务架构(SOA)中的重要概念,主要用于构建分布式系统和服务的集成。以下是这两个技术的详细介绍: **SCA...
提供的文档中,"sdo.doc"可能包含SDO的详细介绍和使用示例;"网络银行.doc"可能涉及银行如何利用Web技术提供在线服务;"sca.doc"可能是关于SCA的深入讲解;"pushtotest_soa_wp.pdf"可能探讨了SOA测试方法;"Next-Gen...
根据文档标题“SOA实施案例(pdf)”及描述“SCA 和SDO 实现:开源产品与商业产品”,本文档主要探讨了面向服务架构(Service-Oriented Architecture, SOA)中的两种关键技术——服务组件架构(Service Component ...
#### 二、SOA相关标准规范体系结构 - **标准与规范的区别**: - “标准”通常指的是由公认标准化组织制定和发布的正式文档。 - “规范”则更为灵活,通常由厂商或非标准化组织发布。有时,某些规范因为得到了业界...
像同方ezONE平台那样,重点支持XML、ESB(Enterprise Service Bus,企业服务总线)和SOAP,同时兼容JBI,部分采用SCA/SDO和JBI的理念,并结合Java EE和Web Service,等待合适时机推进全面的SOA实用化策略。...
SCA和SDO共同构成了SOA技术栈中的重要组成部分,有助于实现服务的标准化和规范化,从而促进SOA的普及和应用。 #### SOA与SaaS的结合 SaaS(Software as a Service,软件即服务)是一种通过互联网提供软件服务的...
SCA规范中文版,包含Java-SDO-Spec-v2.1.0-FINAL.pdf,SCA_AssemblyModel_V100中文版.pdf,SCA_JavaAnnotationsAndAPIs中文版.pdfSCA_JavaComponentImplementation_V100中文版.pdf 4个文件
IBM的SCA培训资料涵盖了这些关键概念,旨在帮助初学者理解SOA的基本原理,掌握SCA和SDO的使用方法,以及如何在实际项目中有效地实施SOA。通过学习这些材料,开发者和IT专业人员将能够更好地构建可扩展、灵活和易于...
面向服务的架构(Service-Oriented Architecture,简称SOA)是一种设计和构建应用程序的方法,它强调将业务功能作为独立的服务,这些服务之间通过标准接口进行通信,以实现松散耦合和互操作性。SOA的目标是提高业务...