本文地址:[http://blog.csdn.net/sushengmiyan/article/details/40298287](http://blog.csdn.net/sushengmiyan/article/details/40298287)
官方文檔:[?http://struts.apache.org/release/2.3.x/docs/home.html](http://struts.apache.org/release/2.3.x/docs/home.html)[](http://docs.sencha.com/extjs/5.0/apidocs/#!/api/Ext-method-each)
本文作者:[sushengmiyan](http://blog.csdn.net/sushengmiyan)
------------------------------------------------------------------------------------------------------------------------------------
學習java不得不了解的就是SSH框架,這是很多中小型企業都在招聘的時候面試的問題,之前在學校的時候也接觸過,但是總覺得不系統,現在整體上來過一遍,從struts開始,將學習的內容記錄一下。
學習一個框架,首先必須要去其官網,struts的官網:[http://struts.apache.org/](http://struts.apache.org/)
struts提供了[tutorial](http://struts.apache.org/release/2.3.x/docs/tutorials.html):[http://struts.apache.org/release/2.3.x/docs/tutorials.html](http://struts.apache.org/release/2.3.x/docs/tutorials.html)
我就從這里開始學起了。
先看下doc的home頁說了什么吧:

這一頁內容就是簡單介紹了一下struts2,我們需要看一遍,了解一下就可以的啦。
現在看看怎么使用maven創建應用程序吧。就是struts-2-maven-archetypes連接的內容:[http://struts.apache.org/release/2.3.x/docs/struts-2-maven-archetypes.html](http://struts.apache.org/release/2.3.x/docs/struts-2-maven-archetypes.html)




怎樣創建Struts 2 Web應用
