As a modern large company, is one ERP system better than hundreds of highly specialized applications which are service oriented? To provide a little bit of background, we are providing consulting for
I have an NServiceBus Saga that looks like this public class MySaga : Saga<MySagaData>, IAmStartedByMessages<MyStartMessage>,
From my understanding JSONP can only be achieved using the GET verb.Assuming this is true which I think it is, then this rules out core compliance with true REST in which you should make use of differ
I need 开发者_如何学Cto choose right architecture model for my solution(client-server, web application, web services).
Normally, when I start up a new application, I\'d create a new git repository for it.That\'s well accepted and plays nice with Github when I want to share my code.
My organization has recently been wrestling the question of whether we should be incorporating different middleware products / concepts into our applications.Products we are looking at are things like
Is n-tier software开发者_JAVA技巧 design a subset of SOA?no . It is not . SOA is a design strategy for an enterprise. There is lots written about what it is elsewhere, however it decides how systems
When designing a web service that will allow the consumer of the service to save and get a complex data type (say Foo), should the service expose Create(Foo) and Update(Foo) service calls, or should t
My project is converting a legacy fat-client desktop application into the web.The database is not changing as a result.Consequently, we are being forced to call external web services to access data in
I have used JMS in the past to build application and it works great. Now I work with Architects that would love to use the Spec : SOAP over J开发者_如何学Pythonava Message Service 1.0.