随笔分类 -  Spring【MVC】

摘要:页面代码:/css/ajaxfileupload.css" rel="stylesheet" /> ... 阅读全文
posted @ 2014-04-18 17:25 聆听自由 阅读(6086) 评论(0) 推荐(1)
摘要:~~~~~~~~~~~~~~配置文件结构~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1.web.xml main org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:spring/main-servlet.xml 1 main ... 阅读全文
posted @ 2014-04-10 08:42 聆听自由 阅读(226) 评论(0) 推荐(0)
摘要:text/plain;charset=UTF-8 阅读全文
posted @ 2014-04-09 18:13 聆听自由 阅读(283) 评论(0) 推荐(0)
摘要:扫描指定的包中的类上的注解,常用的注解有: @Controller 声明Action组件 @Service 声明Service组件 @Service("myMovieLister") @Repository 声明Dao组件@Component 泛指组件, 当不好归类时.@RequestMapping("/menu") 请求映射@Resource 用于注入,( j2ee提供的 ) 默认按名称装配,@Resource(name="beanName")@Autowired 用于注入,(srping提供的) 默认按类型装配@Transacti 阅读全文
posted @ 2014-04-03 16:14 聆听自由 阅读(274) 评论(0) 推荐(0)
摘要:一句实际做了以下工作:(不包括添加自己定义的拦截器)我们了解这些之后,对Spring3 MVC的控制力就更强大了,想改哪就改 ... 阅读全文
posted @ 2014-04-03 15:52 聆听自由 阅读(331) 评论(0) 推荐(0)