castor

Java XML Binding [closed]

耗尽温柔 提交于 2019-11-27 17:24:46
What are you using for binding XML to Java? JAXB, Castor, and XMLBeans are some of the available choices. The comparisons that I've seen are all three or four years old. I'm open to other suggestions. Marshalling / unmarshalling performance and ease of use are of particular interest. Clarification: I'd like to see not just what framework you use, but your reasoning for using one over the others. JiBX . Previously I used Castor XML , but JiBX proved to be significantly better, particularly in terms of performance (a straight port of some application code from Castor XML to JiBX made it 9x

Java XML Binding [closed]

时光怂恿深爱的人放手 提交于 2019-11-26 19:02:30
问题 What are you using for binding XML to Java? JAXB, Castor, and XMLBeans are some of the available choices. The comparisons that I've seen are all three or four years old. I'm open to other suggestions. Marshalling / unmarshalling performance and ease of use are of particular interest. Clarification: I'd like to see not just what framework you use, but your reasoning for using one over the others. 回答1: JiBX. Previously I used Castor XML, but JiBX proved to be significantly better, particularly