본문 바로가기
spring

spring framewrok MVC - 1 ( 부제 : Hello world! )

by devante 2014. 10. 28.



일단 이클립스에서 프로젝트 생성.. 뭐 wizard 가 있으니 생성은 가뿐 -_-






*** 이정도까지 캡처해서 올려야되나 ㅡㅡ;;


아래는 야심차게 생성한 프로젝트 폴더 구조 -_-



이제 프로젝트에서 Run on Server 감행 ( *** 물론 톰캣서버를 이클립스에 설치한 전제하에 -_- )






앗~! 한글이 깨진다 -_- home.jsp 에 아래 빨간색 구문 추가;;


home.jsp

<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page session="false" %>
<html>
<head>
    <title>Home</title>
</head>
<body>
<h1>
    Hello world!  
</h1>

<P>  The time on the server is ${serverTime}. </P>
</body>
</html>



이제 안깨짐 -_-



첨부 이미지가 많아서 일단 hello world! 찍는 수준에서 정리 -_-




반응형

댓글