- Is the Cisco MARS mission going to abort?
- First iPhone worm spreads Rick Astley wallpaper
- 10 stunning 3D buildings made with Google SketchUp
- Open source software ready for big business
- Four reasons to buy (and one reason to avoid) the Droid
A pack of top software vendors gathered Wednesday to unveil a specification the companies hope will simplify application development within services-oriented architecture environments.
Service Component Architecture (SCA) aims to create another layer that separates the business logic of an IT infrastructure from the underlying applications and middleware. BEA executive Bill Roth, who writes a company blog aimed at developers, describes SCA as "a deployment descriptor on steroids" that will work with any programming language, not just Java.
SCA's backers include BEA, IBM, SAP, Oracle and Siebel Systems, among others. A key component of SCA is the Service Data Objects (SDO) specification, a blueprint IBM and BEA drafted several years ago and have already incorporated into some of their own software. SDO helps programmers access and manipulate data from heterogeneous sources, including relational databases, XML data sources and enterprise applications.
"There's been a lot of buzz about Web services, but the programming necessary to utilize those technologies has been very primitive so far," said Ed Cobb, BEA's vice president of standards and architecture, during a conference call with journalists. "One of the goals we had with SCA was to make it easier to build real services in programming languages like Java and C++."
One noteworthy aspect of the SCA announcement is the completeness of the lineup of vendors backing it. Every major enterprise resource planning vendor is involved, along with middleware giants IBM and BEA. Java creator Sun Microsystems Inc. is one glaring omission on the list of SCA sponsors, but executives involved in the specification's creation say they're talking with Sun and expect it to be involved in SCA's development.
"We're past the point of companies being able to have the luxury of deciding whether or not to do an SOA," said ZapThink analyst Ron Schmelzer. "It's very clear that's the direction all of those vendors are going."
SOA is a design approach that aims to alleviate application and data integration problems by using standards-based Web services to link software components. Forrester Research estimates that 77% of large enterprises will be actively implementing SOAs by the end of this year.
BEA's Cobb offered an example to illustrate how SCA can help companies advance their SOA work. Imagine a firm that specializes in personal insurance decides to buy a company that focuses on auto insurance. The personal insurance company writes its applications in Java, runs them against a relational database, and uses call centers and a network of direct sales agents to tap new customers. The auto insurance specialist is a C++ shop that primarily sells through the Web and relies on XML data storage. Integrating two such disparate IT environments would be a nightmare, but with a services approach, each can continue running its own systems.
"You take services from each of the systems using SCA to compose them together, so [the company] can use the best pieces of each of the technologies, and you use SDO to share data between the two systems," Cobb said. "The net result is a more comprehensive system."
Comment