MVC : Model-View-Controller

  • Model : 백그라운드에서 동작하는 로직 처리
  • View : 사용자가 보게 될 화면을 처리
  • Controller : 사용자의 입력처리와 흐름제어를 담당
Continue reading

Java Bean?

자바 빈(Bean)이란?

  • 웹 페이지를 구축하다보면 같은 기능을 갖지만 페이지 구성이 달라질 경우 같은 수고를 반복할 경우가 있다. Continue reading

Include action tag?

include 액션 태그는 include 디렉티브(<%@include>) 와 같이 다른 페이지를 현재 페이지에 포함시킬 수 있다. include 디렉티브는 단순하게 소스의 내용이 텍스트로 포함 되지만 include 액션 태그는 포함시킬 페이지의 처리 결과를 포함시킬 수 있다.


Continue reading

JSP 내장객체

in JSP

JSP 내장객체란?

  • 자주 사용되는 객체(클래스 9개)로 별도의 선언 없이 사용 가능하다

대표적으로 request, response, session 등이 있다.

이번 예는 request 를 중심으로 만든 회원가입 페이지이다.

Continue reading

jsp-jspl

in JSP

JSTL이란?

  • JSP에서 자주 사용하는 기능을 구현하는 커스텀 태그와 라이브러리의 모음이다.
Continue reading

JSP Session object

in JSP

Session Object

  1. JSP session is created once for user’s browser session unique for this user.
  2. Commonly used when you need to keep track of the user’s actions. ex)shopping cart, online banking.
Continue reading

Jay Chung

Slowly and Steadily


Web BackEnd Developer