Hello,
We have an legacy application build with EJB2.0 and some new applications built using Spring 3. We need to invoke spring beans in our EJB2.0 session beans to take advantage of reusable business logic. What is the best way to achieve this?
Thanks,
Sam


Reply With Quote