service-oriented architectures - from business to it · instead soa has a business and a technical...

54
7302ICT Enterprise Architecture Session 02 September 2010, 5pm – 8pm Griffith University – South Bank Campus Service-oriented Architectures (SOA) - From Business to IT - Prof. Dr. A. Hausotter Faculty of Business and Computer Science University of Applied Sciences and Arts Ricklinger Stadtweg 120 D-30459 Hannover Competence Center Information Technology and Management Institute at the University of Applied Sciences and Arts Hannover | [email protected] C C_I T M

Upload: others

Post on 09-Jun-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

7302ICT Enterprise ArchitectureSession 02 September 2010, 5pm – 8pmGriffith University – South Bank Campus

Service-oriented Architectures (SOA)- From Business to IT -

Prof. Dr. A. HausotterFaculty of Business and Computer Science

University of Applied Sciences and ArtsRicklinger Stadtweg 120

D-30459 Hannover

Competence CenterInformation Technology and ManagementInstitute at the University of Applied Sciences and Arts Hannover | [email protected]

C C_I T M

Page 2: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

C C_I T M Service-orientated Architectures – From Business to IT - 2/54

Introduction

Concepts

How to design application landscapes

Business architecture

IS architecture

TI architecture

Conclusion

Page 3: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

C C_I T M

Introduction

Concepts

How to design application landscapes

Business architecture

IS architecture

TI architecture

Conclusion

Service-orientated Architectures – From Business to IT - 3/54

Page 4: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Today's enterprise application landscapes often are characterized by Heterogenousness: Technologies (OS, communications middleware,

data base systems, programming languages, ...), software architectures

Applications silos: lack of interoperability and collaboration, implying data and functional redundancies

Poor software quality and high costs of maintenance because of: monolithic architectures („spaghetti“), unmanaged interfaces.

Some reasons for this initial situation: Evolving concepts and technologies Preferences of different business units, departments, people Dynamics of acquisition and mergers.

C C_I T M

Motivation

Service-orientated Architectures – From Business to IT - 4/54

Page 5: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Today's enterprise application landscapes are build of application silos

Source: Dale (2007)

C C_I T M

Motivation

Service-orientated Architectures – From Business to IT - 5/54

Page 6: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Deployment of multiple IT-systems are giving business users incomplete and inconsistent view of corporate information.

Each IT-system presents a fractured view of business processes and data Data are local Business processes are local, hard coded and part of the IT-system.

Process and data integration across the IT-systems On a one-to-one basis Hard coded, using the API's of the IT-systems (if available) Rigid, hard to change.

What's an application silo?

C C_I T M

Motivation

Service-orientated Architectures – From Business to IT - 6/54

Page 7: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Today's enterprises need to meet the challenges: Cut-throat competition in the global market. Decreasing customer loyalty Strategic adjustment: Moving from a product centric perspective to a

customer centric perspective.

Conclusion: Businesses need to change their operational processes to keep the competitive edge.

The IT must support new or improved business processes in a flexible and agile manner (see below).

Does SOA come up to the business and IT specialists expectations with respect to flexibility and agility?

C C_I T M

Motivation

Service-orientated Architectures – From Business to IT - 7/54

Page 8: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Flexibility means to quickly adopt new expected requirements. To support flexibility:

The system should be build of “components” that can be rearranged and reconfigured in a very flexible manner.

Local changes have no impact to the whole system. External interfaces must be stable and designed very carefully.

Agility generally means to react as quickly as possible and with minimal effort to possibly unexpected changing business environments. This includes*) :

Customer-oriented agility (support of business processes) Partner-oriented agility (support of business processes) Operational agility (IT management).

Terms: Flexibility vs. agility

*)cf.: Schelp, J., Winter, R. (2007)

C C_I T M

Motivation

Service-orientated Architectures – From Business to IT - 8/54

Page 9: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

What does SOA mean?

There is no single definition of a Service-oriented Architecture (SOA) accepted by business and IT people as well.

Instead SOA has a business and a technical perspective.

The business perspective*): A SOA is an enterprise architecture, with services as a main design principle. Services are self-contained building blocks of business value. They are provided by a business unit or by third parties.

The technical perspective**): A SOA is a method to design application systems landscapes based on components in association with loose coupling and externalized flow control.

*)cf.: Tilkov, S., Starke, G. (2007 )

**)cf.: Siedersleben, J. (2007)

C C_I T M Service-orientated Architectures – From Business to IT - 9/54

Page 10: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Benefits*)

Re-use of services Approved legacy applications can be used furthermore – AFTER they

are made „SOA-ready“.

Agility and flexibility Enterprises can create or modify their processes in a flexible manner

by service orchestration. Processes are modelled and not implemented.

Evolution instead of revolution Incremental transition of an application system landscapes towards a

SOA Legacy applications can be made „SOA-ready“ stepwise – via

decomposition, aggregation, wrapping.

*) cf. : Richter et al. (2005)

C C_I T M Service-orientated Architectures – From Business to IT - 10/54

Page 11: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Architectural principles reduces complexity: Services are components “in the large” Services can be assigned to a service type with well-defined

properties, behavior and functionality (see above)

SOA overcomes the heterogeneousness of application system landscapes An infrastructure, the Enterprise Service Bus (ESB), supports different

platforms, protocols, programming languages, data formats ... (see above).

SOA is an appropriate way to meet the requirements of Enterprise Application Integration (EAI).

C C_I T M

Benefits

Service-orientated Architectures – From Business to IT - 11/54

Page 12: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Better software quality Re-use of services reduces known an unknown errors and promotes

stability and performance.

Improvement of cost efficiency by ... Re-use of services Modelling – instead of implementing – business services Reduction of maintenance costs because of a better software

quality.

C C_I T M

Benefits

Service-orientated Architectures – From Business to IT - 12/54

Page 13: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Challenges*)

Organisational challenges A SOA must be supported by the management, the analysts, the

architects, the developers and the users as well. Many projects failed because of the different understanding, ideas

and requirements of the groups involved.

Performance Communications (i.e. Messaging), semantical and technical

transformations are time consuming (see above). Fine grained services downgrade performance. The Enterprise Service Bus might be a bottleneck.

*) cf. : Richter et al. (2005)

C C_I T M Service-orientated Architectures – From Business to IT - 13/54

Page 14: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

C C_I T M

Introduction

Concepts

How to design application landscapes

Business architecture

IS architecture

TI architecture

Conclusion

Service-orientated Architectures – From Business to IT - 14/54

Page 15: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

A (SOA) service is the abstraction of a business component with a well-defined business value. A service hides all it's implementation details.

A service definition has the meaning of a contract between the service provider and the service user.

Services are defined in a uniform way. They are managed by a →service repository.

A service can be found and invoked in a uniform, platform-independent way (→find-bind-execute paradigm).

Services are →loosely coupled.

C C_I T M

Service

Service-orientated Architectures – From Business to IT - 15/54

Page 16: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Service classification*)

In a SOA, different types of services can be identified. Each service can be be assigned to exactly one service layer.

Basic service Basic building blocks of a SOA Only providing, but not consuming other services. Realized by IT systems.

Business service Service with complex business logic Composed of other business services or basic services.

Process service Realizes a workflow as part of a business process Built from services of any type by orchestration (i.e. modelling).

*) cf. : Krafzig et al. (2004)

Service-orientated Architectures – From Business to IT - 16/54

Page 17: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Service meta model

Service-orientated Architectures – From Business to IT - 17/54

Page 18: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Services, service layers and infrastructure

Business Service Layer

Process Service Layer

Basic Service Layer

Infra

struc

ture

Servic

es

Qo

S, Sec

urity, M

on

it orin

g

Ente

rpr ise

Ser vic

e Bu

s (ESB)

IT systems

Service-orientated Architectures – From Business to IT - 18/54

Page 19: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Level of coupling*) of service requester R and service provider P depends on the characteristics of:

Availability: Does R require the availability of P? Knowledge: What needs R to know about P? Reliability: Does P rely on the preconditions provided by R when R

invokes an operation? Does R rely on the postconditions provided by R when P performs the operation?

Tight coupling vs. loose coupling

Loose Coupling Tight coupling

Level Mechanism Level Mechanism

Availability none Asynchronous communications (e.g. Messaging)

re-quired

Synchronous communications (e.g. RPC, RMI, ...)

Knowledge min Payload semantics max Interface semantics

Reliability min Compensation max Transactions*) cf. : Engels et al. (2008)

Service-orientated Architectures – From Business to IT - 19/54

Page 20: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Tight coupling Prevents autonomy of services Prevents agility and flexibility of a SOA.

Loose coupling Supports autonomy of services Promotes agility and flexibility of a SOA.

Conclusion Loose coupling is the preferred style for a system wide

communication in a SOA

Tight coupling vs. loose coupling

Service-orientated Architectures – From Business to IT - 20/54

Page 21: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Publishing, locating and invocation of services conforms to the well known Find-Bind-Execute (FBE) paradigm:

The service provider publishes the service in a Service Registry / Repository.

The service requester looks up a suitable service managed by the service registry (find). The service will be made available to the requester (bind).

After the service is bound it's operations maybe invoked (execute).

Find-Bind-Execute

Service-orientated Architectures – From Business to IT - 21/54

Page 22: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

In a SOA, the Enterprise Service Bus (ESB) handles all communication, orchestration and security related tasks*).

Communication services Asynchronous communication, i.e. message passing, supporting

different design pattern (e.g. send and forget, request-reply) and QoS levels (maybe, at most once, at least once,exactly once)

Routing, i.e. localization of a remote service using a service registry Delivery, i.e. passing messages to the destination.

Transformation Technical transformation of messages, i.e. mapping messages to

support different integration platforms, protocols, data formats, languages

Semantical transformation of messages, i.e. mapping messages between different domain models.

Enterprise Service Bus

*)cf.: Siedersleben, J. (2007), p. 112

Service-orientated Architectures – From Business to IT - 22/54

Page 23: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Workflow Execution of process services, i.e. flow control if several services are to

be invoked in a specific sequence.

Security Authentication and authorization of service requesters Access protection, includes encryption, signatures, certificates, ...

Others Exception and error handling Monitoring, logging and auditing Load balancing and fail over.

Enterprise Service Bus

Service-orientated Architectures – From Business to IT - 23/54

Page 24: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Service Registry / Repository

In a SOA, the Service Registry / Repository (RR) manages all service-relevant meta data to support (for example) the following tasks*):

Service description, i.e. description of the service's interfaces and their semantics in a machine processable manner (e.g. XML)

Service discovery, i.e. localization of a suitable service Life cycle management and versioning, i.e. managing different

versions of services Service change notification, i.e. notification of users if a new version of

a service applies Rights management, i.e. role based access control management Governance, i.e. specification and supervision of policies Statistics and accounting, i.e. monitoring the service usage (e.g.

when, by whom, how often called).

*)cf.: Siedersleben, J. (2007), p. 112

Service-orientated Architectures – From Business to IT - 24/54

Page 25: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

Introduction

Concepts

How to design application landscapes

Business architecture

IS architecture

TI architecture

Conclusion

C C_I T M Service-orientated Architectures – From Business to IT - 25/54

Page 26: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

SOA roadmap*)

C C_I T M

From Business to IT

BusinessIT

Information systems Techncal Infrastructure

Business strategy IT strategy

Business architecture Business services Business processes Business objects

Domains and Application services

Logical components

Physical components

Technicalservices

Logical Integration platform

PhysicalIntegration Platform

Concep-tual

Logical

Physical

*) cf. : Engels et al. (2008)

Service-orientated Architectures – From Business to IT - 26/54

Page 27: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

SOA roadmap*)

C C_I T M

The SOA roadmap Shows up the role of SOA as bridge between business and IT Depicts the steps on the way from business to IT Visualizes that IT follows business (Business-IT alignment) Is part of the architecture framework Quasar Enterprise.

Quasar Enterprise*)

Architecture framework (like TOGAF, DoDAF, IAF, ...) Comprises methods, rules, patterns and reference architectures to

design and implement Service-orientated application landscapes.

The design of applications systems landscapes comprises the →Business architecture →IS architecture, i.e. architecture of the information systems →TI architecture, i.e. the architecture of the technical infrastructure.

*) cf. : Engels et al. (2008)

Service-orientated Architectures – From Business to IT - 27/54

Page 28: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

SOA meta model

C C_I T M Service-orientated Architectures – From Business to IT - 28/54

Page 29: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

SOA meta model

C C_I T M

Page 30: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

Introduction

Concepts

How to design application landscapes

Business architecture

IS architecture

TI architecture

Conclusion

C C_I T M Service-orientated Architectures – From Business to IT - 30/54

Page 31: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Business services, processes and objects

C C_I T M

Business service Depicts an output / operating

efficiency Provided by a service provider,

used by a service requester Usage governed by a service

contract Realized by a business process.

Business object Real or virtual entity

of business world Consumed or provided

by business services

Business process Sequence of business

activities to generate an output or a work result

Activities are using other business services

Service-orientated Architectures – From Business to IT - 31/54

Page 32: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

A method to identify business services

C C_I T M Service-orientated Architectures – From Business to IT - 32/54

Page 33: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Case study: Business services

C C_I T M Service-orientated Architectures – From Business to IT - 33/54

Page 34: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Case study: Business services

C C_I T M

Page 35: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Case study: Business processes

C C_I T M Service-orientated Architectures – From Business to IT - 35/54

Page 36: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

Introduction

Concepts

How to design application landscapes

Business architecture

IS architecture

TI architecture

Conclusion

C C_I T M Service-orientated Architectures – From Business to IT - 36/54

Page 37: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Business domains Structure the application

landscape from a functional oriented view

Starting point for the design of components and the levels of coupling.

Business domains

Service-orientated Architectures – From Business to IT - 37/54

Page 38: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

A method to design business domains

C C_I T M Service-orientated Architectures – From Business to IT - 38/54

Page 39: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Case study: Business domains

C C_I T M Service-orientated Architectures – From Business to IT - 39/54

Page 40: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Case study: Business domains

C C_I T M

Page 41: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

C C_I T M

Application service (Part of an) automatable

business service Derivable from the set of

business services Consists of single actions Can be assigned to a service

category Attached to a single domain.

AL component Self-contained building block within the

application landscape Implements one ore more application services Provides and requires well-defined interfaces May be coupled with other AL components Can be assigned to a component category Attached to a single domain

Application services and AL components

Service-orientated Architectures – From Business to IT - 41/54

Page 42: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

A method to derive AL components and services

C C_I T M Service-orientated Architectures – From Business to IT - 42/54

Page 43: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Case study: Components, coupling and IS architecture

C C_I T M

Coupling Loose coupling required

if components are fromdifferent domains

Tight coupling may be used if components are from the same domain

Service-orientated Architectures – From Business to IT - 43/54

Page 44: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Case study: Components, coupling and IS architecture

C C_I T M

Page 45: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

Introduction

Concepts

How to design application landscapes

Business architecture

IS architecture

TI architecture

Conclusion

C C_I T M Service-orientated Architectures – From Business to IT - 45/54

Page 46: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Technical services and service groups

C C_I T M Service-orientated Architectures – From Business to IT - 46/54

Page 47: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Product landscape: JBoss Enterprise SOA platform

C C_I T M

JBoss Developer Studio

JBoss Rules, JBoss jBPM

JBoss ESB

JBoss ESBJBoss ESB

JBoss Enterprise Application Platform

Service-orientated Architectures – From Business to IT - 47/54

Page 48: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Technology mapping: Best-of-breed approach

C C_I T M

WfMS ES (Infinity)

Workflow Designer (Infinity)

Java EE AS (JBoss)Session Beans

Java EE AS (JBoss)Session & Entity Beans, connectors

Backend systems

XPDL

Java EE Portlets (JBoss)

Service-orientated Architectures – From Business to IT - 48/54

Page 49: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Agenda

Introduction

Concepts

How to design application landscapes

SOA and Business Process Management (BPM)

Conclusion

C C_I T M Service-orientated Architectures – From Business to IT - 49/54

Page 50: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Conclusion

C C_I T M

SOA is an architectural style. An application landscape can be designed in many different ways to

conform with the design principles (i.e. concepts) of SOA Neither an ESB nor Web Service standards are mandatory.

A SOA is neither a technology nor a product. Enabler technologies from different vendors (e.g. IBM, Oracle, SAP,

SAG, RedHat/JBoss)are available Sometimes SOA technology stacks are based on a best-of-breed

approach (e.g. SOPERA*)).

*) cf. : http://www.sopera.de/en/home, accessed 02/09/2010

Service-orientated Architectures – From Business to IT - 50/54

Page 51: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Conclusion

C C_I T M

SOA is not really new The concepts and technologies (e.g. FBE, loose coupling, message

passing, communication buses, XML and WS technologies) have been developed between the 70th and the 90th

The idea of business-IT alignment is part of Enterprise Application Integration (EAI)

BUT: The stepwise transition of a business model to an IT model is rather new.

A SOA can help to meet the today's enterprises needs and to reduce costs

BUT: Companies have to invest a lot of money in infrastructure, training, ...

It's hard to quantify the benefits of a SOA and to evaluate the success of SOA projects in organisations*)

*) cf. : Legner/Viering (2010)

Service-orientated Architectures – From Business to IT - 51/54

Page 52: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

Conclusion

C C_I T M

There are still great challenges to implement a SOA. The technologies to implement a SOA are very complex. A SOA must be supported by all it's stakeholders, i.e. the

management, the business people, the architects, the developers and the users.

Evolution instead of revolution: Start smart, build up a service portfolio stepwise.

New applications are provided as SOA services If possible legacy applications are made SOA ready, i.e. they are

transformed stepwise (decomposition, aggregation, wrapping).

Service-orientated Architectures – From Business to IT - 52/54

Page 53: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

References

Dale, S. (2007), Holistic BPM: From Theory to Reality, Conference BPM2007, Brisbane, Australia.

Engels, G., Hess, A., Humm, B., Juwig, O., Lohmann, M., Richter, J.-P., Voß, M., Willkomm, J. (2008), Quasar Enterprise – Anwendungslandschaften serviceorientiert gestalten, dpunkt-Verlag, Heidelberg.

Krafzig, D., Banke, K., Slama, D. (2004), Enterprise SOA: Service-Oriented Architecture Best Practices, Prentice-Hall, Upper Saddle River, USA.

Legner, Chr., Viering, G. (2010), Umsetzungsstand und Erfolg Service-orientierter Architekturen in deutschen Unternehmen, Vortrag BITKOM SOA-Forum 10. Juni 2010, MARITIM-Hotel Bad Homburg.

Richter, J.-P. and Haller, H. and Schrey, P. (2005), Serviceorientierte Architektur, Informatik-Spektrum 17, 413-416.

C C_I T M Service-orientated Architectures – From Business to IT - 53/54

Page 54: Service-oriented Architectures - From Business to IT · Instead SOA has a business and a technical perspective. The business perspective*): A SOA is an enterprise architecture, with

References

Schelp, J., Winter, R. (2007), Agilität und SOA, in: Starke, G., Tilkov, S. (Edts.), SOA-Expertenwissen, dpunkt-Verlag, Heidelberg.

Siedersleben, J. (2007), SOA revisited: Komponentenorientierung bei Systemlandschaften, Wirtschaftsinformatik 49 Sonderheft, 1170-117.

Tilkov, S., Starke, G. (2007), Einmaleins der serviceorientierten Architekturen, in: Starke, G., Tilkov, S. (Edts.), SOA-Expertenwissen, dpunkt-Verlag, Heidelberg.

C C_I T M Service-orientated Architectures – From Business to IT - 54/54