Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Computing
Conference & Expo
November 2-4, 2009 NYC
Register Today and SAVE !..

2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
In many cases, the end of the year gives you time to step back and take stock of the last 12 months. This is when many of us take a hard look at what worked and what did not, complete performance reviews, and formulate plans for the coming year. For me, it is all of those things plus a time when I u...
SYS-CON.TV
BEA, IBM, Oracle, SAP, IONA, Siebel and Sybase Announce "Service Component Architecture" Specification
SCA Spec – "A Deployment Descriptor On Steroids" – Has Been Specifically Designed for SOA

BEA, IBM, Oracle, SAP, IONA, Siebel, and Sybase today announced their support for a new specification for building and packaging applications called Service Component Architecture or SCA – a specification that allows developers to focus on writing business logic.

More directly, SCA is "a deployment descriptor on steroids," that works with any language, not just Java. Moreover, you can use procedural languages and declarative language like BPEL and XSLT as well. The key difference is that it uses the notion of declarative policies for things like security, transactions and reliable messaging.

 

One thing that sets SCA apart is that it has been designed for SOA, unlike other systems, such as J2EE which has been adapted to it. It focuses on being able to describe assemblies of components which have been written in a variety programming models and protocols.

The goal of SCA is to make building applications easier. It allows the development off application assemblies without regard to specific middleware APIs or language.

At the heart of SCA is the notion of a service, and its related implementation. A service is defined by an interface which includes a set of operations. Service implementation can reference other services, called references. These services may have one or more properties which are data values that can be configured externally.

A key actor in the SCA universe is is the Service Data Object (SDO). SDOs are used to represent business data, parameters and return values of service invocations, and are a way to represent data as it travels across a service network. Note that XMLBeans and other technologies can be used as well.

SCA components are composed into assemblies. Assemblies are service level applications which are collections of services connected together and appropriately configured. An SCA assembly operates at two levels: First, assemblies are a set of loosely connected components connected within a system. Second, assemblies are a set of loosely connected components connected within a module. The distinction between the two is (roughly) that a module is a collection of components, and a systems is a collection of modules. Furthermore, a system corresponds to "programming in the large" or megaprogramming, and a model is "programming in the small", akin to building one of today's typical applications.

This wiring of components to the services they depend on is how service networks are "assembled." Assembly has been pioneered in a number of technologies and frameworks such as CORBA, J2EE, ATG Dynamo, and Spring; that is, it is nothing new. We have learned from these technologies that assembly provides important benefits (some of the frameworks mentioned do a better job than others at this) such as easier iterative development and avoiding making business logic dependent on middleware containers.

SCA uses the concept of assembly to solve key problems presented by SOA development including:

  1. Separation of business logic from underlying infrastructure, qualities of service, and transport
  2. Linking programming in the small with programming in the large
  3. Providing a unified way to move to and from architectural design, coding, and operational deployment in a bottom-up or top-down approach.

It should be noted that companies like IBM and BEA have been shipping pieces of SCA, like SDO, for some time.

Why does SCA matter?

SCA matters, because this is the first technology that promises a compositional model that will enable the Service Network and allow the building of the next generation of service-oriented applications.

Each innovation in this field allowed a new layer of abstraction to appear which made new tiers of applications possible. C allowed applications to be built that could not be built in assembler, or whose effort would have been prohibitive. C++ allowed things to be built that could not be built in C. Java allowed things not possible in C++. All of these are progenitors to SCA. It appears that SCA is part of a promising future for building large-scale enterprise composite applications.

 

About SAP News Desk
SAP News Desk trawls the world's news information sources and brings you timely updates on the world's leading provider of enterprise resource planning (ERP) and its various software product lines used to integrate back-office functions such as distribution, accounting, human resources, and manufacturing.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Killer article!!! Congratulations. We do need a higher level of abstraction to make the task of assembling Composite Applications more productive.

Faint, useless attempt to gain some attention in the SOA Space. I do not see the point nor the correlation to SOA, I think IBM themselves cannot... Bringing some old concepts into a new light and trying to create confusion around SOA where they have less to say...

I do not see the point of SCA/SDO at al. All I see is technology from IBM, and not new at all:

- I have read Developerworks articles about "IBM SOA Programming Model" at least from June 2005

- The SDO is yet-another Java data abstraction layer from IBM dating back at least to September 2003. It seems to also have been submitted as JSR 235 by IBM and Bea... on December 2003. And, at any rate, I have never seen its relationships with SOA, or services in general.

- The SCA seems to be something quite tied to Webshpere. Besides, it sounds as having a huge overlap with JBI.

- Bea has something called "CommonJ" in which it talks about these things... dating back to at least March 2005

So for me it seems like old IBM stuff that collides with many other things and whose net effect is to blur the landscape a little more.

The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/

The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/


Your Feedback
Denis wrote: Killer article!!! Congratulations. We do need a higher level of abstraction to make the task of assembling Composite Applications more productive.
Joseph Jonas wrote: Faint, useless attempt to gain some attention in the SOA Space. I do not see the point nor the correlation to SOA, I think IBM themselves cannot... Bringing some old concepts into a new light and trying to create confusion around SOA where they have less to say...
Javier Cámara wrote: I do not see the point of SCA/SDO at al. All I see is technology from IBM, and not new at all: - I have read Developerworks articles about "IBM SOA Programming Model" at least from June 2005 - The SDO is yet-another Java data abstraction layer from IBM dating back at least to September 2003. It seems to also have been submitted as JSR 235 by IBM and Bea... on December 2003. And, at any rate, I have never seen its relationships with SOA, or services in general. - The SCA seems to be something quite tied to Webshpere. Besides, it sounds as having a huge overlap with JBI. - Bea has something called "CommonJ" in which it talks about these things... dating back to at least March 2005 So for me it seems like old IBM stuff that collides with many other things and whose net effect is to blur the landscape a little more.
Michael O'Connell wrote: The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/
Michael O'Connell wrote: The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/
SOA World Latest Stories
In a surprise move on Tuesday, January 10, Oracle wheeled out its Big Data Appliance. That’s the one it said in October would be ready sometime in the first half. Only nobody believed it meant early in the first half. Heck, it’s not even clear anybody thought Oracle could make the fi...
A Munich court Thursday found Motorola Mobility guilty of infringing an Apple patent and handed Apple a permanent injunction against two Android smartphones. Apple can enforce the injunction after posting a bond lest MMI succeed in invalidating the slide-to-unlock patent (EP1964022) ...
Quick Response (QR) codes are intended to help direct users quickly and easily to information about products and services, but they are also starting to be used for social engineering exploits. This article looks at the emergence of QR scan scams and the rising concern for users today....
The Chinese company that claims it owns the iPad trademark says it plans to seek a ban on iPad exports out of China, threatening global supplies. According to what a lawyer for Proview Technology (Shenzhen) Co Ltd told Reuters, the firm is petitioning Chinese customs to stop shipment...
Cisco Wednesday filed suit in the European Union’s second-highest court, the General Court in Luxembourg, challenging the European Commission’s rubber stamp last October of Microsoft’s $8.5 billion acquisition of Skype. Cisco says it isn’t opposed to the merger, but figures the EC sh...
2011 was a year of rapid adoption for public and private cloud services. Instant and on-demand server provisioning was the driving force behind the massive growth. On top, cloud server templates and script automation simplified application installation for simple and pre-defined applic...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE