SlideShare una empresa de Scribd logo
1 de 7
Descargar para leer sin conexión
Comparing and Contrasting SOA Variants
for Enterprise Application Integration
Today’s enterprise applications must be highly scalable and equipped
for growth — adaptable and extensible enough to manage both current
and future business systems and processes. With service-oriented
architecture, IT organizations have a variety of options for integrating
their infrastructure — from point-to-point and hub and spoke
approaches, to an enterprise service bus architecture.
Executive Summary
Today, many organizations employ legacy tech-
nologies and frameworks to support a wide
array of complex applications. The good news
is that these systems have stood the test of
time, remain fully functional, and continue to
deliver exceptional value to the enterprise. But
as businesses expand and technology continues
its rapid evolution, systems must keep pace. This
requires a tightly integrated, updated infrastruc-
ture that can support enterprise solutions. Such
an approach is far more desirable than building
new systems from scratch, which can be costly,
time-consuming and subject to scheduling con-
straints. It also eliminates the need to take down
existing applications to facilitate the migration of
new ones.
Application integration solutions are made to
evolve with technology’s irrepressible advances.
By staying one step ahead of technology’s growth
curve, the vendor community can offer organi-
zations’ IT departments numerous options for
integrating, reusing and customizing their busi-
ness’s application infrastructure. Traditionally,
these areas of the enterprise relied on proprietary
vendor solutions to unify applications — forming
the basis for enterprise application integration
(EAI). However, even tried and true approaches
have long lacked the ability to address many key
technical requirements (particularly infrastruc-
ture security). They have also lacked the agility to
embrace technological change, and the resources
and tools needed to standardize existing appli-
cations that flow into, within and out of the
enterprise.
As large organizations expand their business, the
need to extend their existing applications and
adopt newer and optimized business processes
is often critical. Integration thus must ensure
that applications can scale to new levels of per-
formance, and accommodate increasing user
loads and data throughput. This calls for a highly
scalable and extensible EAI model that addresses
the risks and issues related to traditional
enterprise application integration.
• Cognizant 20-20 Insights
cognizant 20-20 insights | july 2013
2
In this white paper, we will discuss traditional EAI
and compare relevant service-oriented architec-
ture (SOA) solutions, highlighting their salient
features. A sample solution that utilizes different
aspects of SOA to effectively minimize EAI risks
is offered.
Traditional EAI
Enterprise application integration has formally
existed since the early 2000s. However, the
core problem it tries to address has existed even
longer.
In the process of computerizing, or automating,
business processes, organizations invested a con-
siderable sum of money, and developed numerous
applications that addressed requirements in each
business unit or functional process. However,
the need for interoperability among incongru-
ent applications soon emerged as a serious
business and technical challenge. Porting data
from one application to another was compulsory
in order to automate the business process flow.
EAI provided the loose coupling of applications
by standardizing the input/output (I/O) of devices
and improving the overall usability and function-
ality of applications. Different vendors provided
tools to bridge this gap (e.g., WebMethods, Micro-
soft’s BizTalk, etc.). These included middleware —
a layer of systems that allows applications to
integrate and interact. Middleware assumed the
communications role by permitting the applica-
tions to interoperate, and mapping corresponding
data formats and protocols. Nonetheless, there
were challenges.
Drawbacks of Traditional EAI
Traditional EAI lacked key features that many
organizations needed, including:
•	Support for data and network security.
•	Loose coupling and minimization of interwoven
implementation.
•	A standard definition of information input/
outputs.
•	Agility to embrace newer technologies and
frameworks.
•	Ability to contend with complex integration
challenges.
Service-Oriented Architecture
The concept of SOA, which originated in the
mid-1990s, has recently evolved to eliminate many
of the aforementioned EAI drawbacks. However,
it is important to remember that SOA is the
definition of principles and methodology, rather
than a technology in and of itself. Components
are developed individually to expose a service
(i.e., reusable code that executes a functional
task and can do a meaningful amount of work
by itself without depending on other technical
components).1
SOA facilitates services residing
on the network to be published, discovered and
invoked by each other. The main difference of
integration here is interlinked standards rather
than interwoven implementation. Each service
provides and adheres to a standard of operations,
and supports heterogeneous systems through the
adoption of pre-defined communication protocols.
The “service” in SOA does not mean “Web
services,” although Web service (using J2EE
or .NET) is the commonly used technology to
implement SOA. Other SOA implementation
options use messaging systems (JINI, COBRA,
etc.) to enable service discovery and service
execution. However, application integration via
Web services has become the implementation
norm for many organizations.
Head to Head: SOA vs. EAI
SOA and EAI both propose architectural solutions
to integrate enterprise systems — ranging from
legacy to present-day technology. However, there
are some key differences (as shown in Figure 1).
We will now take a look at three prominent models
of integration.
Point-to-Point Architecture
Point-to-Point, or P2P, is among the key approach-
es for enabling application interoperability. This
approach, as the name suggests, directly con-
nects the different services of a system (see
Figure 2).
Among the highs and lows of this approach are:2
•	Fast and efficient: With no intermediaries,
P2P is one of the fastest ways for data to flow
through integrated services.
•	Simple: Each service knows when and how to
call the other service, which keeps the architec-
ture simple.
•	Large number of connections to be supported:
For a network of n nodes, there will be
	 n*(n-1)/2 connections (e.g., 10 nodes = 45 con-
nections). That’s a lot of maintenance.
•	High degree of dependency: If the standard
of interaction changes for one service, all con-
necting services must change.
cognizant 20-20 insights
Point-to-point architecture is best suited when
the number of services that are integrated are
not as focused on maintaining the communica-
tion protocol. It is typically used in intra-business
areas where the control of the network and its
components lies within a team. P2P is compatible
with situations where data latency is not tolerated.
Hub and Spoke Architecture
Maintenance overhead of n*(n-1)/2 links stands
as the weakest aspect of P2P architecture. The
hub and spoke model overcomes this by assigning
a service that interacts with other services and
acts as a hub. Any service (called a spoke) that
needs to be integrated into the system must be
integrated with the hub alone. The hub acts as a
message broker, or service broker, and communi-
cates with other spokes (see Figure 3).
The salient points of the hub and spoke architec-
ture are:3
•	Centralized data management: The hub
manages the spokes and retrieves data from
them.
•	Decentralized processing: The individual
spokes are responsible for processing the data.
•	Reduced maintenance: For a system of n nodes,
there are only n connections to maintain.
3cognizant 20-20 insights
Soruce: Cognizant
Figure 1
Comparing SOA and EAI
Figure 2
Point-to-Point Services
Services
Parameter Explanation
Solution level
EAI integrates through system output; integration occurs at the system level. SOA
enables a wider range of enterprise applications to be integrated.
Driving force
EAI is technology-driven, and concentrates on the technical aspects of the integration
process. SOA is business-driven. and takes a standards-based approach to business
process integration.
Approach
EAI takes a bottom-up approach — propagating changes from one system to a cluster
of systems. SOA takes a top-down approach. Standards are defined for various integra-
tions and taken to each integration point.
Magnitude of
changes
EAI works with a system of changes to integrate via a common network. SOA provides
components to minimize changes to application code.
Vendor dependency
EAI standardization depends on the vendor, and hence increases vendor dependency.
SOA works on standards, and neutralizes (to some extent) vendor dependency.
Figure 3
Hub and Spoke Services
HUB
Spokes
(Services)
4cognizant 20-20 insights
•	Scalable: The model is scalable; any new
spoke must be integrated with the hub to be
integrated with other systems on the network.
•	Data accuracy concerns: Hub data is
contingent on the publishing frequency of the
spokes; this means data is not guaranteed to
be accurate.
•	High dependency on the hub: There is a high
degree of dependency on the hub; therefore,
its hardware must function properly to ensure
efficient network operation.
•	No built-in security mechanism: Security is
left to the individual services, since this archi-
tecture contains no security provisions.
Domain data, or data that is
not transactional in nature,
can be shared using this
network, since the data does
not change frequently. The
hub and spoke model best
suits both intra- and inter-
business areas where data
accuracy is not a primary
concern. Also, small organizations that do not
have a full-scale IT infrastructure can utilize the
hub and spoke model to take advantage of its
lower cost of maintenance and IT overhead.
Enterprise Service Bus/Bus
Architecture
In the hub and spoke architecture, the addition
of a new service or changes to an existing
service involves changes to the hub, as well as
to the spoke. Also, the hub’s integration points
are separated from the integration server and
message backbone. A recent approach, known
as bus architecture, evolved from the hub and
spoke model. With the enterprise service bus,
the bus acts as the transport platform between
services. It provides an integration server and
adapters for interlinking services. Adapters for
various types of integrations are provided (e.g.,
adapters for database integration, adapters for
file operations).
Bus architecture highlights include:4
•	Data standard transformation: Any compo-
nent can be designed with an adapter and be
integrated with an existing bus; data formats
are automatically translated to the agreed
standards.
•	High scalability: The classification of inte-
gration endpoints into the integration server,
adapters and message backbone scales better
compared with the hub and spoke.
•	Implementation encapsulation: The interme-
diate adapters encapsulate the details of the
implementation, such as the framework, tech-
nology, etc., of the service provider from the
service consumers.
•	Security mechanism: Each adapter can have
its own security framework for authorization
and authentication.
•	Protocol bridging: The sync providers support
protocol conversion (e.g., JMS to HTTP),
thereby helping to integrate existing systems
without changes.
•	Complexity: With more intermediary compo-
nents, the complexity of implementation and
maintenance also increases. The technical
support needed to maintain systems ranges
widely.
•	Performance impact: With more intermediary
components, communication performance can
also degrade.
The enterprise bus model fits best in an orga-
nization where applications are based on
various technology platforms and have different
standards of communication. Generally, this
Figure 4
Enterprise Service Bus
Bus
Adapters
Services
The hub and spoke
model best suits
both intra- and inter-
business areas where
data accuracy is not a
primary concern.
cognizant 20-20 insights 5
model is best suited for large organizations that
have the resources to implement and maintain
the entire bus and necessary plug-in adapters
(see figure 5 for a full comparison).
Creating An Enterprise Solution
Given the emergence of various models, as well
as their benefits and drawbacks, we will now
examine where and how each approach fits into an
organization’s EAI roadmap. An enterprise appli-
cation demands a truly scalable and extensible
system that not only focuses on current business
processes, but also has the scope to include new
processes and systems as they evolve.
Take supply-chain applications, for instance. Dif-
ferent business units (BU) within the organiza-
tion will have related processes and somewhat
distinct goals. For building an enterprise applica-
tion, the organization should take advantage of
existing atomic systems and integrate them. The
architecture supporting the integration needs to
be decided carefully — weighing both the merits
and the shortfalls of the integration model.
Each business unit will also have a greater degree
of process control inside its operations. Hence,
a P2P integration model should work best here.
Fewer services will nullify the disadvantages
of tight coupling and help keep maintenance
costs low.
Data from each BU must
flow to a central hub at a
frequency that is indirectly
proportional to the tolerance
for latency. For example,
pricing or contract data
may be changed once a
year, while Point of Sale
(POS) data is received once
a month. Shipping data,
however, is received on a
daily basis. The hub should have the capability
to store and publish data to spokes as and when
requested. This will help to decouple the business
units from each other and reduce direct depen-
dencies from another service provided to another
business unit.
An enterprise service bus (ESB), with features
that include data transformation, routing and
orchestration, is best suited for separating user
applications and service providers’ systems,
Model Comparisons: Weighing the Various Options
Figure 5
Parameter Point to Point Hub and Spoke
Enterprise
Service Bus
Complexity of
Development
Medium (easily coded but
common end point details
need to be finalized for use
by each client).
Medium (hub needs to accept
individual protocols and
transform).
Low (Open standards
ensure less development
effort).
Complexity in
Maintenance
High (each connection
must be coordinated for
future changes).
Medium (hub’s maintenance
alone becomes focus for overall
availability).
Less (individual service or
adapter’s failure does not
affect overall function).
Coupling
Tightly Need to know the protocol of
the hub.
Loose coupling by use of
adapters.
Scalability
High Restricted by hub
infrastructure.
High
Extensibility
Low (Each node must know
the end points’ protocol).
High (new spokes easily added
without affecting existing ones).
High
Security
Mechanism
Up to individual service. Hub can do the implementation. Built-in mechanism with
adapters.
Data Latency
Nil, real-time. Present, depends on frequency
of updates to hub.
Depends on messaging
backbone.
Performance
High (no overhead). Depends on the hub’s
infrastructure.
Some dip; depends on
adapters.
Best Fits
Intra-business service
integration.
Intra- and inter- business
service integration.
Enterprise-wide
integration.
The enterprise bus
model fits best in an
organization where
applications are based
on various technology
platforms and have
different standards of
communication.
cognizant 20-20 insights 6
including P2P and hub and spoke integration
models. With security mechanisms built-in, the
ESB isolates entire business processes and the
application tier from one other — minimizing
security risks. ESB facilitates a Web-based appli-
cation and a handheld PDA device using different
protocols of communication to access the same
shipping service, for example. Another applica-
tion might help in placing the order and planning
the packaging/shipment of the same — with each
depending on a service spread across business
units — orchestrating various services through the
ESB. The ESB can be configured to act seamlessly
according to the source, communication protocol,
orchestration requirements and destination.
Looking Forward
SOA helps streamline the integration of services
across an organization — making them truly
extensible and scalable to ever-changing business
environments. In a large enterprise, the ability to
migrate to a new set of standards for systems and
applications will not be feasible for the reasons
referenced earlier. Traditional EAI products can
help these organizations update and integrate
the capabilities of their legacy systems.
But with an efficient adoption of SOA, the benefits
surpass the cost and effort of the change in the
long run. There is no silver bullet; the appropri-
ate integration model must be chosen — one that
keeps data latency, maintainability, necessary
hardware/software requirements and scalability
factors top of mind.
Integrating Supply Chain Applications
Web
Order Services (P2P)
ESB
Mobile
Routing and Transformation
External Service Clients
Point of Sale Services (P2P)Pricing and Contract Services (P2P)
Shipping Services (P2P)
Orchestration
DBMS Cluster Cloud Storage
Service
Tier
Integration
Tier
Application
Tier
Cloud Connector
Pricing Services Product Master
Ship Notice
Order Management
Logical Shipment Management
DB Adaptor
Point of Sale
Security and Policy Management
Rate and Route
Services
Pick List, Pack List
and Bill of Lading
Shipment Tracking
Inventory Management
Inbound Processing
Rebate Processing
Services
Customer ManagementContract Management
Hub
Figure 6
About Cognizant
Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process out-
sourcing services, dedicated to helping the world’s leading companies build stronger businesses. Headquartered in
Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry
and business process expertise, and a global, collaborative workforce that embodies the future of work. With over 50
delivery centers worldwide and approximately 162,700 employees as of March 31, 2013, Cognizant is a member of the
NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing
and fastest growing companies in the world. Visit us online at www.cognizant.com or follow us on Twitter: Cognizant.
World Headquarters
500 Frank W. Burr Blvd.
Teaneck, NJ 07666 USA
Phone: +1 201 801 0233
Fax: +1 201 801 0243
Toll Free: +1 888 937 3277
Email: inquiry@cognizant.com
European Headquarters
1 Kingdom Street
Paddington Central
London W2 6BD
Phone: +44 (0) 20 7297 7600
Fax: +44 (0) 20 7121 0102
Email: infouk@cognizant.com
India Operations Headquarters
#5/535, Old Mahabalipuram Road
Okkiyam Pettai, Thoraipakkam
Chennai, 600 096 India
Phone: +91 (0) 44 4209 6000
Fax: +91 (0) 44 4209 6060
Email: inquiryindia@cognizant.com
­­© Copyright 2013, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is
subject to change without notice. All other trademarks mentioned herein are the property of their respective owners.
About the Author
Rajesh Pattabiraman is an Architect with Cognizant’s Advanced Solutions Practice, within its Advanced
Solutions Group. He has over 10 years of industry experience, and specializes in J2EE architecture and
design solutions and SOA integration for enterprise applications. He has played the role of technical
lead and architect for various project teams. Rajesh is currently responsible for solution delivery, per-
formance engineering and application modularization of a research application developed by a large
and leading U.S.-based legal information services provider. He has a bachelor’s degree in electronics and
communication engineering from PSG College of Technology, Anna University, Coimbatore. Rajesh can
be reached at Rajesh.Pattabiraman2@cognizant.com.
Footnotes
1	
Integrated SOA Governance. http://www.soa.com/
2	
Peer-to-Peer Architecture Case Study. http://www.cs.yale.edu/homes/arvind/cs425/doc/gnutella-rc.pdf
3	
Good-bye Hub and Spoke, Hello ESB? http://dotnet.sys-con.com
4	
Maximizing SOA returns with Enterprise Architecture http://www.oracle.com/technetwork/topics/
entarch/whatsnew/maximizing-soa-roi-with-ea-131733.pdf

Más contenido relacionado

Más de Cognizant

Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition EngineeredCognizant
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...Cognizant
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesCognizant
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateCognizant
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...Cognizant
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Cognizant
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Cognizant
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityCognizant
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersCognizant
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalCognizant
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueCognizant
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachCognizant
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudCognizant
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedCognizant
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the FutureCognizant
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformCognizant
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...Cognizant
 
The Timeline of Next
The Timeline of NextThe Timeline of Next
The Timeline of NextCognizant
 
Realising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value ChainRealising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value ChainCognizant
 
The Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional ChessboardThe Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional ChessboardCognizant
 

Más de Cognizant (20)

Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition Engineered
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for Sustainability
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for Insurers
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to Value
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First Approach
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the Cloud
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the Future
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data Platform
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
 
The Timeline of Next
The Timeline of NextThe Timeline of Next
The Timeline of Next
 
Realising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value ChainRealising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value Chain
 
The Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional ChessboardThe Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
 

Último

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 

Último (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Comparing and Contrasting SOA Variants for Enterprise Application Integration

  • 1. Comparing and Contrasting SOA Variants for Enterprise Application Integration Today’s enterprise applications must be highly scalable and equipped for growth — adaptable and extensible enough to manage both current and future business systems and processes. With service-oriented architecture, IT organizations have a variety of options for integrating their infrastructure — from point-to-point and hub and spoke approaches, to an enterprise service bus architecture. Executive Summary Today, many organizations employ legacy tech- nologies and frameworks to support a wide array of complex applications. The good news is that these systems have stood the test of time, remain fully functional, and continue to deliver exceptional value to the enterprise. But as businesses expand and technology continues its rapid evolution, systems must keep pace. This requires a tightly integrated, updated infrastruc- ture that can support enterprise solutions. Such an approach is far more desirable than building new systems from scratch, which can be costly, time-consuming and subject to scheduling con- straints. It also eliminates the need to take down existing applications to facilitate the migration of new ones. Application integration solutions are made to evolve with technology’s irrepressible advances. By staying one step ahead of technology’s growth curve, the vendor community can offer organi- zations’ IT departments numerous options for integrating, reusing and customizing their busi- ness’s application infrastructure. Traditionally, these areas of the enterprise relied on proprietary vendor solutions to unify applications — forming the basis for enterprise application integration (EAI). However, even tried and true approaches have long lacked the ability to address many key technical requirements (particularly infrastruc- ture security). They have also lacked the agility to embrace technological change, and the resources and tools needed to standardize existing appli- cations that flow into, within and out of the enterprise. As large organizations expand their business, the need to extend their existing applications and adopt newer and optimized business processes is often critical. Integration thus must ensure that applications can scale to new levels of per- formance, and accommodate increasing user loads and data throughput. This calls for a highly scalable and extensible EAI model that addresses the risks and issues related to traditional enterprise application integration. • Cognizant 20-20 Insights cognizant 20-20 insights | july 2013
  • 2. 2 In this white paper, we will discuss traditional EAI and compare relevant service-oriented architec- ture (SOA) solutions, highlighting their salient features. A sample solution that utilizes different aspects of SOA to effectively minimize EAI risks is offered. Traditional EAI Enterprise application integration has formally existed since the early 2000s. However, the core problem it tries to address has existed even longer. In the process of computerizing, or automating, business processes, organizations invested a con- siderable sum of money, and developed numerous applications that addressed requirements in each business unit or functional process. However, the need for interoperability among incongru- ent applications soon emerged as a serious business and technical challenge. Porting data from one application to another was compulsory in order to automate the business process flow. EAI provided the loose coupling of applications by standardizing the input/output (I/O) of devices and improving the overall usability and function- ality of applications. Different vendors provided tools to bridge this gap (e.g., WebMethods, Micro- soft’s BizTalk, etc.). These included middleware — a layer of systems that allows applications to integrate and interact. Middleware assumed the communications role by permitting the applica- tions to interoperate, and mapping corresponding data formats and protocols. Nonetheless, there were challenges. Drawbacks of Traditional EAI Traditional EAI lacked key features that many organizations needed, including: • Support for data and network security. • Loose coupling and minimization of interwoven implementation. • A standard definition of information input/ outputs. • Agility to embrace newer technologies and frameworks. • Ability to contend with complex integration challenges. Service-Oriented Architecture The concept of SOA, which originated in the mid-1990s, has recently evolved to eliminate many of the aforementioned EAI drawbacks. However, it is important to remember that SOA is the definition of principles and methodology, rather than a technology in and of itself. Components are developed individually to expose a service (i.e., reusable code that executes a functional task and can do a meaningful amount of work by itself without depending on other technical components).1 SOA facilitates services residing on the network to be published, discovered and invoked by each other. The main difference of integration here is interlinked standards rather than interwoven implementation. Each service provides and adheres to a standard of operations, and supports heterogeneous systems through the adoption of pre-defined communication protocols. The “service” in SOA does not mean “Web services,” although Web service (using J2EE or .NET) is the commonly used technology to implement SOA. Other SOA implementation options use messaging systems (JINI, COBRA, etc.) to enable service discovery and service execution. However, application integration via Web services has become the implementation norm for many organizations. Head to Head: SOA vs. EAI SOA and EAI both propose architectural solutions to integrate enterprise systems — ranging from legacy to present-day technology. However, there are some key differences (as shown in Figure 1). We will now take a look at three prominent models of integration. Point-to-Point Architecture Point-to-Point, or P2P, is among the key approach- es for enabling application interoperability. This approach, as the name suggests, directly con- nects the different services of a system (see Figure 2). Among the highs and lows of this approach are:2 • Fast and efficient: With no intermediaries, P2P is one of the fastest ways for data to flow through integrated services. • Simple: Each service knows when and how to call the other service, which keeps the architec- ture simple. • Large number of connections to be supported: For a network of n nodes, there will be n*(n-1)/2 connections (e.g., 10 nodes = 45 con- nections). That’s a lot of maintenance. • High degree of dependency: If the standard of interaction changes for one service, all con- necting services must change. cognizant 20-20 insights
  • 3. Point-to-point architecture is best suited when the number of services that are integrated are not as focused on maintaining the communica- tion protocol. It is typically used in intra-business areas where the control of the network and its components lies within a team. P2P is compatible with situations where data latency is not tolerated. Hub and Spoke Architecture Maintenance overhead of n*(n-1)/2 links stands as the weakest aspect of P2P architecture. The hub and spoke model overcomes this by assigning a service that interacts with other services and acts as a hub. Any service (called a spoke) that needs to be integrated into the system must be integrated with the hub alone. The hub acts as a message broker, or service broker, and communi- cates with other spokes (see Figure 3). The salient points of the hub and spoke architec- ture are:3 • Centralized data management: The hub manages the spokes and retrieves data from them. • Decentralized processing: The individual spokes are responsible for processing the data. • Reduced maintenance: For a system of n nodes, there are only n connections to maintain. 3cognizant 20-20 insights Soruce: Cognizant Figure 1 Comparing SOA and EAI Figure 2 Point-to-Point Services Services Parameter Explanation Solution level EAI integrates through system output; integration occurs at the system level. SOA enables a wider range of enterprise applications to be integrated. Driving force EAI is technology-driven, and concentrates on the technical aspects of the integration process. SOA is business-driven. and takes a standards-based approach to business process integration. Approach EAI takes a bottom-up approach — propagating changes from one system to a cluster of systems. SOA takes a top-down approach. Standards are defined for various integra- tions and taken to each integration point. Magnitude of changes EAI works with a system of changes to integrate via a common network. SOA provides components to minimize changes to application code. Vendor dependency EAI standardization depends on the vendor, and hence increases vendor dependency. SOA works on standards, and neutralizes (to some extent) vendor dependency. Figure 3 Hub and Spoke Services HUB Spokes (Services)
  • 4. 4cognizant 20-20 insights • Scalable: The model is scalable; any new spoke must be integrated with the hub to be integrated with other systems on the network. • Data accuracy concerns: Hub data is contingent on the publishing frequency of the spokes; this means data is not guaranteed to be accurate. • High dependency on the hub: There is a high degree of dependency on the hub; therefore, its hardware must function properly to ensure efficient network operation. • No built-in security mechanism: Security is left to the individual services, since this archi- tecture contains no security provisions. Domain data, or data that is not transactional in nature, can be shared using this network, since the data does not change frequently. The hub and spoke model best suits both intra- and inter- business areas where data accuracy is not a primary concern. Also, small organizations that do not have a full-scale IT infrastructure can utilize the hub and spoke model to take advantage of its lower cost of maintenance and IT overhead. Enterprise Service Bus/Bus Architecture In the hub and spoke architecture, the addition of a new service or changes to an existing service involves changes to the hub, as well as to the spoke. Also, the hub’s integration points are separated from the integration server and message backbone. A recent approach, known as bus architecture, evolved from the hub and spoke model. With the enterprise service bus, the bus acts as the transport platform between services. It provides an integration server and adapters for interlinking services. Adapters for various types of integrations are provided (e.g., adapters for database integration, adapters for file operations). Bus architecture highlights include:4 • Data standard transformation: Any compo- nent can be designed with an adapter and be integrated with an existing bus; data formats are automatically translated to the agreed standards. • High scalability: The classification of inte- gration endpoints into the integration server, adapters and message backbone scales better compared with the hub and spoke. • Implementation encapsulation: The interme- diate adapters encapsulate the details of the implementation, such as the framework, tech- nology, etc., of the service provider from the service consumers. • Security mechanism: Each adapter can have its own security framework for authorization and authentication. • Protocol bridging: The sync providers support protocol conversion (e.g., JMS to HTTP), thereby helping to integrate existing systems without changes. • Complexity: With more intermediary compo- nents, the complexity of implementation and maintenance also increases. The technical support needed to maintain systems ranges widely. • Performance impact: With more intermediary components, communication performance can also degrade. The enterprise bus model fits best in an orga- nization where applications are based on various technology platforms and have different standards of communication. Generally, this Figure 4 Enterprise Service Bus Bus Adapters Services The hub and spoke model best suits both intra- and inter- business areas where data accuracy is not a primary concern.
  • 5. cognizant 20-20 insights 5 model is best suited for large organizations that have the resources to implement and maintain the entire bus and necessary plug-in adapters (see figure 5 for a full comparison). Creating An Enterprise Solution Given the emergence of various models, as well as their benefits and drawbacks, we will now examine where and how each approach fits into an organization’s EAI roadmap. An enterprise appli- cation demands a truly scalable and extensible system that not only focuses on current business processes, but also has the scope to include new processes and systems as they evolve. Take supply-chain applications, for instance. Dif- ferent business units (BU) within the organiza- tion will have related processes and somewhat distinct goals. For building an enterprise applica- tion, the organization should take advantage of existing atomic systems and integrate them. The architecture supporting the integration needs to be decided carefully — weighing both the merits and the shortfalls of the integration model. Each business unit will also have a greater degree of process control inside its operations. Hence, a P2P integration model should work best here. Fewer services will nullify the disadvantages of tight coupling and help keep maintenance costs low. Data from each BU must flow to a central hub at a frequency that is indirectly proportional to the tolerance for latency. For example, pricing or contract data may be changed once a year, while Point of Sale (POS) data is received once a month. Shipping data, however, is received on a daily basis. The hub should have the capability to store and publish data to spokes as and when requested. This will help to decouple the business units from each other and reduce direct depen- dencies from another service provided to another business unit. An enterprise service bus (ESB), with features that include data transformation, routing and orchestration, is best suited for separating user applications and service providers’ systems, Model Comparisons: Weighing the Various Options Figure 5 Parameter Point to Point Hub and Spoke Enterprise Service Bus Complexity of Development Medium (easily coded but common end point details need to be finalized for use by each client). Medium (hub needs to accept individual protocols and transform). Low (Open standards ensure less development effort). Complexity in Maintenance High (each connection must be coordinated for future changes). Medium (hub’s maintenance alone becomes focus for overall availability). Less (individual service or adapter’s failure does not affect overall function). Coupling Tightly Need to know the protocol of the hub. Loose coupling by use of adapters. Scalability High Restricted by hub infrastructure. High Extensibility Low (Each node must know the end points’ protocol). High (new spokes easily added without affecting existing ones). High Security Mechanism Up to individual service. Hub can do the implementation. Built-in mechanism with adapters. Data Latency Nil, real-time. Present, depends on frequency of updates to hub. Depends on messaging backbone. Performance High (no overhead). Depends on the hub’s infrastructure. Some dip; depends on adapters. Best Fits Intra-business service integration. Intra- and inter- business service integration. Enterprise-wide integration. The enterprise bus model fits best in an organization where applications are based on various technology platforms and have different standards of communication.
  • 6. cognizant 20-20 insights 6 including P2P and hub and spoke integration models. With security mechanisms built-in, the ESB isolates entire business processes and the application tier from one other — minimizing security risks. ESB facilitates a Web-based appli- cation and a handheld PDA device using different protocols of communication to access the same shipping service, for example. Another applica- tion might help in placing the order and planning the packaging/shipment of the same — with each depending on a service spread across business units — orchestrating various services through the ESB. The ESB can be configured to act seamlessly according to the source, communication protocol, orchestration requirements and destination. Looking Forward SOA helps streamline the integration of services across an organization — making them truly extensible and scalable to ever-changing business environments. In a large enterprise, the ability to migrate to a new set of standards for systems and applications will not be feasible for the reasons referenced earlier. Traditional EAI products can help these organizations update and integrate the capabilities of their legacy systems. But with an efficient adoption of SOA, the benefits surpass the cost and effort of the change in the long run. There is no silver bullet; the appropri- ate integration model must be chosen — one that keeps data latency, maintainability, necessary hardware/software requirements and scalability factors top of mind. Integrating Supply Chain Applications Web Order Services (P2P) ESB Mobile Routing and Transformation External Service Clients Point of Sale Services (P2P)Pricing and Contract Services (P2P) Shipping Services (P2P) Orchestration DBMS Cluster Cloud Storage Service Tier Integration Tier Application Tier Cloud Connector Pricing Services Product Master Ship Notice Order Management Logical Shipment Management DB Adaptor Point of Sale Security and Policy Management Rate and Route Services Pick List, Pack List and Bill of Lading Shipment Tracking Inventory Management Inbound Processing Rebate Processing Services Customer ManagementContract Management Hub Figure 6
  • 7. About Cognizant Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process out- sourcing services, dedicated to helping the world’s leading companies build stronger businesses. Headquartered in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry and business process expertise, and a global, collaborative workforce that embodies the future of work. With over 50 delivery centers worldwide and approximately 162,700 employees as of March 31, 2013, Cognizant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing and fastest growing companies in the world. Visit us online at www.cognizant.com or follow us on Twitter: Cognizant. World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ 07666 USA Phone: +1 201 801 0233 Fax: +1 201 801 0243 Toll Free: +1 888 937 3277 Email: inquiry@cognizant.com European Headquarters 1 Kingdom Street Paddington Central London W2 6BD Phone: +44 (0) 20 7297 7600 Fax: +44 (0) 20 7121 0102 Email: infouk@cognizant.com India Operations Headquarters #5/535, Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, 600 096 India Phone: +91 (0) 44 4209 6000 Fax: +91 (0) 44 4209 6060 Email: inquiryindia@cognizant.com ­­© Copyright 2013, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks mentioned herein are the property of their respective owners. About the Author Rajesh Pattabiraman is an Architect with Cognizant’s Advanced Solutions Practice, within its Advanced Solutions Group. He has over 10 years of industry experience, and specializes in J2EE architecture and design solutions and SOA integration for enterprise applications. He has played the role of technical lead and architect for various project teams. Rajesh is currently responsible for solution delivery, per- formance engineering and application modularization of a research application developed by a large and leading U.S.-based legal information services provider. He has a bachelor’s degree in electronics and communication engineering from PSG College of Technology, Anna University, Coimbatore. Rajesh can be reached at Rajesh.Pattabiraman2@cognizant.com. Footnotes 1 Integrated SOA Governance. http://www.soa.com/ 2 Peer-to-Peer Architecture Case Study. http://www.cs.yale.edu/homes/arvind/cs425/doc/gnutella-rc.pdf 3 Good-bye Hub and Spoke, Hello ESB? http://dotnet.sys-con.com 4 Maximizing SOA returns with Enterprise Architecture http://www.oracle.com/technetwork/topics/ entarch/whatsnew/maximizing-soa-roi-with-ea-131733.pdf