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