Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 전화걸기
- Menu
- mybatis
- paint
- 안드로이드
- 예외처리
- OGNL
- Eclips
- JSP
- AWT
- oracle
- 배열
- 기본
- 이클립스
- 메소드
- 클래스
- HTML
- 메서드
- 에러페이지
- JavaScript
- 어노테이션
- layout
- struts2
- 오버로딩
- Spring
- 생성자
- Graphic
- 국제화
- Android
- Java
Archives
- Today
- Total
목록설치&셋팅 (1)
note
2.0.14 백업 http://struts.apache.org 기본 설정 프로젝트 생성 생성됨 쓸모 없는 파일들 지우기 필수 요소 web.xml Struts2Main struts2 org.apache.struts2.dispatcher.FilterDispatcher struts.i18n.encoding utf-8 struts2 /* index.html package -> tutorial class -> HelloWorld 기본 동작 확인을 위한 생성 HelloWorld.java package tutorial; import com.opensymphony.xwork2.Action; public class HelloWorld implements Action{ private String message; publi..
JSP/Struts2
2012. 2. 20. 16:51