If your protocol is based on an XML schema (xsd files) I can recommend xmlbeans http://xmlbeans.apache.org/
On 7/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
If you want XML binding, I can recommend JiBX ( http://jibx.sourceforge.net/) You can also take a look at https://bindmark.dev.java.net and http://www-128.ibm.com/developerworks/library/x-databdopt/index.html (in 3 parts) to get an overview. For more basic XML handling, http://woodstox.codehaus.org is interesting. Cheers, J-F > On 7/7/06, Zohar Amir <[EMAIL PROTECTED]> wrote: >> Hello, >> I have a server that serves clients via an XML-based protocol. I was >> wondering what the best way would be to parse the XML messages. I initally >> used JAXB, but I have some problems with it (NPE on high load) and I also >> assume it is not very efficient (not sure, just a guess). Does anyone have >> some experience with this kind of thing and can tip me? >> Thanks, >> Zohar. >> >>
