Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I'm planning to use ServiceStack on my system, I found it very cool, very impressive in the way it implements some patterns and I like it's architecture</p> <p>There are differences in the way you intend services.. However, the frameworks could be used are: (It's clear it depends on situations)</p> <ul> <li><a href="http://code.google.com/p/agatha-rrsl/" rel="nofollow noreferrer" title="Agatha rrsl">Agatha-rrsl</a> which implements a rrsl pattern, it permit to use service in a ServerAndClient in the same process or a distribuited environment eg. web application which use external services (Agatha use WCF for external services)</li> <li><a href="http://openrasta.org/" rel="nofollow noreferrer" title="OpenRasta">OpenRasta</a> a powerful framework which can be used to build an entire application or simply REST services</li> <li><a href="http://nservicebus.com/" rel="nofollow noreferrer" title="NServiceBus">NServiceBus</a> which implements a complete Service Bus architecture, and could be used in a ServerAndClient in the same process or in a distribuited way which is the best for that framework</li> <li><a href="http://code.google.com/p/masstransit/" rel="nofollow noreferrer" title="MassTransit">MassTransit</a> similar to NServiceBus (personally I prefer NServiceBUs) </li> <li><a href="http://simpleservicebus.codeplex.com/" rel="nofollow noreferrer" title="SimpleServiceBus">SimpleServiceBus</a> similar to NServiceBus but simpler, cool</li> <li><a href="http://ayende.com/Blog/archive/2008/12/17/rhino-service-bus.aspx" rel="nofollow noreferrer" title="RhinoServiceBus">RhinoServiceBus</a>, a kind of fork on NServiceBus very very cool</li> </ul> <p>It's very important to understand the difference between a service framework like Agatha vs a service bus like NServiceBus. A good point could be the great Davy Brion blog post on that argument <a href="http://davybrion.com/blog/2010/01/agatha-vs-nservicebus/" rel="nofollow noreferrer">http://davybrion.com/blog/2010/01/agatha-vs-nservicebus/</a></p> <p>Maybe if I remember something else I will update later Hope it helps</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload