Accessing Spring bean *not* by dependency injection

Posted by Marcus on Stack Overflow See other posts from Stack Overflow or by Marcus
Published on 2009-11-28T22:40:06Z Indexed on 2010/04/14 13:43 UTC
Read the original article Hit count: 324

Filed under:
|
|

We have some domain objects that are created at runtime - not by Spring. These domain objects need access to some service type beans that are being managed by Spring. How can the domain objects that are created at runtime access Spring beans dynamically (not by DI)?

© Stack Overflow or respective owner

Related posts about spring

Related posts about dependency-injection