青青子衿,悠悠我心
posts - 15, comments - 6, trackbacks - 0, articles - 0
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
SpringFramework web.xml 配置例子
Posted on 2007-12-24 15:16
thomas.chen
阅读(1193)
评论(0)
编辑
收藏
所属分类:
SpringFramework
一、UTF-8的Request字符集设定
<
filter
>
<
filter
-
name
>
encodingFilter
</
filter
-
name
>
<
filter
-
class
>
org.springframework.web.filter.CharacterEncodingFilter
</
filter
-
class
>
<
init
-
param
>
<
param
-
name
>
encoding
</
param
-
name
>
<
param
-
value
>
UTF
-
8
</
param
-
value
>
</
init
-
param
>
</
filter
>
<
filter
-
mapping
>
<
filter
-
name
>
encodingFilter
</
filter
-
name
>
<
url
-
pattern
>*
.
do
</
url
-
pattern
>
</
filter
-
mapping
>
二、加载SpringFramework配置文件
<
listener
>
<
listener
-
class
>
org.springframework.web.context.ContextLoaderListener
</
listener
-
class
>
</
listener
>
<
context
-
param
>
<
param
-
name
>
contextConfigLocation
</
param
-
name
>
<
param
-
value
>/
WEB
-
INF
/
conf
/
applicationContext
*
.xml
</
param
-
value
>
</
context
-
param
>
三、配置文件的默认约定
加载/WEB-INF/conf下面所有以applicationContext打头的xml文件。常见的文件有:
applicationContext.xml : 常量资料配置文件;
applicationContext-datasource.xml :数据库资料配置文件
applicationContext-service.xml :服务资料配置文件
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
Powered by:
BlogJava
Copyright © thomas.chen
日历
<
2007年12月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(2)
给我留言
查看公开留言
查看私人留言
随笔分类
DataBase
Hibernate(3)
Java Basic(1)
Java Enter Tech(1)
JavaScript(3)
NetWork
Ruby Study(2)
SpringFramework(1)
XML(1)
快乐美食(2)
项目管理(1)
随笔档案
2009年4月 (1)
2008年8月 (1)
2008年3月 (2)
2008年1月 (9)
2007年12月 (1)
搜索
最新评论
1. re: Jarkata Common Email
2sa2dasd
--dsad
2. re: Ruby语法基础
共 产 党的 官 都是 他 妈 的 贪,迟早会玩完的
--青青
3. re: Ruby语法基础[未登录]
消 灭 共 产 党
--无语
4. re: Ruby 之一 在windows xp系统上运行Ruby程序
Good! Thank you for your share!
--Felicia
5. re: Ruby语法基础
无语,就这样进来了
--www
阅读排行榜
1. Ruby 之一 在windows xp系统上运行Ruby程序(6332)
2. Jarkata Common Email(2158)
3. Ruby语法基础(1833)
4. SpringFramework web.xml 配置例子(1193)
5. 各式蛤蜊(703)
评论排行榜
1. Ruby语法基础(4)
2. Ruby 之一 在windows xp系统上运行Ruby程序(1)
3. Jarkata Common Email(1)
4. JavaScript Regular Expression(0)
5. 各式蛤蜊(0)