
spring
iteye_21288
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring3.2 MVC框架搭建
最近struts2曝的漏洞比较严重,特别写上Spring MVC框架搭建及使用教程 最新的jar包请到Spring官方网站下载:http://www.springsource.org/spring-community-download 1、每个jar包得用处如下: org.springframework.aop--------------------Spring的面向切面编程,提供A...2013-07-29 10:04:33 · 111 阅读 · 0 评论 -
Spring3.2 MVC框架页面跳转及返回JSON内容
Action配置 package com.jlc.action; import java.util.ArrayList; import java.util.List; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestM...2013-07-29 10:08:14 · 189 阅读 · 0 评论