• java 제네릭스

    본 문서는 Oracle의 Java Document 중 Generics 부분을 발췌하여 번역한 문서입니다. 원래 의미를 정확하게 표현하기 위해, 필요한 경우 원문을 괄호 안에 표기하였습니다. This document is a translation of documents in Hangul excerpts of the Generics part of Oracle’s Java Document. In order to understand the original meaning correctly, the original...


  • Spring MVC 경로 설정

    목표 크게 3가지 타입의 요청을 수신해서 처리 결과를 리턴한다. UI page Ajax 기반 Service 전문 요청에 Media Type을 포함하여 해당하는 Media type으로 결과를 리턴한다. Url UI Page 요청 ~/{media type}.page/{page id} Ajax 기반 Service 요청 ~/{media type}.service/{service id} 전문 요청 ~/{media type}.message/{message id} Web Project 구조 java controllers resources contexts...