How to use the unit of work and repository patterns in a service oriented enviroment
I’ve created an application framework using the unit of work and repository patterns for it’s data layer. Data consumer layers such as presentation depend on the data layer design. For example a CRUD abstract form has a dependency to a repository (IRepository).
Where does Java get its SOA reputation from?
I see lots of SOA books surrounding Java and have always had the subliminal notion that Java is the “right” language for robust/enterprisey SOA, even though I know what SOA involves and that it is perfectly possible using other languages & frameworks.
What is the value of workflow tools? [closed]
Closed 9 years ago.
Relationship between SOA and OOA
Thomas Erl defines SOA as follows in his site:
Should business services cross bounded contexts?
Firstly, I am following the convention that a bounded context is synonymous to a department, or possibly one department has 1 to many bounded contexts.
Is SOA an Utopia? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
In choosing a service-oriented architecture framework that needs to work with .NET and with Java, what to look for?
I planning to write an application in which there will be a service (call it A) listening for particular commands. This service will then relay those commands to other services (call them B and C) which are written, respectively, in .NET and Java (service A chooses which of service B or C to which to relay depending on the contents of the request to service A).
Issues with the intended behavior of a Service layer?
This analysis makes sense, and states anything that avoids code duplication and simplifies maintenance speaks for a service layer.
Allowing client to select data to return via REST interface
I have a rest service that is essentially a proxy to a variety of other services. So if I call
SOA in .NET 4.5 with MSMQ Durability
I have been doing some investigation regarding ASP.NET Web API. I have enjoyed using the WCF REST template to create new RESTful web services, and Web API seems to be a cleaner iteration on that.