Presentation is loading. Please wait.

Presentation is loading. Please wait.

3강. JSP 맛보기 JSP 문서 작성 하기 JSP 아키텍처 Lecturer Kim Myoung-Ho Nickname 블스

Similar presentations


Presentation on theme: "3강. JSP 맛보기 JSP 문서 작성 하기 JSP 아키텍처 Lecturer Kim Myoung-Ho Nickname 블스"— Presentation transcript:

1 3강. JSP 맛보기 JSP 문서 작성 하기 JSP 아키텍처 Lecturer Kim Myoung-Ho Nickname 블스

2 3-1. JSP문서 작성 하기 Controller (servlet) View (JSP) Model JSP특징
- 동적 웹어플리케이션 컴포넌트. - .jsp 확장자. - 클라이언트의 요청에 동적으로 작동하고, 응답은 html을 이용. - jsp는 서블릿으로 변환되어 실행 - MVC패턴에서 View로 이용됨. Controller (servlet) request View (JSP) Model response

3 3-1. JSP문서 작성 하기 1. 프로젝트 생성

4 3-1. JSP문서 작성 하기 1. 프로젝트 생성

5 3-1. JSP문서 작성 하기 2. jsp파일 생성

6 3-1. JSP문서 작성 하기 3. jsp파일 실행

7 (helloworld_jsp.java) class file (helloworld_jsp.class)
1) 아키텍처 .jsp file (helloworld.jsp) Java file (helloworld_jsp.java) class file (helloworld_jsp.class) Java파일로 변환 컴파일 2) 생성 파일 위치


Download ppt "3강. JSP 맛보기 JSP 문서 작성 하기 JSP 아키텍처 Lecturer Kim Myoung-Ho Nickname 블스"

Similar presentations


Ads by Google