Delayed loading of renderers to facilitate faster start up time
----------------------------------------------------------------
Key: TRINIDAD-1191
URL: https://issues.apache.org/jira/browse/TRINIDAD-1191
Project: MyFaces Trinidad
Issue Type: Improvement
Reporter: Ari hadi
Class loading optimization to lazily loads renderers, since 20% of the time
used for opening the file the first time is for class loading.
Right now the Trinidad RenderKitBase class has support for loading renderer
mappings from a RenderKit-specific config file.
In the case of the rich client render kit, the file is located at
"META-INF/oracle.adf.rich.renderkit". We should be able to tweak this code to
grab all files found at the specific path instead of just one. This will allow
any other custom component developers to lazily load their Renderers by
providing their own mapping file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.