On Wed, Dec 30, 2009 at 12:09 PM, hjoshi <[email protected]> wrote: > > Hi all, > I am a newbie to camel using for first time. > I want to poll a directory for some files. > I want to read and Process those files and then write them to a different > location. > Can someone provide me an example to achieve this in java class. > I dont want to use xml configuration
You can read section 1.5 from the free chapter in the Camel in Action book which does this http://www.manning.com/ibsen/ And there are also some newbie documentation at http://camel.apache.org/getting-started.html And the articles section have some good blogs/links for other new users with Camel http://camel.apache.org/articles.html > -- > View this message in context: > http://old.nabble.com/File-Read-using-java-tp26965934p26965934.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
