You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Nick Gallardo (JIRA)" <ji...@apache.org> on 2009/07/16 21:32:14 UTC

[jira] Created: (WINK-109) Write JAXB output using OutputStream instead of Writer

Write JAXB output using OutputStream instead of Writer
------------------------------------------------------

                 Key: WINK-109
                 URL: https://issues.apache.org/jira/browse/WINK-109
             Project: Wink
          Issue Type: Improvement
          Components: Common
    Affects Versions: 0.1
            Reporter: Nick Gallardo
             Fix For: 0.1


We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  

For XML heavy operations, this results in a significant (15%+) performance improvement.



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


[jira] Resolved: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Gallardo resolved WINK-109.
--------------------------------

    Resolution: Fixed

Thanks for integrating this Bryant.

> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>             Fix For: 0.1
>
>         Attachments: WINK-109.patch
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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


[jira] Commented: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Bryant Luk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733418#action_12733418 ] 

Bryant Luk commented on WINK-109:
---------------------------------

Nick,

I went ahead and applied this patch since the dos2unix made applying patches difficult.

> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>             Fix For: 0.1
>
>         Attachments: WINK-109.patch
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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


[jira] Updated: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Gallardo updated WINK-109:
-------------------------------

    Attachment: WINK-109.patch

> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>             Fix For: 0.1
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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


[jira] Updated: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Gallardo updated WINK-109:
-------------------------------

    Attachment:     (was: WINK-109.patch)

> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>             Fix For: 0.1
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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


[jira] Closed: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Gallardo closed WINK-109.
------------------------------


> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>             Fix For: 0.1
>
>         Attachments: WINK-109.patch
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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


[jira] Commented: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733442#action_12733442 ] 

Hudson commented on WINK-109:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #30 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/30/])
    Use OutputStream instead of Writer for performance

See []


> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>             Fix For: 0.1
>
>         Attachments: WINK-109.patch
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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


[jira] Assigned: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Gallardo reassigned WINK-109:
----------------------------------

    Assignee: Nick Gallardo

> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>             Fix For: 0.1
>
>         Attachments: WINK-109.patch
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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


[jira] Updated: (WINK-109) Write JAXB output using OutputStream instead of Writer

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Gallardo updated WINK-109:
-------------------------------

    Attachment: WINK-109.patch

> Write JAXB output using OutputStream instead of Writer
> ------------------------------------------------------
>
>                 Key: WINK-109
>                 URL: https://issues.apache.org/jira/browse/WINK-109
>             Project: Wink
>          Issue Type: Improvement
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>             Fix For: 0.1
>
>         Attachments: WINK-109.patch
>
>
> We should use an OutputStream to write JAXB content instead of a Writer.  The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.  
> For XML heavy operations, this results in a significant (15%+) performance improvement.

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