Hello,
I have a conceptual question.
After reading the examples and additional guides I am wondering whether the
following scenario would work.
The filereader monitors a folder. Every time a new file is inserted (maybe
with ending .xml) an own written java application is started. This
application needs a string as input which has to be the path of the file to
do some transformations. After the transformation it returns an .txt-file
which has to be transfered to an other folder.
Now my questions
1. Is is possible to insert an own written java application in servicemix?
2. Is it possible that the java application only gets the string of the path
of the file (or the file itself) as input to make tranformations?
--> something like that
public void doSomethig (String inputPath){
//make some transformations
}
At the moment the application is written for local use. So there is no
problem to make the transformations only with the string of the path.
best regards
tmf
--
View this message in context:
http://www.nabble.com/ServiceMix-File-component-tp15839219s12049p15839219.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.