[ 
https://issues.jboss.org/browse/SEAMREMOTING-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shane Bryzak updated SEAMREMOTING-4:
------------------------------------

    Fix Version/s:     (was: 3.1.0.Final)

    
> Optimize Seam Remoting XML Marshalling
> --------------------------------------
>
>                 Key: SEAMREMOTING-4
>                 URL: https://issues.jboss.org/browse/SEAMREMOTING-4
>             Project: Seam Remoting
>          Issue Type: Feature Request
>            Reporter: Joshua Davis
>            Assignee: Shane Bryzak
>         Attachments: Final_seam_stuff_2.patch
>
>
> The XML marshalling used by Seam Remoting can be optimized significantly by 
> making a few, relatively simple, changes.
> 1. Making some element names shorter, specifically 'member'.
> 2. Resolving object fields by position instead of by name.  This eliminates 
> the need for the 'name' attribute of the 'member' element.
> 3. Handling nulls pointers in structures in a simpler way: Use an empty 
> 'member' element.
> 4. Removing some of the wrapper elements around primitive types.
> In our examples we've seen that the optimized XML is less than 40% of the 
> size of the original XML.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to