본문 바로가기

Development

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/ 더보기
EJB 관련 서적 메모 Core Java 1. Thinking in Java (3rd Edition) - 대웅미디어 2. Java How to Program (4th Edition) – 피어슨에듀케이션코리아 (DEITEL) 3. (New) Java2 Programming Bible – 정보문화사 (DEITEL) - JDK 1.4 튜토리얼 – 인포북 (Manning) - JAVA Tip & Tuning Technic - 크라운출판사 Network / Web 1. Beginning Java Databases – 정보문화사 (Wrox) 2. Java Network Progrmmnig (2nd Edition) – 인포북 (Manning) 3. Web Development with JavaServerPages (2nd Edition) .. 더보기