Top "Soa" questions

SOA stands for Service-Oriented Architecture, a flexible set of design principles that allow multiple separate systems from several business domains to inter-operate.

Product Versioning Microservices

I go into microservices architecture based on docker and I have 3 microservices, which together create one product for example "CRM …

architecture docker domain-driven-design soa microservices
Request/Response pattern in SOA implementation

In some enterprise-like project (.NET, WCF) i saw that all service contracts accept a single Request parameter and always return …

wcf soa
Why are CRUD operations so bad in a SOA design?

I have just finished reading an article on MSDN by John Evdemon. He bashes the CRUD interfaces and calls it …

design-patterns soa crud
SOA and shared databases

I don't understand SOA (Service-oriented Architecture) and databases. While I'm attracted by the SOA concept (encapsulating reusable business logic into …

database soa shared
Time out error in deploying the process on weblogic server

While deploying the BPEL process in Weblogic 10.3.4, following Exception comes on soa server console. I am sure this is not …

weblogic soa jdeveloper bpel
Why ESB is considered bad in microservices architecture

In microservices architecture, autonomous business services should talk directly with each other. The communication may be synchronous (orchestration) or event-based (…

architecture microservices distributed-computing soa esb
Best Publish/Subscribe "Middleware"

I'm in the market for a good open source network based Pub/Sub (observer pattern) library. I haven't found any …

soa observer-pattern middleware publish-subscribe mom
Is orchestration an ESB responsibility?

Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation …

soa esb bpel orchestration alsb
How Service-oriented architecture and Component-based development relate to each other?

Here is a pretty theoretical and abstract question: How Service-oriented architecture (SOA) differs from Component-based approach? Is the concept of …

architecture components soa
Can ServiceStack services contain multiple methods?

Environment is Visual Studio 2012, ServiceStack, ASP.NET Web Application Project (followed https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice) Looking through …

c# api rest soa servicestack