How to Implement Loose Coupling with a SOA Architecture

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-03-23T19:45:52Z Indexed on 2010/03/23 19:53 UTC
Read the original article Hit count: 448

Filed under:
|
|
|

I've been doing a lot of research lately about SOA and ESB's etc.

I'm working on redesigning some legacy systems at work now and would like to build it with more of a SOA architecture than it currently has. We use these services in about 5 of our websites and one of the biggest problems we have right now with our legacy system is that almost all the time when we make bug fixes or updates we need to re-deploy our 5 websites which can be a quite time consuming process.

My goal is to make the interfaces between services loosely coupled so that changes can be made without having to re-deploy all the dependent services and websites.

I need the ability to extend an already existing service interface without breaking or updating any of its dependencies. Have any of you encountered this problem before? How did you solve it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about soa