1 Reply Latest reply on Dec 28, 2006 12:01 PM by alesj

    Spring deployer + webcontext

    viniciuscarvalho

      Hello there! I'm checking the spring deployer and ejb3 integration. Is it also possible to integrate it with the web container? I mean, have it injected inside the servletcontext so other frameworks like Tapestry and JSF could benefit from its integration with spring?

      Regards

        • 1. Re: Spring deployer + webcontext
          alesj

          You can look at the integration with AOP - which is already used in SpringDeployer, but on EJB enterprise beans - how to include similar thing to servlets.

          The JEE5 spec also supports EJB injection into servlets, but I don't know how far are we with this at JBoss - I know EJB3 team already did some stuff in that direction. Ask on the EJB3 forum about this.