Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Re: pUI strange bahaviour -- NMWG parser bug fix and XFire

Subject: perfsonar development work

List archive

Re: [pS-dev] Re: pUI strange bahaviour -- NMWG parser bug fix and XFire


Chronological Thread 
  • From: Maciej Glowiak <>
  • To: Szymon Trocha <>
  • Cc: perfsonar-dev <>
  • Subject: Re: [pS-dev] Re: pUI strange bahaviour -- NMWG parser bug fix and XFire
  • Date: Tue, 03 Jul 2007 16:54:11 +0200

I've already tried out XFire instead of Axis. It looks promising, because we will be able to use it as standalone application (instead of deploying it in tomcat; but it may work as tomcat servlet as well).
The problem will be with NMWG classes because they're tightly integrated with SAX/DOM, and XFire uses StAX which combines advantages of both - speed of SAX and easiness of use of DOM.

How can the problem be solved? Have you got something already in mind?

Yep. We should separate NMWG classes from SAX/DOM or StAX parsing. I mean NMWG classes should be partially rewritten - functionality of serialization XML and DOM creation should be moved to other classes; but I am not sure if we'll be able to do it quickly.

Maciej




Archive powered by MHonArc 2.6.16.

Top of Page