1. Why does JSP (and JSTL/EL) take a different way to perform a resource injection than that taken by Servlet or JSF? stackoverflow.comTo enable Servlet, JSP, JSF etc to use a remote EJB, performing resource injection is essential. JSP however takes a different way to inject an EJB into it than that taken ... |