大牛,帮帮忙。关于Tomcat服务器启动时自动加载数据的问题。
我想做一个下拉框数据字典的配置,要求项目加载时,将数据字典添加到缓存。思路我大概清楚,就是代码不会写。虚心求教,怎么配置ContextLoaderListener;实现s...
我想做一个下拉框数据字典的配置,要求项目加载时,将数据字典添加到缓存。思路我大概清楚,就是代码不会写。虚心求教,怎么配置ContextLoaderListener;实现spring注入怎么配置的web.xml;配置好这两个东西,就行了吗?
展开
1个回答
展开全部
是SSH框架,数据和JSP交互的那种吗?
ContextLoaderListener这么在struts前配置:
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
其他的看你用什么框架了...
ContextLoaderListener这么在struts前配置:
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
其他的看你用什么框架了...
更多追问追答
追问
我没用struts,框架是ibatis+spring;listener不是在web.xml中写吗?还有,我的listener调成功了,主要是spring那里怎么配置bean才能实现数据库注入到实体。
追答
我还没学ibatis= =不过spring注入还是理解的.
spring注入有XML配置和注解注入.
注解用的比较多,也更方便,你是要那种注入方式?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询