Monthly Archives: February 2011

Container abstractions in NServiceBus

Joel asked me how we use containers in NServiceBus and the answer turned into this blog post. Container usage in a framework like NServiceBus can be divided into two main categories, configuring components and later building them. Let’s start with the easy one. Building components from the underlying containerTo enable us to swap containers in [...]

Posted in NServiceBus | Comments closed

Accessing RavenDB from Javascript

I’ve been bugging Ayende regarding the lack of jsonp support in RavenDB. Not surprisingly he fixed it within a matter of days and as of build 279 RavenDb supports jsonp. The support for jsonp enables you to access Raven directly from javascript and there by skip any server side code to return view data. Using [...]

Posted in Uncategorized | Tagged , | Comments closed