I need to do any one of the following things:
1. I need to access child context beans from parent context. Is it possible?
I know that child context beans can access parent context beans.
2. If first things is not possible then Can I make a context which can have more then one contexts as parent context. So I can define my beans in this child context which in turn refer foreign beans from its multiple parent contexts.
Please guide on how Spring can help me in implementing any one of the above cases. Thanks in advance.![]()


Reply With Quote
