JBoss Community

Re: Dynamic Dependency Injection?

created by Leiv Hellebo in EJB 3.0 - View the full discussion

In Seam you can in components.xml specify which method will be invoked to get an EntityManager. You can make your own, and put any business logic you want in it. Input can be made available to this method through injected fields on its class.

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community