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 | 31 |
Tags
- AWT
- Eclips
- 배열
- 전화걸기
- struts2
- oracle
- Menu
- Android
- 메서드
- 이클립스
- 에러페이지
- 메소드
- 클래스
- Java
- JavaScript
- 예외처리
- Graphic
- 어노테이션
- 기본
- 오버로딩
- mybatis
- JSP
- OGNL
- layout
- 안드로이드
- 생성자
- 국제화
- HTML
- paint
- Spring
Archives
- Today
- Total
목록스트럿츠2 (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