본문 바로가기

분류 전체보기

(253)
Resin + Eclipse 작업환경 Resin 다운로드. http://www.caucho.com/download/ Eclipse에서 Help - Install New Software.. Name : Caucho Resin Location : http://caucho.com/eclipse 인스톨 하면 하고 restart Window - Preferences - Server 보면 Resin 등장 Resin Charset 설정 resin.conf 파일에서
HTML5 실전 가이드. (PDF문서) 출처 : http://webstandards.or.kr/html5
프록시 우회 프로그램 ultraSurf http://www.ultrareach.com/
Ajax XMLHttpRequest http://skyunoe.blog.me/20108801554 Ajax를 구현하는 핵심 JavaScript 객체는 XMLHttpRequest이다. Ajax가 추구하는 새롭고 놀라운 기능을 실제로 구현하기 위해서는 이 객체에 대해 완전히 익숙해 져야 한다. 아래는 XMLHttpRequest객체가 지원하는 Method 및 Properties들을 정리한 것이다. Method open(): 새로운 요청을 서버에 설정함. send(): 요청을 서버에 전송함. abort(): 현 요청에서 벗어남. readyState: 현 HTML 준비상태를 제공함. responseText: 요청에 응답하기 위해 서버에서 재전송하는 텍스트. Properties onreadystatechange : XMLHttpRequest객체의 상..
struts2 - TagLibrary http://struts.apache.org/2.0.14/docs/tag-reference.html Generic Tags Generic Tag Reference Struts Generic Tags control the execution flow as pages render. Control Tags if elseIf else append generator iterator merge sort subset Data Tags a action bean date debug i18n include param property push set text url UI Tags UI Tag Reference Struts UI Tags display data in rich and reusable HTML. Form Tags ..
struts2 - 액션클래스 비교. POJO 객체 - 의존성이 없으므로 독립적인 작업에 좋다. ActionSupport Class 상속 - Result Code (ERROR, INPUT, SUCCESS, LOGIN, NONE) 사용이 가능. - 유효성 검사나 properties 파일정보를 쉽게 가져올 수 있다. Action, ModelDriven, Preparable Interface를 상속받았다면 - Result Code (ERROR, INPUT, SUCCESS, LOGIN, NONE) 사용이 가능. - excute() 메소드를 오버라이딩해야 함. - Modeldriven을 사용하면 model class 와 의존성을 줄일 수 있다. - Preparable 을 사용하면 excute() 메소드가 실행되기 전에 다른 로직을 사용할 수 있다. ..
struts - UTF-8 설정 (인코딩설정) strtus2 연습을 위한 web.xml이다. struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 UTF-8 설정 struts.i18n.encoding UTF-8 struts2 /* 인코딩 설정부분. - 각 서버 제품 관련 encoding 설정은 별도로 수정해야 함. 예> tomcat 설정 - http://fallacy.tistory.com/211
[Tomcat] server.xml 에서 한글 인코딩 설정. 추가