You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2014/07/31 23:11:38 UTC

[jira] [Resolved] (DELTASPIKE-506) [perf] use a shared StringBuilder

     [ https://issues.apache.org/jira/browse/DELTASPIKE-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Andraschko resolved DELTASPIKE-506.
------------------------------------------

    Resolution: Fixed

> [perf] use a shared StringBuilder
> ---------------------------------
>
>                 Key: DELTASPIKE-506
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-506
>             Project: DeltaSpike
>          Issue Type: Improvement
>            Reporter: Thomas Andraschko
>            Assignee: Thomas Andraschko
>            Priority: Minor
>             Fix For: 1.0.2
>
>
> Currently each generated actionURL will create a new StringBuilder instance, if renderClientWindowMode enabled...
> I would do the same as in MyFaces:
> Create a SharedStringBuilder with a get method -> #get(key, facesContext)
> instances will be stored as FacesContext attribute



--
This message was sent by Atlassian JIRA
(v6.2#6252)