Upgrades to Struts 2.5.17
1 file changed
tree: 44b446ffe3dd2b62a5f9552690de46937ea963a6
  1. .mvn/
  2. action-chaining/
  3. annotations/
  4. basic-struts/
  5. bean-validation/
  6. blank/
  7. coding-actions/
  8. control-tags/
  9. crud/
  10. debugging-struts/
  11. exception-handling/
  12. exclude-parameters/
  13. file-upload/
  14. form-processing/
  15. form-tags/
  16. form-validation/
  17. form-xml-validation/
  18. helloworld/
  19. http-session/
  20. interceptors/
  21. json/
  22. json-customize/
  23. mailreader/
  24. message-resource/
  25. message-store/
  26. portlet/
  27. preparable-interface/
  28. rest-angular/
  29. restful2actionmapper/
  30. shiro-basic/
  31. spring-struts/
  32. text-provider/
  33. themes/
  34. themes-override/
  35. tiles/
  36. type-conversion/
  37. unit-testing/
  38. unknown-handler/
  39. using-tags/
  40. validation-messages/
  41. wildcard-method-selection/
  42. wildcard-regex/
  43. .gitignore
  44. .travis.yml
  45. mvnw
  46. mvnw.cmd
  47. pom.xml
  48. README.md
README.md

Struts Examples

Build Status @ Jenkins Build Status @ Travis License

This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org.

To build all the example applications run the Maven command:

mvn -e clean package

In the project's root folder, Maven will build each module and create a .war file in the target sub-folder of each module.

You can then copy the .war files to your Servlet container (e.g. Tomcat, Jetty, GlassFish, etc).

There is a README file in each module with instructions and the URL to view that application.