开发者

XmlBeans vs Digester which is good at handling huge xml files?

I am creating a webservice which is going to parse huge xml files from different requests. I was exploring different xml pa开发者_JS百科rsers from which I read about XmlBeans and Digester would be easy to use and are very efficient. I felt Digester easier than that of XmlBeans but from documentation of XmlBeans I came to know that it uses Saxon 8.6.1 which is prepared by CERN so it must be better than that of Digester.

So which one should I go with XmlBeans or Digester for this scenario ?


Well, if you have really huge XML files, than I don't recommend either of them. For high performance XML processing there are other solutions, or even custom parsers that are at least an order of magnitude better than those you describe. What to choose for huge XML files also depends partially on what you have: more memory or more CPU.

E.g. http://vtd-xml.sourceforge.net/ might be one fast alternative, but there are many others, so if your application's performance is critical, than you really need to compare them with some tests under your own realistic conditions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜