I'm going to start a Java EE project with EJB3.1 technology. I know the new EJB concept allows Context and Dependency Injection.
In an old project I used GIN and GUICE in a GWT Project. It was nice. Can I use these frameworks also with EJB? Or do you think another framework would be a better choice?
Any Experience?