jsp
-
๋ฌธ์ ์ JSP ์์ JSTL์ ํ์ตํ๊ณ ์๋ ๋์ค์ ์๋ชป๋ ๋ถ๋ถ์ด ์กด์ฌํ์ง ์๋๋ฐ ์๋ฌํ์๊ฐ ์๊ธธ๋๊ฐ ์์ต๋๋ค. ์ด๋ ๊ฒ ์๋ฌ๋ java Library์ Tomcat ์ ๋ฃ์ด์ฃผ์ง ์์์ ๋ฐ์ํ๋ ๋ฌธ์ ์ ๋๋ค. ๊ทธ๋ผ ํฐ์ผ์ library์ ๋ฃ์ด ์ ๋นจ๊ฐ ์๋ฌ ํ์๋ค์ ์์ ์ค์๋ค. ํด๊ฒฐ๋ฐฉ๋ฒ ํ๋ก์ ํธ ํญ -> Properties -> Java Build Path -> Libraries -> Add Library -> Server Runtime -> Apache Tomcat v8.0 =========1. ํด๋น ํ๋ก์ ํธ์ Properties =========2. Java Build Path -> Libaries -> Add Libarary =========3. Server Runtime ์ ํ =========4. ..
[JSP] JSTL ์๋ฌ ์๋๋ฐ ๋นจ๊ฐ ์ค ์๊ธฐ๋ ์ด์ ?๋ฌธ์ ์ JSP ์์ JSTL์ ํ์ตํ๊ณ ์๋ ๋์ค์ ์๋ชป๋ ๋ถ๋ถ์ด ์กด์ฌํ์ง ์๋๋ฐ ์๋ฌํ์๊ฐ ์๊ธธ๋๊ฐ ์์ต๋๋ค. ์ด๋ ๊ฒ ์๋ฌ๋ java Library์ Tomcat ์ ๋ฃ์ด์ฃผ์ง ์์์ ๋ฐ์ํ๋ ๋ฌธ์ ์ ๋๋ค. ๊ทธ๋ผ ํฐ์ผ์ library์ ๋ฃ์ด ์ ๋นจ๊ฐ ์๋ฌ ํ์๋ค์ ์์ ์ค์๋ค. ํด๊ฒฐ๋ฐฉ๋ฒ ํ๋ก์ ํธ ํญ -> Properties -> Java Build Path -> Libraries -> Add Library -> Server Runtime -> Apache Tomcat v8.0 =========1. ํด๋น ํ๋ก์ ํธ์ Properties =========2. Java Build Path -> Libaries -> Add Libarary =========3. Server Runtime ์ ํ =========4. ..
2019.11.20 -
BbsCont.java ์ ์ฒด ์ฝ๋ package kr.co.basicspring.test02; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.filter.CharacterEncodingFilter; //@Contr..
2019/10/15 Spring ์์ฒญ ๋ช ๋ น์ด ๋ฅผ ๋ฐ๋ ๋ค์ํ ๋ฐฉ์ & Filter(ํํฐ)BbsCont.java ์ ์ฒด ์ฝ๋ package kr.co.basicspring.test02; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.filter.CharacterEncodingFilter; //@Contr..
2019.10.15