Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 백준
- 코딩
- 스프링
- 코딩테스트
- 읽기쉬운코드
- Elasticsearch
- 엘라스틱서치
- 개발자
- 자바
- 그리디
- framework
- 그리디알고리즘
- Java
- database
- 알고리즘
- 애자일기법
- spring boot
- JPA
- Spring
- 코드
- ES
- 개발
- mongoDB
- 프레임워크
- API
- 애자일프로그래밍
- 클린코드
- 데이터베이스
- cleancode
- Baekjoon
Archives
- Today
- Total
목록Client (1)
튼튼발자 개발 성장기🏋️
#2 : RESTful Architecture Style
REST를 구성하는 아키텍처 스타일을 모아보았다. Client - Server Stateless Cache Uniform Interface Layered System Code On Demand (이 녀석은 Optional) 잘 보면 HTTP API만 잘 지켜져도 다 만족할 수 있는 녀석들이다. 그러나 4번 Uniform Interface라는 녀석만이 지켜지기 어렵다. Uniform Interface의 4가지 제약조건이 있다. Identification of resources Manipulation of resources through representions self descriptive messages hypermedia as the engine of application state 이 중에서도 3번 ..
API/RESTful
2020. 4. 25. 15:15