struts2
Edithttp://blog.naver.com/knbawe/110024057033
http://www.planetstruts.org/struts2-showcase/showcase.action
http://www.infoq.com/minibooks/starting-struts2
[메모 webwork 사용시 에러 페이지 처리]
http://www.opensymphony.com/webwork/wikidocs/Getting%20Started.html
<xwork>
<package name="default">
...
<global-results>
<result name="NPException">/common/system/error_page.jsp</result>
</global-results>
<global-exception-mappings>
<exception-mapping exception="java.lang.NullPointerException" result="NPException"/>
</global-exception-mappings>
...
</package>
</xwork>
웹프레임워크(webwork, struts2.0)에서 Action 테스트를 위한 코딩방법Developer
Rest plugin
Model Driven
Performance
http://old.nabble.com/Serious-Struts-2-%28up-to-2.1.8.1%29-performance-problems-to27214502.html
http://old.nabble.com/Slow-performance-with-Struts2-td18092204.html