0 Replies Latest reply on Mar 20, 2007 4:03 PM by borzoi

    Using dependency injection to call services from Actions: a

    borzoi

      Good evening everybody,
      even if I've deployed an EJB 3.0 container, if I implement an MVC pattern, since Actions are not container-managed, if I want and call services exposed by EJBs I can't use dependency injection, but I've and perform a JNDI lookup (at max, I can use BD pattern).
      Is there any way and sanitize this mismatch using JBoss Seam?