InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Apache Tuscany Java SCA 2.0 M1 Released

Posted by Dilip Krishnan on Mar 04, 2009

Sections
Operations & Infrastructure,
Enterprise Architecture,
Development,
Architecture & Design
Topics
SOA Platforms ,
Open Source ,
SOA ,
Java
Tags
Service Component Architecture ,
Apache Tuscany ,
OSGi

The Apache Tuscany team announced the release of 2.0 M1 of the Java Service Component Architecture (SCA) project. SCA defines a technology neutral component and assembly model for business application developers to focus on implementing the business logic and composing them into business solutions without worrying about the technology concerns. The latest version of SCA is being standardized at OASIS as part of Open Composite Service Architecture (Open CSA).

According to the Apache News Online,

The new Apache Tuscany SCA 2.0-M1 release is the first milestone towards achieving Open CSA standard compliance and  provides an OSGi based runtime.
Apache Tuscany delivers the SCA promise by providing a comprehensive and extensible infrastructure to handle service construction and composition, service communication, Quality of Service (Quos) that application developers can take advantage of out-of-box.

Tuscany supports a variety of hosting options as it is OSGi compliant. The OSGi technology is a set of specifications that define a dynamic component system for Java. With OSGi and its relationship with SCA being notoriously hard to find an explanation for; InfoQ chatted with Luciano Resende and Raymond Feng to learn about the release.

Luciano commented on Why Tuscany chose to move its runtime to be based on OSGi,

[With] Tuscany, implementation, binding and databinding extensions [...] bring in different levels of dependencies. Modularity and extensibility have been the critical requirements and characteristics for Tuscany from day one. […] With OSGi, Tuscany can enforce clean boundaries via SPIs between the various runtime and extension subsystems, as well as allow the co-existence of these modules in the same runtime; it also allows for a greater modularity, where developers can start composing solutions by picking and choosing the pieces they might require from Tuscany.

Raymond explained how Tuscany integrates with OSGi/SCA and how the the two specifications relate to each other

  • OSGi is an infrastructure for Tuscany runtime Tuscany leverages OSGi to enforce the modularity and extensibility […] with many different technologies for component implementation and communication. […]
  • OSGi is an programming model to work with SCA. […]
From an OSGi-centric view, SCA can be used to describe the OSGi service remoting and Quality of Services (QoS) and an SCA runtime such as Tuscany can be the Distribution Software for RFC 119.
From an SCA-centric view, Tuscany provides implementation.osgi to reuse OSGi bundles as coarse-grained SCA components in an SCA composite application so that they can be assembled with other business services beyond OSGi.

Given “the technology-adaptive and extensible nature of SCA creates a great need to foster an ecosystem around the open source Tuscany project”, The team is looking to develop an ecosystem around three key areas

  • Users: Build composite applications as reusable software assets
  • Extension Developers: Enrich the SCA capabilities with support for more protocols, more implementation languages, more data formats, more QoS
    policies
  • Embedders: Embed Tuscany with other offerings, expanding to different platforms, integrating with [different] application servers

Details of product and its features are available at Apache News Online.

  • This article is part of a featured topic series on SOA

No comments

Watch Thread Reply

Educational Content

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?