CreateActions |
|
Your trail: |
Difference between
version 45
and
version 44:
At line 8 changed 1 line. |
By default, AppFuse ships with [Struts|http://struts.apache.org] as its MVC framework. As of 1.5, you can use [Spring|http://www.springframework.org] as your MVC framework. To install it, navigate to {{extras/spring}}, and view the README.txt. For a Spring MVC version of this tutorial, see [Creating Controllers and JSPs|SpringControllers]. |
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. |
At line 10 added 5 lines. |
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: |
|
* Spring MVC: [Creating Controllers and JSPs|SpringControllers] |
* WebWork: [Creating Actions and JSPs|WebWorkActions] |
|
At line 44 added 1 line. |
|
Back to CreateActions,
or to the Page History.
|