prototype.js는 JavaScript Framework이다. 아니, Ajax Framework이라고 표현하는 것이 더 적절하다. Framework이 의미하듯이 자바스크립트로 애플리케이션을 개발하기 쉽도록 많은 Utility 함수를 포함하고 있으며 자바스크립트 자체의 오브젝트 및 클래스를 확장한 오브젝트와 클래스를 제공한다. 또한, prototype.js 자체적으로 제공하는 오브젝트와 클래스가 있다.

자바스크립트 framework이라고 해서 자바스크립트만 다루고 있는 것은 아니다. Ajax의 기본 기능인 비동기 통신과 동기 통신을 위한 클래스를 제공하고 있다.

Download

Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.

Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

'Web(웹) Study > Java Script' 카테고리의 다른 글

자바스크립트와 쿠키(cookie) 사용법  (2) 2008.03.10
웹 비표준 innerHTML  (0) 2008.03.10
Ajax 관련 링크들...  (0) 2008.02.27
js :: 팝업메뉴 생성하기  (0) 2008.01.18
자바 스크립트에서 HTTP 요청하기  (0) 2008.01.18

+ Recent posts