CreateActions |
|
Your trail: |
Difference between
version 90
and
version 89:
At line 8 changed 1 line. |
By default, AppFuse ships with [Struts|http://struts.apache.org] as its web framework. As of 1.6, you can use [Spring|http://www.springframework.org] or [WebWork|http://opensymphony.org/webwork] as your web framework. Tapestry and JSF are planned for 1.7 and 1.8 respectively. |
By default, AppFuse ships with [Struts|http://struts.apache.org] as its web framework. As of 1.6+, you can use [Spring|http://www.springframework.org] or [WebWork|http://opensymphony.org/webwork] as your web framework. In 1.7, support was added for using [JSF|http://myfaces.apache.org] or [Tapestry|http://jakarta.apache.org/tapestry]. |
At line 10 changed 1 line. |
To install Spring MVC, navigate to {{extras/spring}}, and view the README.txt. For WebWork, see {{extras/webwork/README.txt}}. You can easily install these options in your project by running "ant install-springmvc" or "ant install-webwork". This tutorial using these two options can be found at: |
To install any of these web frameworks instead of Struts, simply navigate to the ''extras'' directory and into the directory of the framework you want to install. The README.txt file in this directory has further instructions. The tutorials for these other frameworks are listed below. |
At line 12 changed 2 lines. |
* <span style="color: green">__Spring MVC:__</span> [Creating Controllers and JSPs|SpringControllers] |
* <span style="color: blue">__WebWork:__</span> [Creating Actions and JSPs|WebWorkActions] |
* __<span style="color: green">Spring:</span>__ [Creating Spring Controllers and JSPs|SpringControllers] |
* __<span style="color: blue">WebWork:</span>__ [Creating WebWork Actions and JSPs|WebWorkActions] |
* __<span style="color: purple">JSF:</span>__ [Creating JSF Beans and JSPs|JSFBeans] |
* __<span style="color: orange">Tapestry:</span>__ [Creating Tapestry Pages and Templates|TapestryPages] |
Back to CreateActions,
or to the Page History.
|