JSP JavaServer Pages
- JSP(Java Server Pages)๋ HTML ๋ด๋ถ์ Java ์ฝ๋๋ฅผ ๋ฃ์ด ๋์ ์ธ ์น ํ์ด์ง๋ฅผ ์์ฑํ๋ ์น ์ดํ๋ฆฌ์ผ์ด์
๋๊ตฌ
Prerequsite
WebApp
Syntax
- ์คํฌ๋ฆฝํ๋ฆฟ Scriptlet
- Control Flow
- Conditional
- Loop
- Operator
- Literal
- ์ ์ธ๋ถ Declaration
- ์ง์์ด Directive
- <%@ page %>
- <%@ include %>
- <%@ taglib %>
- ์ก์
Action
- ๋ด์ฅ ๊ฐ์ฒด Implicit Object
- request
- response
- out
- sessioin
- application
- config
- pageContext
- page
- exception
- ์ฃผ์ Comment
- ์ปค์คํ
ํ๊ทธ Custom Tag
- EL Expression Language
ref