Re: Component Design Question

2014-06-17 Thread Matt Sicker
Having type converters available for everything helps a lot in minimising the need to worry about return formats. You could by default return the native Node objects and provide type converters to List>. On 17 June 2014 20:54, Gregor Zurowski wrote: > Hi Everyone: > > A recent discussion on the

Component Design Question

2014-06-17 Thread Gregor Zurowski
Hi Everyone: A recent discussion on the camel-users list [1] showed that the camel-jcr component needs some enhancements to better support real-world use cases. I would like to add query functionality, so that users are able to submit JCR-SQL or JCR-XPath queries and retrieve matching nodes. A pos

Component design question

2009-01-29 Thread Stephen J
ge in context: http://www.nabble.com/Component-design-question-tp21730769s22882p21730769.html Sent from the Camel - Development mailing list archive at Nabble.com.