Magazine
 
Quick Review:Ajax
 
SOA and Web Services

Service Oriented Architecture (SOA) is a new architecture for the development of loosely coupled
distributed applications. In fact service-oriented architecture is collection of many services in the
network. These services communicate with each other and the communications involves data exchange
& even service coordination. Earlier SOA was based on the DCOM or Object Request Brokers
(ORBs). Nowadays SOA is based on the Web Services. Broadly SOA can be classified into two
terms: Services and Connections.

Services:

A service is a function or some processing logic or business processing that is well defined, selfcontained, and does not depend on the context or state of other services. Example of Services is Loan Processing Services, which can be self-contained unit for process the Loan Applications. Other example may be Weather Services, which can be used to get the weather information. Any application on the network can use the service of the Weather Service to get the weather information.

Connections:

Connections means the link connecting these self-contained distributed services with each other, it
enable client to Services communications. In case of Web services SOAP over HTTP is used to
communicate the between services.

The following figure is a typical example of the service-oriented architecture. It shows how a service
consumer sends a service request to a service provider. After accepting the request, service provider
sends a message to the service consumer. In this case a service provider can also be a service
consumer.

Different Technologies Used:

SOA is much different from point-to-point architectures. SOA comprise loosely coupled, highly interoperable application services. These services can be developed in different development technologies (such as Java, .NET, C++, PERL, PHP), the software components become very reusable
i.e. the same C# (C Sharp) service may be used by a Java application and / or any other programming
language. WSDL defines an standard, which encapsulates / hides the vendor / language specific
implementation from the calling client / service.

Why SOA?

SOA architecture enables seamless Enterprise Information Integration. Here are some of the Benefits
of the Service Oriented Architecture:

  1. Due to its platform independence, it allows companies to use the software and hardware of their choice
  2. There is no threat of vendor lock-in
  3. SOA enables incremental development, deployment, and maintenance.
  4. Companies can use the existing software (investments) and use SOA to build applications without replacing existing applications
  5. The training costs are low, so the available labor pool can be used for running the applications
June 2008 | Java Jazz Up | 9
 
previous
index
next
 
 
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,

30
, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,   Download PDF