Intentional Software - Democratizing Software Creation
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
Tracking change and innovation in the enterprise software development community
Posted by Jean-Jacques Dubray on Feb 05, 2008 09:51 PM
The Apache Tuscany team announced today the 1.1 release of the Java SCA project.
Apache Tuscany is a runtime environment based on the Service Component Architecture (SCA). SCA is a new component model that facilitates the construction of composite applications. SCA is a set of specifications initially developed by IBM and BEA which are now being standardized by OASIS as part of the Open Composite Services Architecture (Open CSA). The members of the working group include: BEA, IBM, Primeton, SAP, Sun Microsystems, Oracle, Red Hat, SOA Software, Xcalia...
The Open SOA organization defines SCA as a:
Service Component Architecture (SCA) provides a programming model for building applications and systems based on a Service Oriented Architecture. It 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.
The Tuscany SCA Java 1.1 release adds a number of features including:
We also got some requests for:
InfoQ: What kinds of project people are currently starting with Tuscany?
JS: They are literally across the board, from students using it to experiment with grid and distributed computing to real world banking applications.
InfoQ: Where do you see the sweet spots of adoption of an SCA infrastructure?
JS: Web Service based applications which can rely on a simpler programming model and composition. There is also more traditional integration, again, with a simpler and consistent programming model across bindings and component implementation types.
What's new is that we are starting to see SCA helping people build Web 2.0 applications as well.
InfoQ: on that note, could you explain how the the "widget" implementation works ?
JS: With an
Basically it is about embracing Web 2.0 client components in a distributed SCA composition.
This how you declare references using JavaScript:
//@Reference
var catalog = new Reference("Catalog");
//@Reference
var shoppingCart = new Reference("ShoppingCart");
We generate some additional JavaScript after introspection of the references the implements all the the plumbing code to
support JSON-RPC and ATOM and the Reference class wrapping the references that you can use in your business logic.
<script type="text/javascript" src="store.js"></script>
Some of the demo code can be found here.
InfoQ: What about the support for BPEL?
Luciano: It's not complete yet. Services are supported, but references are not. I am currently involved in completing that effort. Properties are not supported either, but they will require an extension to the BPEL language. This may come next if it is requested by the community. I have just updated the BPEL implementation guide.
InfoQ: What's coming ahead ?
JS: The Tuscany community will have to decide (as we're just getting 1.1 out) but I envision progress in the following areas:
InfoQ: How does IBM markets Apache Tuscany in the WebSphere brand?
JS: More information can be found here, but basically IBM's WebSphere Application Server v6.1 SOA feature pack leverages Apache Tuscany to provide an implementation of SCA.
Thank you !
IBM Web 2.0 Developer eKit: Free Tutorials, Webcasts, Whitepapers
Info 2.0: IBM's vision for the world of Web 2.0 and enterprise mashups (Webcast)
Snapshots from SOA Governance: Artifacts, People, Processes, Repositories
Fighter Jets and Agile Development at Lockheed Martin (Case study)
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
Jason Rudolph discusses Java/Grails integration, Grails plugins, creating a Grails sample application, Grails app structure, data querying and persistence, validation, controllers and tag libraries.
The Scrum Product Owner role is powerful, valuable and challenging to implement. It brings healthier relationships between customers and developers, and competitive advantage - if you do it right.
Effective Java, Second Edition by Joshua Bloch is an updated version of the classic first edition, which won a 2001 Jolt Award. InfoQ asked Bloch questions about the areas that the new edition covers.
A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.
In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.
1 comment
Reply