You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <tu...@ws.apache.org> on 2007/04/17 23:40:15 UTC

[jira] Commented: (TUSCANY-1194) Improve SCA SDO databinding serialization performance

    [ https://issues.apache.org/jira/browse/TUSCANY-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489550 ] 

Raymond Feng commented on TUSCANY-1194:
---------------------------------------

The databinding-sdo-axiom module provides the direct transformation from SDO to AXIOM. http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/databinding-sdo-axiom/. But if I remember correctly, it requires a newer version of the AXIOM to take the full performance advantage.

We could probably move to the latest AXIOM level as Axis2 1.2 release is on the way out.


> Improve SCA SDO databinding serialization performance
> -----------------------------------------------------
>
>                 Key: TUSCANY-1194
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1194
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA Kernel
>    Affects Versions: Java-SCA-M2
>            Reporter: Fuhwei Lwo
>
> Currently a web service response with SDO databinding is first transformed from SDO to an XMLStreamReader and then to a fuly inflated OM element which is serialized to SOAP/XML.  There are opportunities for two significant performance improvements:  First, use the OMDataSource approach to provide for the possibility of a single transformation and to also eliminate the inflation of the OM element.  Second, directly transform the SDO to SOAP/XML without the intermediate transformation to XMLStreamReader.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org