Hey guys,

I'm pretty new to Camel...

I have a very basic app I want to build, and was hoping for some pointers on how I can do it with Camel.

Here it is:

(1) Poll a folder for XML files
(2) When an XML file arrives, validate it against its XML Schema (XSD)
(3) If the file is invalid, move it to an invalid-files folder
(4) If the file is valid, convert it to a POJO (i.e., Jaxb), where it will thereafter be used in an application.

Any pointers or suggestions?

All and any help is appreciated.

-- Robert

--
Sincerely,
Robert J. Liguori
STG Technologies, Inc.

Reply via email to