Martin Fowler 의 library 와 framework 정의 library A library is essentially a set of functions that you can call, these days usually organized into classes. Each call does some work and returns control to the client. 라이브러리는 개발자가 호출할 수 있는 필수적인 함수의 집합이다. 요즘은 보통 클래스로 구조화된다. 각각의 호출은 주어진 일을 하고 클라이언트에게 제어권을 넘겨준다. framework A framework embodies some abstract design, with more behavior built in. In order to..
MobiScroll 을 사용하던 중...안드로이폰에서 반응속도 너무 떨어져서 다른 모듀을 찾다가 발견한 Dojo ..이름은 많이 들어봤는데..막상 사용하려하니..이거 무지 어렵게 보인다..도무지 문서도 찾을 수 없고 jQuery “jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.” source: http://jquery.com/ 장점 가장 인기있다 ..