- The design and architecture of the system must include services. Doesn't matter if these are web services, services subscribed to a message bus, or something else. They just have to be services.
- The services should push your design to be more modular, flexible, and not tightly coupled. Otherwise you might just be missing the point.
- When possible services should be as generic as possible, so they can be leveraged as much as possible. Specialized services are a must, but they should only be used when necessary.
- Not everything should be a service. If you find yourself trying to force something into a service, your probably trying to hard. If it doesn't naturally fit as a service, don't push it
A place to put all of my random thoughts about software development and computer programming.
September 3, 2009
Service Oriented Architecture - SOA
One of the great buzz words we all see is SOA. Every person I talk to, describes it differently. Everyone thinks of different pros and cons when ever they extol the virtues of SOA. Some people always talk in terms of Web Services and SOAP, other always refer to service buses and queues. How can we concisely describe "What is SOA?"
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment