Are there any recommended way's how a POJO,
which isn't a Bean and thus not created via Spring,
can get a Bean Instance, which is created and configured by Spring?
For example a Object which lazily loads data from the database
and need's it's DAO.
A static method of the desired Bean?
Pass the context along with the constructor?
Best thanx for any feedback.
Christoph


Reply With Quote