Hi guys, 

I'm currently in Roumania for a project where I use ServiceMix 3.3. 
For one of my service, I have used servicemix-bean to expose a bean inside = 
SMX. 

This bean call another one. In this one, I need to read data from XML file. 

Currently, I use Commons Digester to load the XML file into a JavaBean but = 
I would like your advise about=20 
which API can I use to load JavaBeans from XML. What do you think about (I = 
can change the XML format) : 

- manual loading using Commons Digester (as I make currently) 
- usage of Apache XmlBeans 
- usage of JDK XmlBeanReader 
- usage of jdom 

The purpose is to easily load JavaBeans (from a Spring factory) from XML co= 
ntent (from a InputStream). 

Thanks for your support 
Regards 
JB 




Reply via email to