|
Anobind looks interesting to me--similar in philosophy to gnosis.xml.objectify, but with some nice touches like the XPattern specializations, and the stringify simplification.
I have not looked at the source code yet, so probably you have already thought of this. But a user of my library pointed out a while back that memoizing the dynamically generated classes can lead to a huge speed increase. Obviously, for custom classes, you have predefined them; but for dynamic ones, there's no need to repeatedly define classes to match tag names. Actually, since Uche probably already did this... this technique is more a hint to other readers :-).
|