본문 바로가기

Development/Coding

pageEncoding 디렉티브 EUC-KR 세팅 2002년 10월 29일 화요일 [http://www.iasandcb.pe.kr/blog2/] 에서 발췌했습니다. JSP 2.0의 page 지시자의 pageEncoding 속성에 대한 JSP 설정 방식에 대한 얼개 분석 JSP 1.2부터 page 지시자에는 pageEncoding이라는 속성이 포함되었지만, 이 속성이 contentType에서의 인코딩 설정(예: text/html;charset=euc-kr)과 개념상 유사하면서 상호 관계와 적용에 대한 정리가 되지 않았으나, JSP 2.0에서는 pageEncoding은 JSP 페이지에 대한 인코딩, contentType은 JSP 페이지가 생성하는 응답의 인코딩이라는 기본 개념아래, pageEncoding 설정이 contentType을 상회하는 얼개를 규정하.. 더보기
DOJO 툴 킷 스트럿 2 에 지원하는 ajax 프레임웍. IBM DW 에서 발췌했다. http://www.ibm.com/developerworks/kr/library/tutorial/wa-dojowidgets/index.html Igor Kusakov, Web client lead developer, IBM 정리해서 한글 문서로 만들었습니다. 더보기
JSP request.getParameter() 이슈 하나 폼에서 넘어온 변수가 값을 가지지 않고 넘어올 경우 폼을 받는 쪽에서는 null 이 아니라 " " 빈칸(공백) 으로 넘어온다는 겁니다. request.getParameter("code").equals("") ==> true 지만 request.getParameter("code")==null ==> false 가 된다는 거죠 * 간단한데 자주 실수하는 부분이죠? 더보기
JavaServer Pages, 3rd Edition JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. It also includes detailed coverage of the major revisions to the JSP Standard Tag Library (JSTL) specification. Combining plenty of practical advice with detailed coverage of JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edi.. 더보기
이 녀석 뭐지? 그루비groovy http://groovy.codehaus.org/ 후덜덜... http://jus1170.tistory.com/4842 http://www.ibm.com/developerworks/kr/library/j-grails01158/ 더보기