How to register a JSF managed bean programmatically?

Viewed 11393

I'd like to register/add a Managed Bean class programmatically (from within a Servlet init()) into application scope. How can I do that with JSF 1.2?

5 Answers
Related