i new both spring batch , odm rules engine. have spring batch application imports data xml file excel .csv file. spring batch written in java using eclipse - maven project. able read file , write xml, run rules using odm rules engine. have rules project in eclipse not sure how call in spring batch (or vice versa). not need output xml long can export data somehow.
potential solution:
create xom class class in spring batch has properties executed odm rules engine. (complete)
create odm rules project xom in (1) called , create rules. (complete)
- compile odm rule project int jar file. (next step)
- call jar file spring batch file , implement item processor. (next step)
will update go along.
Comments
Post a Comment