분류 전체보기(34)
-
[SOAP] SOAP 개요
SOAP 개요 출처 : https://ko.wikipedia.org/wiki/SOAPSOAP(Simple Object Access Protocol) 일반저긍로 널리 알려진 HTTP, HTTPS, SMTP 등을 통해 XML 기반의 메시지를 컴퓨터 네트워크 상에서 교환하는 프로토콜이다. SOAP은 웹 서비스에서 기본적인 메시지를 전달하는 기반이된다. SOAP에는 몇가지 형태의 메시지 패턴이 있지만, 보통의 겨우 원격 프로시져 호출(Remote Procedure Call:RPC) 패턴으로, 네트워크 노드(클라이언트)에서 다른 쪽 노드(서버)쪽으로 메시지를 요청 하고, 서버는 메시지를 즉시 응답하게된다. SOAP은 XML-RPC와 WDDX에서 envelope/header/body로 이루어진 구조와 전송(tran..
2017.02.09 -
[Spring Cloud Zuul] What is Zuul?
What is Zuul? What is Zuul? Zuul is the front door for all requests from devices and web sites to the backend of the Netflix streaming applicationZuul 은 장치 및 웹 사이트에서Netflix 스트리밍 응용 프로그램의 백엔드에 대한 모든 요청 처리를 하기위한 front door 입니다. As an edge service applicationedge 서비스 응용프로그램 Zuul is built to enable dynamic routing, monitoring, resiliency and securityZuul은 동적 라우팅, 모니터링, 탄력성 및 보안 기능을 제공합니다. It also ha..
2017.01.18 -
AMQP (Advanced Message Queuing Protocol
AMQP (Advanced Message Queuing Protocol 메세지 미들웨어용 표준 프로토콜. 애플리케이션 레이어 프로토콜메시지 전달을 3가지 방식 중 하나로 보장함.at-most-once : 각 메세지는 한번만 전달되거나 아예 전달되지 않음.at-least-once : 각 메세지는 최소 한번이상 전달되고 여러번 전달 될 수 있음.exactly-once : 메세지는 딱 한번만 전달됨. 정의하고 있는 주요기능메시지 관리큐잉(queuing)라우팅(점대점, 발행/구독 포함)신뢰성보안 AMQP 에서는 데이터의 기본단위를 프레임(frame)이라고 함. 메세지 초기화/관리/전송등을 위한 9개의 프레임 바디(frame body)가 있음. [참고] 1. AMQP (Advanced Message Queuing..
2017.01.11 -
[Spring Integration] Spring-integration-samples
Spring-integration-samples Spring-integration-samples Related GitHub proejects DSL (Domain Specific Language, 도메인 특화 언어) Basicamqp - Demonstrates the functionality of the various AMQP Adapters다양한 AMQP 어댑터의 기능을 보여줍니다. barrier - Show how to suspend a thread until some asynchronous event occurs비동기 이벤트가 발생할 때 까지 스레드를 일시 중지하는 방법을 보여줍니다. control-bus Demonstraates the fundctionality of the Control Bus컨..
2017.01.11 -
[Spring] RestTemplate 웹(API서버) 요청
보호되어 있는 글입니다.
2017.01.10 -
[Spring JPA] Spring Data - JPA 기본작업흐름
보호되어 있는 글입니다.
2017.01.10