Add the startup Listeners and classloading extensions
-----------------------------------------------------
Key: MYFACES-2346
URL: https://issues.apache.org/jira/browse/MYFACES-2346
Project: MyFaces Core
Issue Type: New Feature
Components: General
Affects Versions: 2.0.0-alpha
Environment: All
Reporter: Werner Punz
Ext-scripting requires certain changes in the myfaces infrastructure. Mainly a
startup listener, while JSF2 has some infrastructure in place for the JSF
intialisation process the entire listener infrastructure has to trigger before
JSF initialisation and after JSF deinitialisation on servlet context level, JSF
does not provide in 2.0 the needed events (at least not for startup)
So for now I will add the listener infrastructure.
Also we have a centralized hook for the classloading in MyFaces this one will
get an extension to plug in different loader mechanisms which do not have to
replace the context classloaders. That way we can add new loaders
programmatically without having to touch the problematic context classloaders
which is a no go in web containers!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.