On Wed, 2007-05-16 at 09:08 -0400, Vibhor_Sharma wrote: > Hi > Few conceptual question > > why did we use the STAX in Axis2 and why is it so important to use > it ? why was'nt SAX used?
They have a completely different approach, push (SAX) vs.pull (StAX) (see [1,2] for example). > > Why only woodstox STAX used why not some other implementation? I guess it's because you have to choose one ;) > > Is it possible to plugin any other event based parser in Axis2? or it > relies on woodstox and for that matter STAX only? > I think AXIOM relies on woodstox > > Thanks > Vibhor > > Michele [1] http://java.sun.com/webservices/docs/1.6/tutorial/doc/SJSXP2.html [2] http://www.devx.com/Java/Article/30298?trk=DXRSS_LATEST --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
