In Spring, relationship between Application Context and Servlet Context is like parent-child. Application Context is the parent here. So, beans of Servlet Context know beans of Application Context, but vise versa is not true. But if I need to do that, is there any way ?
For simplicity, if I inject an Controller into an Service class, what I need to do ? Is there any Application Context refreshing mechanism, after Servlet Context is initialized ?