- 博客(6)
- 资源 (10)
- 收藏
- 关注
原创 HttpClient 调用API
package main;import java.io.IOException;import java.io.UnsupportedEncodingException;import java.net.URI;import java.net.URISyntaxException;import java.util.ArrayList;import java.util.Lis...
2014-04-23 14:27:15 112
原创 (转)spring <context:annotation-config/>和<context:component-scan/>
在基于主机方式配置Spring的配置文件中,你可能会见到这样一条配置,他的作用是式地向 Spring 容器注册[color=red]AutowiredAnnotationBeanPostProcessor、CommonAnnotationBeanPostProcessor、PersistenceAnnotationBeanPostProcessor 以及 RequiredAnnotatio...
2014-03-04 10:33:40 102
原创 spring web.xml中加入RequestContextListener
如果用户使用spring的webApplicationContext,使用3种Bean的作用域:scope="request,session和globalSession".不过在使用这些作用域之前,首先必须在web容器中进行额外的配置如下,...org.springframework.web.context.request.RequestContex...
2014-02-26 16:52:36 509
原创 spring mvc web.xml配置context加载
以Tomcat为例,想在Web容器中使用Spirng MVC,必须进行四项的配置:修改web.xml,添加servlet定义、编写servletname-servlet.xml( servletname是在web.xm中配置DispactherServlet时使servlet-name的值) 、配置contextConfigLocation初始化参数、配置ContextLoaderLister...
2014-02-26 14:11:10 346
原创 spring mvc 配置基础实例
web.xml 配置: dispatcher org.springframework.web.servlet.DispatcherServlet 加载/WEB-INF/spring-mvc/目录下的所有XML作为Spring MVC的配置文件 contextConfigLocation /WEB-INF/...
2014-02-26 13:26:28 104
原创 Spring web.xml 中导入多个spring配置文件
Spring分为多个文件进行分别的配置,其中在servlet-name中如果没有指定init-param属性,那么系统自动寻找的spring配置文件为[servlet-name]-servlet.xml。当需要载入多个spring相关的配置文件时,首先加载ContextLoaderListener类,再指定context-param中指定多个spring配置文件,使用逗号分别隔开各个文件。为了...
2014-02-26 13:14:44 522 1
Richfaces 常用组件使用手册中文版
2013-03-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人