관리 메뉴

엉망진창

prototype.js 본문

Study_Web/JSP

prototype.js

엉망진창 2008. 3. 5. 17:00

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.

'Study_Web > JSP' 카테고리의 다른 글

JSTL 기초, Part 1: Expression Language  (0) 2008.06.10
JSTL foreach 예제  (0) 2008.04.02
자바 자주쓰는 형변환  (0) 2008.02.18
이클립스 플러그인[펌]  (0) 2008.01.30
빈 태그  (0) 2008.01.29