Struts 2 의 수련

Struts 2 를 수련 한 지 일주일 이 다 되 어 갑 니 다. 많이 알 게 되 었 습 니 다. Struts 1 보다 훨씬 간결 하고 명쾌 한 것 같 습 니 다. 마음 에 듭 니 다. 지금 도착:
 
http://struts.apache.org/2.2.1/docs/message-resource-files.html
 
설정 파일, 즉 xxx. properties, xxx 는 Action 류 와 같은 이름 으로 대소 문자 와 가방 의 차원 에 주의 하 십시오. 어느 차원 의 properties 파일 에서 이 차원 의 Action 을 실행 한 view 층 에서 사용 할 수 있 습 니까? (The keys and values defined in that property file will be available to all the view pages that are rendered after executing an Action class.)
 
2010.12.29
http://struts.apache.org/2.2.1/docs/struts-2-form-tags.html
select, radio, checkbox, checkbox list 등 다양한 form 구성 요 소 를 배 웠 습 니 다.
일반 집합 구성 요 소 는 두 개의 값 내용 을 포함 하고 모든 범위 값 내용 과 예선 값 내용 을 포함 합 니 다. 태그 값 등 을 포함 하지만 그 중에서 checkbox list 의 hidden 도 메 인 은 하나 뿐 입 니 다. 전송 할 것 같은 정 보 는 다 중 선택 입 니까?
 
2010.12.30
http://struts.apache.org/2.2.1/docs/wildcard-method-selection.html
어댑터 를 호출 하 는 방법 을 보 았 습 니 다.
<action name="*Person" class="org.apache.struts.tutorials.wildcardmethod.action.PersonAction" method="{1}">
    <result name="success">view.jsp</result>
    <result name="input">input.jsp</result>
</action>

 *임의의, 0 또는 여러 문 자 를 대표 합 니 다. 여 기 는 Person 으로 끝 나 는 action 이 Person Action 에 매 핑 되 는 것 을 대표 합 니 다. 뒤의 method = "{1}" 은 바로 앞 * 이 대표 하 는 것 입 니 다. 원문:
The * is the wildcard character. Any action name values that end in "Person" will be handled by this action mapping. Whatever value is before "Person" will be the value used for the method attribute (the {1} place holder will be replaced with that value).
 
2011.01.04
http://struts.apache.org/2.2.1/docs/struts-2-annotations.html
드디어 struts 2 튜 토리 얼 의 마지막 수업 을 마 쳤 습 니 다. 이 장 은 struts 2 의 더 많은 의존 도 를 줄 이기 위해 노력 하 는 것 입 니 다. 예 를 들 어 xml 설정 등 을 통 해 convention 을 통 해 프로젝트 를 더욱 간결 하 게 할 수 있 습 니 다.
 

좋은 웹페이지 즐겨찾기