
Rest
Cages
care about your craft
展开
-
Rest 概念
整理一下分享的ppt:About URL•identifies a web resource •Addressable•many to one•:About representation •a view of a resource’s state at an instant in time. This viewis encoded in one o原创 2012-06-19 18:00:02 · 858 阅读 · 0 评论 -
Rest in sping 3.x and servlet
dispacther org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath*:/dispacther-servlet.xml 1 dispacther /service/* HiddenHttpMethodFilter原创 2012-06-19 18:08:14 · 959 阅读 · 0 评论 -
rest in spring 2.x
Rest in spring 2.x:@Path("/number/")@Component@Scope("singleton")public class NumberService { @POST @Consumes( { "application/x-www-form-urlencoded" }) @Produces( { "text/plain" })原创 2012-06-19 18:04:18 · 779 阅读 · 0 评论