WebServlet « Servlet « JSF Q&A





1. Possible to inject @ManagedBean as a @ManagedProperty into @WebServlet?    stackoverflow.com

In my JEE6-webapp (running on latest Glassfish 3.1), I'm using JSF2-ManagedBeans and @ManagedProperty to inject them into other ManagedBeans. Now i would like to know if i can also inject a ...