Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Components make the banking world go 'round

The financial services industry uses components to stay competitive

Claude Bauer (claudebauer@claudebauer.com), Technology journalist, Freelance
Claude J. Bauer is a freelance technology journalist located in Middletown, MD. His work appears in numerous technology-oriented publications and on a variety of Web sites. Visit Mr. Bauer's home page or contact him at claudebauer@claudebauer.com.

Summary:  Industry experts with an eye on software trends in the financial arena have noticed that many large financial organizations, such as banks, Wall Street firms, and insurance companies, are turning to software component technology as a way to stay competitive and provide new services to their customers.

Date:  01 Oct 2000
Level:  Introductory
Also available in:   Japanese

Activity:  2718 views
Comments:  

"There's an enormous demand for software components," said Charles Stack, CEO of Flashline.com, a Web-based company that offers software component products and services. "Financial institutions are rapidly moving as many services as they can to the Web, and they're using software components to do that," he said. Stack adds that many Flashline.com customers, which include large banks and Wall Street firms, are migrating to IBM's WebSphere or BEA's WebLogic application servers as the foundation for their Web strategies.

According to Mike Gilpin, vice president and research leader for the Boston, MA-based research firm Giga Information Group, "It seems like virtually every bank in the world has licensed either WebSphere or WebLogic, or is in the process of getting ready to do so."

While there are upwards of 40 vendors offering application servers to the financial services marketplace, WebSphere and WebLogic have managed to capture the lion's share of the market.

"The good thing about them both is that they're adhering to industry standards," said Colin Piper, CEO for Eontec, North America, based in Charlotte, NC. Eontec sells BankFrame, a component-based, Enterprise JavaBeans (EJB) solution that provides large financial institutions with core banking processes, such as back-office administration, loan processing, transaction routing, integrated bank accounting, corporate banking, call center support, and branch teller functions. Piper estimates the global banking industry will spend upwards of $7.7 billion on component-based software products between 2000 and 2004.

Banks lead the way

far, the adoption of component technology by the financial industry has varied by sector. Retail banks have been at the forefront, followed by Wall Street firms, and insurance companies.

Retail banks have been most aggressive in pursuing component technology, using it for core business processes, such as those supported by BankFrame. The rising popularity of online banking has also contributed significantly to the adoption of component technology.

Although the traditional brokerage model has not pushed Wall Street firms toward component technology, some brokerage houses are now testing the waters. "Wall Street firms have focused more on messaging technology as an integrator," Gilpin said. "They are just as technologically advanced as banks, just not in the area of components," he said. However, now that online stock trading is a major part of the market, component technology is beginning to take hold.

"Insurance companies don't have the business needs that push them toward component technology in the same way that a bank or a Wall Street firm would be motivated," Gilpin said. "Life insurance companies hope you don't call. They want to keep your money. There's not a lot of focus on customer interaction, which would typically drive Web usage and investment in component technology," he said. "Casualty insurance companies are focused on efficiently processing claims, not making customer interactions optimal from a sales perspective, which is a major driving force for component technology," he added.

Rob Mickley, president of Gazebo Software Solutions Inc. and Chair of the Finance Task Force for the Object Management Group (OMG), believes the financial services industry was somewhat unprepared for the move to component technology. "The Internet caught everyone by surprise," he said. "It came very fast, and the [financial industry] is not known for moving very fast." However, Mickley is quick to point out that component technology predates the Internet revolution, and gained significant momentum on its own prior to the industry's current emphasis on moving applications to the Web. The forces driving component technology to the Web, he maintains, represent only the most recent wave in the component revolution.

What's more, Mickley predicts that Application Service Provider (ASP) models for financial services will stimulate the trend toward commoditization of the financial services industry. "But they must have standards-based component interfaces for this to succeed," he said. "Banks [and other financial services providers] are listening to the need to open up their systems with industry-standard interfaces to support this new model. There are already industry examples for home banking, stock brokerage, and paying bills. These are quickly becoming standardized. There is also progress in newer areas like bidding systems and wireless access for financial services," he observed. "At the moment, the focus of these standards-based interfaces are customer-facing services. However, as the industry's use of the technology matures and new business-to-business (B2B) models are established, component interfaces for what was traditionally back-end processing will start to emerge and open up."


Why components?

The appeal of reusable software components lies not only in their self-contained nature, but in their ability to allow companies to "open up" their systems, "even if the systems were really not designed to be that way," Mickley said.

Standards to watch

Among the scores of standards to emerge throughout the computer industry, there are several with particular relevance to component technology for financial services organizations. These include:

  • The Simple Object Access Protocol (SOAP) SOAP defines an XML/HTTP-based way to access services, objects, and servers regardless of platform. "Some of our clients in financial services are already beginning to use SOAP," Gilpin said. SOAP allows COM and EJB components to communicate, and is based on HTTP, which makes it Internet-friendly. "The way that COM and EJB components have talked to each other historically has worked fine within the firewall, but doesn't work very well through the firewall," Gilpin said. SOAP, which can help facilitate that communication, has been endorsed by IBM, Microsoft, Sun Microsystems, and others.
  • Java 2 Platform, Enterprise Edition (J2EE) According to Piper, J2EE is, "by far the most important standard for software components in the financial industry." J2EE allows software developers to create Java components at an enterprise server level, creating scalable, secure, and robust server-level JavaBeans components.
  • CORBA Mickley emphasizes the importance of CORBA in relation to J2EE. "While J2EE describes how Java components can talk to each other, there is no accommodation within J2EE for allowing a Java component to communicate with a non-Java component. However, CORBA offers a bridge between Java and non-Java components, which makes the issue of different programming languages irrelevant.
  • The Interactive Financial Exchange (IFX) The IFX Specification also is important for the evolution of component technology in the financial market because it provides a framework for the exchange of financial data independent of a particular network technology or computing platform. According to Julie Elberfeld, vice president of online systems for Fifth Third Bank in Cincinnati, OH, and member of the Financial Services Roundtable, IFX is an XML-based standard that covers numerous transactions related to core banking services, such as requests for statement downloads, balances, and check stops.

Components provide autonomous, enterprise level, distributed functionality on the server, as well as help developers define and encapsulate system functionality at different levels of granularity. By adopting component technology, established firms with older systems can more easily compete with new companies that start out with systems designed around cutting-edge component architectures.

Piper adds that software components are easier than traditional programs to maintain, support, and modify for future requirements. "The advantage of taking a server-centric approach [in the financial industry] is that you can define a business process, write it as a set of software components once, and then deliver it across multiple channels."

In addition, the appeal of large-scale, financial services software suites, now prevalent throughout the industry, may begin to wane as companies discover the many advantages of component technology. "Once you get a financial system to where it's comprised of separate autonomous components [rather than a single monolithic program], flexibility goes up," Mickley said. "You not only have the component interfaces, you really have distributed components. Then you can start playing with system-level decisions, such as spreading them around or assigning functionality to a specific location."

Piper cites another reason why many banks are looking to components for delivering business processes, rather than single-vendor software suites. "They've tired of the buy versus build problem," he said. "If they pay for a complete package, it may require very heavy customization, sometimes up to three times the initial license cost," he observed. "There are also problems inherent in building systems from scratch; they become proprietary, and the company that creates them must provide its own support and maintenance over the life of the system." Piper maintains that the component model offers the best of both worlds; pre-built components only require customization on the back end for communication with existing systems and on the front end to accommodate a specific look and feel.


COM and EJB

Industry watchers also emphasize that the emergence of interoperability architectures and software development frameworks should help ease the adoption of component technology for financial services applications. The Common Object Request Broker Architecture (CORBA) in particular has defined ways for objects to communicate, even if they were created in different programming languages. In addition, development frameworks such as Microsoft's Component Object Model (COM) and Distributed Component Model (DCOM), as well as Sun Microsystem's client-side JavaBeans and server-side EJB, have spurred interest in components. "This creates a bit of tension, because about 80 percent of the components on the market are COM components," Gilpin said.

While COM components may be more widespread, experts agree that EJB components are the most popular among software developers in the financial arena. "A lot of banks want to go to Java," Piper said. "If they want their applications to talk to each other, EJB is the way to do that," he said.

While large financial services companies with existing, heterogenous hardware and software architectures are more likely to gravitate toward EJB or Java 2 Platform, Enterprise Edition (J2EE) than Microsoft's COM and DCOM, "You can't make a commitment to one component model," Gilpin cautions. "It's clear that you're going to have a mix." However, he has noticed that some financial services companies have defined a preferred component model for certain kinds of development. For example, a bank may allow certain departments to buy either COM or EJB components, but stipulate that new components that reside on servers with multiple applications be EJB-based. "Many banks take an approach like that," Gilpin said.


Enduring legacy

Besides opening up systems and enhancing flexibility, components also allow financial institutions to take full advantage of legacy resources without having to revamp or replace existing code. Among financial services organizations, banks especially have large amounts of legacy code stored on mainframe computers. However, market forces increasingly dictate that they develop new, non-mainframe based applications to stay competitive. While it's possible to develop a Web service or wireless application using legacy code, it is much easier to simply wrap the legacy code in an EJB component that contains pre-built functionality. For example, a bank with a legacy mainframe application that provides a customer's account balance could wrap the application with an EJB component that provides the customer's account balance over a cell phone. "That's the type of distributed architecture that's so appealing to these companies. They don't have to disturb the back-end stuff," Stack said.

Mickley agrees that legacy systems are a good place for banks to start when moving to component technology. "They've got this big boat that's hard to turn around and expensive to replace," he said. "Using component interfaces to create a facade into legacy systems helps large financial organizations buy some time and leverage their investment in older systems," he said.


Resources

About the author

Claude J. Bauer is a freelance technology journalist located in Middletown, MD. His work appears in numerous technology-oriented publications and on a variety of Web sites. Visit Mr. Bauer's home page or contact him at claudebauer@claudebauer.com.

Report abuse help

Report abuse

Thank you. This entry has been flagged for moderator attention.


Report abuse help

Report abuse

Report abuse submission failed. Please try again later.


developerWorks: Sign in


Need an IBM ID?
Forgot your IBM ID?


Forgot your password?
Change your password

By clicking Submit, you agree to the developerWorks terms of use.

 


The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

Choose your display name

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerWorks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

(Must be between 3 – 31 characters.)

By clicking Submit, you agree to the developerWorks terms of use.

 


Rate this article

Comments

Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=SOA and Web services
ArticleID=86596
ArticleTitle=Components make the banking world go 'round
publish-date=10012000
author1-email=claudebauer@claudebauer.com
author1-email-cc=flanders@us.ibm.com

Tags

Help
Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

For articles in technology zones (such as Java technology, Linux, Open source, XML), Popular tags shows the top tags for all technology zones. For articles in product zones (such as Info Mgmt, Rational, WebSphere), Popular tags shows the top tags for just that product zone.

For articles in technology zones (such as Java technology, Linux, Open source, XML), My tags shows your tags for all technology zones. For articles in product zones (such as Info Mgmt, Rational, WebSphere), My tags shows your tags for just that product zone.

Use the search field to find all types of content in My developerWorks with that tag. Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere). My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Special offers