[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1314) Precursor to streaming optimizations, elimination of xmlFragment

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Jan 16 13:00:20 EST 2008


     [ http://jira.jboss.com/jira/browse/JBWS-1314?page=all ]

Thomas Diesler updated JBWS-1314:
---------------------------------

    Fix Version/s: jbossws-native-2.0.4
                       (was: jbossws-3.0.1)

> 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: jbossws-native
>            Reporter: Thomas Diesler
>             Fix For: jbossws-native-2.0.4
>
>
> 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