본문 바로가기

Hot Tech Reference28

Node.js "Evented I/O for V8 JavaScript" V8 자바스크립트 엔진과 추가적인 프레임웍으로 구성주요 기능 : Evented I/O, 파일 처리, 네트워크 I/O등네트워크 I/O : TCP, UDP, DNS, HTTP, IRC, FTP등 즉, Node.js는 javascript언어를 인터프리트해서 실행시켜주고, 별도의 유용한 라이브러를 제공해 주는 실행환경이다. 또, Node.js는 손쉽게 웹서버를 구현할 수 있는 방법을 제공해 준다. 그것도 기존 웹서버와는 전혀 다른 방식의 http request 처리 방법과 빠른 속도를 자랑한다. 기존 웹서버의 경우 http request당 하나의 thread가 생겨서 동시 요청에 제한이 있고, 시스템 부하가 많이 걸린다. 반면에 Node.js는 Event.. 2012. 5. 22.
Spring Redirect 이제 redirect에도 @Pathvalueable이 적용 가능해졌다.parameter로 덕지덕지붙은 redirect url을 더이상 안봐도 된다는것. 출처 : http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/web/servlet/mvc/support/RedirectAttributes.htmlorg.springframework.web.servlet.mvc.support Interface RedirectAttributesAll Superinterfaces:ModelAll Known Implementing Classes:RedirectAttributesModelMappublic interface RedirectA.. 2012. 5. 7.
Websocket 웹소켓에 관한 자료입니다.http://devnote.tistory.com/198htp://devnote.tistory.com/197http://www.slideshare.net/hiscale/111015-html5-1http://www.slideshare.net/hiscale/111217 웹소켓을 구현하는 node.js에 관한 자료입니다.http://devnote.tistory.com/197 java기반 웹소켓을 구현하는 예제자료입니다.http://caniuse.com/#feat=websockets 브라우저별 웹소켓 지원현황입니다.http://caniuse.com/#feat=websockets 정말 필요한 핵심 자료 (Web Presentation)http://blog.outsider.ne.kr/543 .. 2012. 4. 19.
MS, ‘윈도우용 키넥트’ 정식 출시 http://www.bloter.net/wp-content/bloter_html/2012/02/94583.html 2012. 2. 3.