티스토리 뷰

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/

장점

  • 가장 인기있다
  • 사용하기 쉽고 이해하기 쉽다
  • 코어 라이브러리의 사이즈가 작다
  • ajax 속도가 빠르다
  • 작은 규모의 웹 사이트에 적당하다.

단점

  • 객체 지향 프로그래밍으로 사용하기 어렵다.
  • 플러그인을 제공하지만 모든 플러그인이 확인되지 않았다.
  • 라이브러리이다.

Dojo Toolkit

“Dojo saves you time, delivers powerful performance, and scales with your development process. It’s the toolkit experienced developers turn to for building superior desktop and mobile web experiences.” source: http://dojotoolkit.org/

장점

  • 파이어폭스에서 디버깅할 수 있다.
  • Zend Framework에 통합되었다
  • 계층적인 패키지 시스템으로 로딩이 빠르다
  • Dojo는 프레임워크이다.
  • 규모가 큰 시스템에 적합하다.

단점

  • 온라인 문서가 별로다.

참고자료

댓글