Is there any way to intercept the creation of a JSF backing bean to transparently decorate it?
I'm on Weblogic 10.3 with JDK 1.6, no CDI.
Perhaps subclassing the BeanManager class? But, how register the BeanManager extension to the weblogic jsf implementation?