On Thu, 2006-03-23 at 16:45 -0500, Arthur Ryman wrote: > I've been thinking about how StAX would fit with Woden. There are two > possible designs: > > 1. Woden use StAX to read WSDL 2.0 & XSD, and builds up a complete > Component Model. There is no DOM in memory but there is a complete > Component Model in memory. > > 2. Woden uses StAX to read WSDL 2.0 & XSD, but does not build up a > Component Model in memory. Instead, Woden fires a Component Model > event stream that Axis2 listens to and does whatever is needed. There > is no Component Model build up in memory here. > > What is the requirement from Axis2?
(2) would be ideal from a perf perspective because Axis2 runs off its own meta model (o.a.axis2.description.Axis* classes). However, (1) would be ok because then we at least reduce one memory tree for WSDL. Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
