컴퓨터/프로그래밍2013. 11. 1. 12:55

WAS(Windows Process Activation Service) 는 IIS(인터넷 정보 서비스) 프로세스 모델을 일반화한 것으로 HTTP 에 대한 종속성이 제거되었다.

 

이전에는 HTTP 응용 프로그램에서만 사용할 수 있었던 IIS 의 모든 기능을 HTTP 프로토콜을 사용하지 않는 WCF(Windows Communication Foundation) 응용 프로그램에서 사용할 수 있게 되었다.

 

IIS 7.0 은 HTTP 를 통하여 메시지 기반으로 활성화된 WAS 를 사용하고 있다.

 

Posted by jungtae17
컴퓨터/유틸리티2013. 10. 31. 17:56

 

Postman : http://www.getpostman.com/

 

  - 크롬 웹 브라우저의 앱으로 웹 서비스를 테스트 하기에 좋은 HTTP 클라이언트

  - 다양한 형식의 HTTP Request 를 생성할 수 있다. (XML / JSON 형식도 가능)

  - Web API 를 테스트할 때 유용할 것 같다.

 

Posted by jungtae17
컴퓨터/프로그래밍2013. 10. 29. 12:43

 

APN / APNS (Apple Push Notification Services)

 : https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG

 

 

 

GCM (Google Cloud Messaging for Android)

 : http://developer.android.com/google/gcm

 

Posted by jungtae17
컴퓨터/프로그래밍2013. 10. 23. 15:36

Authentication - 신원 인증

 

Authorization - 권한 승인

 

Posted by jungtae17
컴퓨터/유틸리티2013. 10. 19. 21:42

 

YouTube Video Download

 

유튜브 웹 페이지에서 동상영 다운로드가 가능하도록 해주는 자바스크립트

 

홈페이지> http://rossy2401.github.io/youtube-video-download/

 

Firefox, Chrome, Opera 에서 사용 가능하며 설치는 홈페이지 참고한다.

 

Posted by jungtae17