SOA A A: Rchitecture Pproach
SOA A A: Rchitecture Pproach
TABLE OF CONTENTS SOA ARCHITECTURE APPROACH ............................................................................................................................1 1. 1.1 1.2 2. 3. SOA HIGH-LEVEL ARCHITECTURE .............................................................................................................2 SOA ARCHITECTURE GUIDING PRINCIPLES ..................................................................................................2 SOA IN DETAIL.............................................................................................................................................2 SOA ARCHITECTURE .....................................................................................................................................4 SOA RECOMMENDATIONS ............................................................................................................................5
Reuse Simplicity
Improved data integration Supports business process management Facilitates enterprise portal initiatives Speeds custom application development
Business Perspective More effective integration with business partners Support customer service initiatives Enable employee self service Streamline the supply chain More effective use of external service providers Facilitate global sourcing
RESTful WebServices The WebService based integration was chosen, because it allows for integration of heterogeneous tools and platforms, both web based and desktop applications, both internal and external. Web services are often used to implement a SOA. In terms of implementation and invocation, the REST architectural style was chosen. With REST (REpresentational State Transfer), all service interfaces are resources accessible by URLs, HTTP is used for service invocation, and XML for encoding the response from the web service, according to agreed XML schemas. All web services (URLs) are fixed, and no dynamic registration and discovery of web services will be implemented initially, all web service APIs and their location are assumed not to change. RESTful web services have several advantages over SOAP ones, especially due to its operating straight on top of HTTP: require little infrastructure support apart from HTTP and XML which are supported by most programming languages, operating systems, servers Proven scalability, simplicity and low performance overhead.
RESTful web services communicate with the UI via HTTP APIs have been implemented on top of business layer, in the form of RESTful web services Every resource is uniquely addressable through an identifier which follows the universal syntax of hypermedia links (i.e. URIs). Communication is stateless, i.e. the server treats each request independently from previous one and does not store state information between requests.
2. SOA ARCHITECTURE
SOA is a business-centric IT architectural approach to integrate business processes through the implementation of repeatable tasks. Patni will expand its use of services to meet the business needs of the enterprise and promote reusability. SOA architecture has been divided into 3 layers Presentation Layer Service Layer Business Layer
Process Flow 1. The end user will send the request from UI(Presentation Layer)
2. Then the request will be routed to Service Layer and the basic functionality is provided as common functions for accessing the Business layer via Restful Invocation (e.g. retrieving and storing information KM). 3. Common Security framework having the capabilities of Identification, Authentication, Authorization, Integrity & Confidentiality will be delivered across the layers of SOA Architecture
4. Policies and Validations can be handled in the Validation Layer where Business Rules can also be configured to validate the data. Each and every request will be handled at the validation layer that avoids business layer involvement.
5. Data modeling and transformations can be handled. An XML-centric transformation from xml format to another is essential. It is an actual core layer, where in all the data will be sent to business layer and response will be sent back to UI. 6. The Business layer consists of actual legacy java implementation and service layer will communicate using the APIs that are already developed
3. SOA RECOMMENDATIONS
SOA can be applied to OMD architecture as follows:
ESB based services design Rules engine can be an ESB based service, XML/JAVA ESB service,
data services, external system integration services will be bound to ESB as a service which provides higher flexibility, extensibility, scalability and maintainability.
Applying SOA patterns OMD system can be a layered application separating the business,
service and data layers by defining business processes within different sub systems, service contracts, lifecycle definitions and generic data modeling.