Web Security Service Model

Web Security Service Model
Web Security Service Model  Security Service Model은 다음과 같은 6가지로 분류 할 수 있다. 1. Session-based security 2. HTTP Basic Authentication 3. Digest Authentication 4. Certificate Based security 5. XAuth 6. OAuth 1. Session...

Richardson's Maturity Model

Richardson's Maturity Model - (RMM)은 Leonard Richardson에 의해서 개발된 REST 기반의 웹 서비스 분류법이다. - 4단계로 분류하고 있다. Richardson's Maturity Model - RMM은 서로다른 웹 서비에 대해서 이들간의 디자인, 이점, 균형들에 대해서 이해할 수 있도록 해준다. Level Zero :   -...

HTTP Status Code

HTTP Status Code
Http Status Code 분류  1. Informational Codes :    - 서버가 요청을 받아 들였으나 아직 끝나지 않은 상태를 의미한다.    - 100 번대 코드 2. Success Codes :    - 요청을 성공적으로 수신했고 처리 했음을 의미한다.    - 200 번대...

Spring Boot Part01

Spring Boot Part01
Spring Boot  - Spring Boot의 주요 feature 1. Spring Boot starters     - Spring Boot starters는 하나의 dependency로 필요한 많은 공통의 의존성을 모아놓은 것이다.     - Maven이나 Gradle에서 간단히 추가해서 사용할 수 있다. 2. Autoconfiguration  ...