Which Dependency Injection framework I can use with WebSphere 7 app-server (Java EE 5 compatible)? I want to inject some classes (for example DAO classes) inside stateless EJBs (marked as bold, because I think it main problem to inject something into EJB, because by default it must be done by EJB containers).
After some research I found that Weld (Java EE 6 RI of CDI) is hard to configure on WAS, also very little information about using Guice with WAS.