2014年9月22日

Spring MVC添加支持Http的delete、put请求!(HiddenHttpMethodFilter)

摘要: 浏览器form表单只支持GET与POST请求,而DELETE、PUT等method并不支持,spring3.0添加了一个过滤器,可以将这些请求转换为标准的http方法,使得支持GET、POST、PUT与DELETE请求。1.配置springmvc配置文件springmvc-servlet.xmlHi... 阅读全文

posted @ 2014-09-22 20:25 atomgame的记事本 阅读(583) 评论(1) 推荐(0) 编辑

Introdution to Spring Mobile

摘要: 1. In Eclipse, create a new Maven Project using the spring-mvc-jpa-archetype.2. Add the spring-mobile-device dependency to pom.xml.[html] view plainco... 阅读全文

posted @ 2014-09-22 16:24 atomgame的记事本 阅读(228) 评论(0) 推荐(0) 编辑

导航