Hi, i like Rhine.ESB with its simple usability and API. But what i dont like is that i am forced to use Castle Windsor as container. Its old, its API feels verbose/ugly and other containers have better features like factory methods in Autofac.

So what todo about that? I know that Ayende designed Rhino.ESB to be simple and so he decided to use Windsor as default. Since the binding of Windsor is pretty huge and it would take a lot of breaking changes to abstract all places to be exchangeable, i decided to go the other direction first and tried to adapt Autofac to Windsor. Ive committed that here:

http://github.com/lanwin/Autofac.WindsorAdapter

Currently it is more like a toy project to test if that can work. I can send and receive messages with it and i can inject dependencies from Autofac into my consumers. But i am not sure yet if i can handle all cases which ESB needs. And then there is no test project yet.

Before i start to make that more reliable i would like to check what the general meaning about making the container changeable in ESB is?

-Steve

--
You received this message because you are subscribed to the Google Groups "Rhino 
Tools Dev" group.
To post to this group, send email to rhino-tools-...@googlegroups.com.
To unsubscribe from this group, send email to 
rhino-tools-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to