On Fri, Jul 1, 2011 at 10:30 AM, Gnanaguru S <gnanaguru.sattanat...@wipro.com> wrote: > > Hi Thanks. > > Presently i want to create a file, I want to read the file contents and > write to a some other file in someother directory. Thats it. FYI I am new to > ESB and Camel . Presently i have created a small example using > camel-blueprint feature. Such that i dont know to use maven things > currently. kindly help me out to read and write in a file using > camel-blueprint. >
When using SMX with Camel and blueprint, you are defining Camel routes in XML. So all you have to do is something like <route> <from uri="file:inbox"/> <to uri="file:outbox"/> </route> If you are new to Camel I suggest reading this article http://java.dzone.com/articles/open-source-integration-apache > > Thanks in advance. > > Cheers > Guru > > -- > View this message in context: > http://camel.465427.n5.nabble.com/File-Reading-Writing-using-Camel-tp4541266p4541364.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/