Davanum Srinivas wrote:
Yes. We imply that we should have our own databinding :)
-- dims
-0
I find that Xom and Xpath work quite nicely. The good thing about Xom is
that it is already highly performance tuned, and you can provide your
own factory to create a graph of your custom classes, not those of the
base set. So whereas XmlBeans gives you a graph of java classes that
map1:1 with the XSD-defined message, Xom gives you a graph of java
classes that contain the operations that you yourself add in.
Xom is LGPL, to complicate things in Apache-land.
-steve