在Struts
struts
struts
或者是在XML文件中進行常量配置
struts
<struts>
<constant name=
</struts>
web
<listener>
<listener
</listener>
通過Spring配置來注冊對象
applicationContext
<?xml version=
<!DOCTYPE beans PUBLIC
<beans default
<bean id=
</beans>
當然你也可以擁有更多的Spring配置文件
web
<!
<context
<param
<param
/WEB
</param
</context
struts
<!DOCTYPE struts PUBLIC
<struts>
<include file=
<package name=
<action name=
<result>hello
</action>
<action name=
<result>hello
</action>
</struts>
默認情況下
裝配模式
name 按照你的action的屬性的名字和Spring裡的bean的名字匹配
type 按照你的action的屬性的類型
auto Spring會試圖自動監測來找到最好的方法自動裝配你的action
constructor Spring會自動裝配bean的構造函數的參數
是否使用類緩存
struts
struts
From:http://tw.wingwit.com/Article/program/Java/ky/201311/28404.html