[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1314) Precursor to streaming optimizations, elimination of xmlFragment
Jason T. Greene (JIRA)
jira-events at jboss.com
Tue Oct 24 22:05:41 EDT 2006
[ http://jira.jboss.com/jira/browse/JBWS-1314?page=comments#action_12345762 ]
Jason T. Greene commented on JBWS-1314:
---------------------------------------
This design needs to properly handle namespaces:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980590#3980590
-Jason
> Precursor to streaming optimizations, elimination of xmlFragment
> ----------------------------------------------------------------
>
> Key: JBWS-1314
> URL: http://jira.jboss.com/jira/browse/JBWS-1314
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: jaxws
> Reporter: Thomas Diesler
> Fix For: jbossws-2.0.1
>
>
> 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 javax.xml.transform.Source, 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 [JBWS-1240] for an example).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbossws-issues
mailing list