[jbossws-dev] [Design of JBoss Web Services] - Precurser to streaming optimizations, elimination of xml str

jason.greene@jboss.com do-not-reply at jboss.com
Mon Oct 23 00:44:24 EDT 2006


At some point, we should remove the xml string fragment processing phase. It's not needed in our long term streaming optimization plan, and it adds unneeded performance overhead in the current design.

Instead we could pass the corresponding DOM chunk directly to the marshalling layer. JAXB supports this using InputSource, and it wouldn't be difficult to enhance JBossXB to do the same. This would also be more robust because it would eliminate the xml escape processing that we duplicate from a standard XML parser (see  http://jira.jboss.com/jira/browse/JBWS-1240 for an example).

-Jason

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979932#3979932

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979932



More information about the jbossws-dev mailing list