Struts +Spring + Hibernate 的配置问题,谢谢!

05-04-14 jokeyun

web.xml中有配置:
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/action-servlet.xml /WEB-INF/applicationContext.xml</param-value>
</context-param>

Struts +Spring + Hibernate 中action-servlet.xml配置的bean怎么引用applicationContext.xml中的bean?