Struts +Spring + Hibernate 的配置問題,謝謝!

jokeyun發表於2005-04-14
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?

相關文章