Contents
๐ฒ ์์ฒญ์ ๋ฐ๋ฅธ Servlet ์คํ ์์
๊ต์ฌ ๋ง์ ๊ทธ๋๋ก ๋ฒ ๋ผ์๋ฉด ๋ค์๊ณผ ๊ฐ๋ค
- ํด๋ผ์ด์ธํธ๋ก๋ถํฐ ์น์๋ฒ๊ฐ ์๋ธ๋ฆฟ ์คํ์์ฒญ ๋ฐ์
- ์น์๋ฒ๊ฐ ์๋ธ๋ฆฟ ์ปจํ
์ด๋์๊ฒ ์คํ์์ฒญ
- ์๋ธ๋ฆฟ ์ปจํ
์ด๋์ ํ์ฌ ์คํํ ์๋ธ๋ฆฟ์ด ์ต์ด์ธ์ง ํ๋จ
- ์ต์ด๋ก ์คํ๋๋ ์๋ธ๋ฆฟ์ด๋ฉด ๋ฉ๋ชจ๋ฆฌ์ ๋ก๋ฉ
- ์๋ธ๋ฆฟ ๊ฐ์ฒด ์์ฑ
- ServletConfig ๊ฐ์ฒด ์์ฑ
- init() ๋ฉ์๋ ์คํํ ๋ค, ์ฌ๊ธฐ์ ServletConfig ๊ฐ์ฒด๋ฅผ ๋๊ฒจ์ค
+) web.xml์ ์ค์ ํ ์๋ธ๋ฆฟ ์ ๋ณด ์ถ์ถํ๊ณ ์ ํ ๋๋ init()์ ์ธ์๋ก ๋์ด์ค๋ ServletConfig๋ฅผ ์ฌ์ฉ
โ๏ธ protected doGet()? public doGet()?
Reference
- HttpServlet class with example
https://beginnersbook.com/2013/05/http-servlet/