我想在 Struts2 webapp(在 Tomcat 6 下运行)的某处放置两个小的常量对象(一个TreeMap
和一个) ,以便可以通过 Application Scope 从任何 JSP 访问这些对象。ArrayList
ServletContext
在 Struts1 下,我会使用其中一个启动“ plug-in
s”(定义在 中struts-config.xml
)。是否有与 Struts2 实现相同结果的等效方法?
或者(甚至更好),因为我的 webapp 使用在 Tomcat 中配置的 Spring 和 Spring's ContextLoaderListener
,我可以依赖 Spring 来代替吗?例如,通过创建一个声明一些适当的“ ApplicationAware
”接口的 bean...