+ All Categories
Home > Documents > The KISS Principle Applied to SOA Using...

The KISS Principle Applied to SOA Using...

Date post: 15-Mar-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
20
The KISS Principle Applied to SOA Using SCA How can all those SCA specifications make my life easier!? Eric Johnson Principal Architect, TIBCO Software Inc. This document is provided for informational purposes only and its contents are subject to change without notice. TIBCO makes no warranties, express or implied, in or relating to this document or any information in it, including, without limitation, that this document, or any information in it, is error-free or meets any conditions of merchantability or fitness for a particular purpose. This document may not be reproduced or transmitted in any form or by any means without our prior written permission.
Transcript
Page 1: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

The KISS Principle Applied to SOA Using SCA

How can all those SCA specifications make my life easier!?

Eric JohnsonPrincipal Architect, TIBCO Software Inc.

This document is provided for informational purposes only and its contents are subject to change without notice. TIBCO makes no warranties, express or implied, in or relating to this document or any information in it, including, without limitation, that this document, or any information in it, is error-free or meets any conditions of merchantability or fitness for a particular purpose. This document may not be reproduced or transmitted in any form or by any means without our prior written permission.

Page 2: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.2

Enterprise Software – where are we now?

Page 3: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.3

Complexity, what complexity?

WSDL 1.1

SOAP 1.1

SOAP 1.2

XACML

SAML

WSDL 2.0

HTTP

REST

WS­Security WS­I BasicProfile

WS­ReliableMessaging

JMS

SMTP

XML

XML SchemaRelaxNG

WS­PolicyWS­MetadataExchange

Java

.NET

JSP

EJB

SCA

WS­Transactions

BPELBPMN

AtomUDDI

OpenID

Page 4: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.4

What are the problematic details of enterprise software?

Very complex (read – expensive)

Concepts vary from vendor to vendor even from tool to tool within vendors!

People forced to make a significant investment based on particular vendors tools

Tied to a platform, it is difficult to refactor and reuse business logic

Page 5: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.5

Abstractions are essential, if they're the right ones.

Java EE solves lots of problems by pushing programming problems to the “container”.

Brought together technologies in a pre-“services” world.

Now we need something for the services world...

Page 6: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.6

Is it going to get better?

Page 7: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.7

Yes! SCA means to help! And here's how...

Defining common concepts for design, implementation, configuration, and deployment

Clear(er) separation of roles

Isolating business logic from environment

Separates design “intent” from how functionality gets exposed

JavaBPEL

Page 8: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.8

SCA brings together all of your SOA related technologies into one context.

Unifies how business logic exposes itself via services, and accesses other services via references

Less vendor lock-in over time

... sounds great – so what's the catch?

Page 9: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.9

There are just a few gotchas lurking around SCA.

Fully extensible set of specifications

Not fully baked – OASIS TCs still in progress

Vendor support?

Page 10: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.10

SCA has clear benefits, but brings new complexity.Now what do I do?

Page 11: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.11

What techniques make sense to apply to using SCA to keep the problems tractable?

Avoid the full of complexity of the specification

Develop centers of expertise, and start small

Establish conventions

Stick to a single vendor

Maybe even ignore the vendors

Above all, apply the KISS principle ?

Use

SCA

Page 12: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.12

Avoid the full complexity of the specification.

Pick parts that will help you out right now

Use it for a particular purpose

Follow expected paths

Page 13: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.13

Develop centers of expertise and start small.

Pick a core group of people that will start with SCA

Use this group to figure out what is appropriate

Invest in exposing them to a variety of sources of information and training

Have additional teams start using SCA only after core team is ready to mentor

Page 14: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.14

Establish clear conventions for use.

Even better – use conventions set out by a vendor's tool

Validate conformance to those conventions

Examples: Always/never assign policy intents to references

Use only agreed-upon implementation and binding types

Never use “wires” stand-alone

Use only single-part WSDL messages

Page 15: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.15

Stick to a single vendor.

Do you constantly switch database, compiler, and operating system vendors...?

Pressure the vendor of your choice to satisfy your needs

Learn the specifics of the vendor's tools, exploit them when appropriate.

Page 16: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.16

What do you mean by “ignore the vendors!?” How can that work?

Maybe you think it is too early to get on the bandwagon?

Options: Start learning the specifications – learn the terms, concepts, patterns, and

approaches

Apply SCA ways of thinking in your architecture

Use it like you would UML – diagram your services

... and you're a lot further along when the vendors catch up to you.

Page 17: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.17

Continually reassess how you measure up to the KISS principle.

SCA, BPEL, SDO, JAX-WS, SOAP, WS-ReliableMessaging, JMS, WSDL – do you really need it all?

Unnecessary complexity is the enemy of Predictability

Reliability

Security

Page 18: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.18

Conclusion

Get on the SCA bandwagon

Do so cautiously

... and of course, I think you should use TIBCO products to do so

Page 19: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.19

Questions?

Page 20: The KISS Principle Applied to SOA Using SCAevents.oasis-open.org/home/sites/events.oasis-open.org... · 2008-05-05 · Applied to SOA Using SCA How can all those SCA specifications

© 2008 TIBCO Software Inc. All Rights Reserved.20

Credits

Original SCA work: http://www.osoa.org

Ongoing work at OASIS: http://www.oasis-open.org

Artwork from http://www.openclipart.org converted to PNG with Inkscape (http://www.inkscape.org/)

Puzzle piece: http://openclipart.org/media/files/nicubunu/7859 Anchor: http://openclipart.org/media/files/johnny_automatic/2914 Dragon: http://openclipart.org/media/files/PeterM/114 Lightbulb: http://openclipart.org/media/files/Anonymous/7121 Road: http://openclipart.org/media/files/abadr/7686 People at table: http://openclipart.org/media/files/neocreo/5282 Book: http://openclipart.org/media/files/barretr/6170


Recommended