※ JSP 구성 요소 1. driective ① page, include, taglib ② <%@ ~~ %> 2. scriptlet ① <% Java Code %> 3. expression ① <%= ~~ %> 4. declaration ① 멤버 변수, 클래스 변수, 메소드 정의부 ② <%! ~~ %> 5. comment(주석) ① JAVA : //, /* ~ */, /** ~ */ ② HTML :
- //> ③ JSP : <%-- --%> 6. 기본객체 : implicit object - 9개 7.
EL & JSTL ① 표현 언어 : expression language ② 태그 라이브러리 : JavaServer Pages Standard Tag Library 8. Action Tag ①
#
comment
#
declaration
#
directive
#
expression
#
JSP
#
JSP구성요소
#
scriptlet