On Wed, Feb 4, 2009 at 2:21 PM, James Strachan <[email protected]> wrote: > 2009/2/3 huntc <[email protected]>: >> >> Hi there, >> >> I have posted an entry on my blog with regards to removing Camel >> ProducerTemplate dependencies from services. >> >> http://christopherhunt-software.blogspot.com/2009/02/using-camel-producertemplate-in-pojo.html > > Great blog post! I tried to post a reply with links in the comments > but not sure if blogspot gobbled it up or its waiting moderator > approval :) > > See this page - the second section: > http://cwiki.apache.org/CAMEL/pojo-producing.html > > Basically you can get Camel to use any interface you like to hide the > Camel API - then using the @Produce annotation it will automatically > inject a smart client proxy bound to the endpoint and do all the > binding of the message to the method calls. Why is it that you just get a big smile when you can hide and do so much with a single annotation and a nice clean client interface. That is truly hiding the middleware.
> -- > James > ------- > http://macstrac.blogspot.com/ > > Open Source Integration > http://fusesource.com/ > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/
