fm2013 유망주 키우기 1편 http://sswim.tistory.com/119
출처 : http://mycenes.wordpress.com/2010/09/16/clients-like-rest-part1/I do appreciate the versatility offered by REST-style web services when designing clients, and that’s precisely what I will be discussing in this series of posts. There is a lot to be said about a web-service approach such as REST where the client can use pretty much any HTTP-based API to retrieve/update/delete data. I will tak..
REST 방식으로 웹 서비스 구축하기Roger L. Costello, 이대엽 옮김 먼저 REST에 대해서 간략한 소개를 한 다음 REST 방식으로 웹 서비스를 구축할 수 있는 방법에 대해설명해 보도록 하겠습니다. REST란 무엇입니까?REST는 Roy Fielding의 박사학위 논문에서 [1] 만들어진 용어로서 네트워크로 연결된 시스템을 서술하는 아키텍처 스타일의 하나입니다. REST는 Representational State Transfer를 나타내는 약어입니다. Representational State Transfer로 불리는 이유는 무엇입니까?웹은 여러 리소스로 구성되어 있습니다. 리소스는 의미 있는 모든 항목을 말합니다. 예를 들면 Boeing Aircraft Corp에서는 747을 리소스로 지정..