1 / 13

Architecting Service-Oriented Systems

CSE 532 TERM PAPER. Architecting Service-Oriented Systems. Harithan R velagala. What is SOA?. First what is a service? A service is a reusable component which transforms business data. It is self contained. SOA is nothing but a software architecture model.

betrys
Download Presentation

Architecting Service-Oriented Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSE 532 TERM PAPER Architecting Service-Oriented Systems Harithan R velagala

  2. What is SOA? • First what is a service? A service is a reusable component which transforms business data. It is self contained. • SOA is nothing but a software architecture model. • It is also a method of design, deployment, management of applications and infrastructure over a distributed network.

  3. What makes SOA better ? • Can create new business applications faster • Reusability is achieved • Logic duplication is reduced • Deriving new functionality from existing services in real time. • SOA defines the interface in terms of protocols and functionality rather than an API

  4. What drives the SOA? • The most important are the Architecture principles of SOA. 1.Standardization Of contract 2.Loose coupling. 3.Reusability. 4.Composability. 5.Discoverability. These are defined on services.

  5. Standardized service contract • The services should followa communications agreement , which is defined by the service agreement document. The service should know how its output is utilized All the services should be able to exchange messages in the same format Services should use the contract to express their purpose and capabilities.

  6. Loose coupling • Services maintain a relationship that would minimize the dependencies • Services are aware of the existance of other services

  7. Reusability • Services which contain a logic can be considered as reusable enterprise resources. • Each reusable component has a specific function and can be accessed concurrently

  8. Composability • This ensures that services are able to form multiple and complex compositions • Composability is mainly achieved by identification of services and their interfacing

  9. Discoverability • Every service has a communicative metadata • The services are identified using this meta data and new services can be created after identification of the useful services.

  10. On using SOA • Interoperability and modifiability of a systrem can be achieved • Adopting SOA may some times effect the quality attributes that might be importatant to the consumers . • There can be slight degrade in performance in some applications.

  11. Conclusions • SOA is an architectural style of developing and using distributed systems. • SOA is appropriate in some situations and completly unnecessary in other situations, so it should be applied only if necessary . • SOA cannot be applied at instances where memory and processing are limited for example the embedded systems.

  12. Conclusions • SOA increases the complexity of a system , but decreases the effort when changes in a system are frequent. • Duplication of logic is reduced when SOA is applied. • SOA is recommended only when the modifications and changes in a system are imminent.

  13. Thank you

More Related