Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.8-SNAPSHOT
-
None
-
None
Description
Additions to the shared part and to the ServletContextListener are done to allow the hot plugging of custom classloading into myfaces.
This is done to allow the pluggability of scripting engines without having to add a custom classloader to our system. Classloaders are inherently problematic in server environments.
Theoretically anything can be plugged in, but for now we use it only to allow the pluggability of a groovy classloader.