大家好,请问ssh或者s2sh整合时候那个bean配置的时候scope怎么填写? 20
网上说:“线程模式方面的对比:Struts1Action是单例模式并且必须是线程安全的,因为仅有Action的一个实例来处理所有的请求。单例策略限制了Struts1Act...
网上说:“线程模式方面的对比:Struts1Action是单例模式并且必须是线程安全的,因为仅有Action的一个实例来处理所有的请求。单例策略限制了Struts1Action能做的事,并且要在开发时特别小心。Action资源必须是线程安全的或同步的;Struts2Action对象为每一个请求产生一个实例,因此没有线程安全问题。” 例如:<bean name="/student" class="com.bluedot.web.action.StudentAction"
scope="prototype">
<property name="studentManager" ref="studentManager" />
</bean> 这里的为什么要写成scope="prototype"? 展开
scope="prototype">
<property name="studentManager" ref="studentManager" />
</bean> 这里的为什么要写成scope="prototype"? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询