Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- HP
- 삼성 메모리
- VMwareTools
- Windows 7
- jQuery
- php
- ddos
- 이클립스 플러그인
- PDA
- 이클립스 설정
- 한메일
- XP 설치
- Internet Explorer 8
- 파워블로그
- 옴니아2
- Ajax
- 오좀니아
- 한메일 pop
- VMware
- Live Mesh
- HP 신제품
- IE8
- 파블애드
- USB 레지스트리
- DDos 전용 백신
- 윈도우 7
- 이클립스
- 오즈 옴니아
- 한메일 smtp
- IE 8
Archives
- Today
- Total
엉망진창
prototype.js 본문
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 |