Is it possible to use dependency injection in a Web Dynpro application by means of @EJB annotation?
Im trying to use a Session Bean from a Web Dynpro application and it doesnt work. I know I can get the same result using an EJB model.