Skip to Content
0
Former Member
Oct 17, 2007 at 08:28 AM

Dependency Injection and Web Dynpro

33 Views

Is it possible to use dependency injection in a Web Dynpro application by means of @EJB annotation?

I’m trying to use a Session Bean from a Web Dynpro application and it doesn’t work. I know I can get the same result using an EJB model.