Thomas Andraschko created DELTASPIKE-506:
--------------------------------------------
Summary: [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
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.1.5#6160)