다른 페이지로 프로그램의 제어를 이동할 때 사용되는 대표적 두 가지 기술
- respones.sendRedirect() 내장객체
- jsp:forward 액션태그
다른 페이지로 프로그램의 제어를 이동할 때 사용되는 대표적 두 가지 기술
Include action tag?
include 액션 태그는 include 디렉티브(<%@include>) 와 같이 다른 페이지를 현재 페이지에 포함시킬 수 있다. include 디렉티브는 단순하게 소스의 내용이 텍스트로 포함 되지만 include 액션 태그는 포함시킬 페이지의 처리 결과를 포함시킬 수 있다.
대표적으로 request, response, session 등이 있다.
이번 예는 request 를 중심으로 만든 회원가입 페이지이다.
Continue readingPersonalize content with Cookie
Continue readingTracking user actions with session
Continue readingJSP, Servlet 공부를 시작했다.
자바를 이용해 어떻게 웹과 연동하는지 늘 궁금했는데 해답이 코 앞에 있었다.
HTML과 JSP를 연동해서 하나의 웹을 만들 수 있다는 것에 벅찼다.
Continue readingBasket Challenge
Continue readingSlowly and Steadily
Web BackEnd Developer