|
Best practices: using ICE with object containers
This relates to my last question regarding ICE and EJBs.
I am wondering if there are any best practices for how one should expose existing container managed objects (like EJBs or Spring beans, or objects managed by some IoC container) through an ICE API.
It seems that with ICE favouring one approach to concurrency control and life-cycle management, and the container having its own ideas about the same issues, there is some mismatch that seems hard to resolve.
Are there some special techniques that are helpful?
Karl
|