Frage

Dealing with a project in which huge volumes of XML files are processed and loaded into RDBMS. In the tranformation layer, XML file needs to be converted to java pojo , enriched validated and then inserted into DB.

The file size is appx. 10 kb

Question is, in transformation layer which framework to use 1) JIBX(with woodstox) 2) jxpath Jxpath will come handy to develop a configurable transformation layer as it is expression based and we can dynamically evaluate the path with conditions. However on the other hand, I am concerned about the performance.

I havent tried my hands yet on both the approaches. Appreciate your advise.

War es hilfreich?

Lösung

i have tried VTD, and i am very happy with the performance.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top