这个引导指南提供了所有有关创建一个简单 Struts 2 应用程序所需要的步骤和知识。
下载程序所需要的框架和如何开始创建你自己的应用程序。 | |
We present a page with a simple Welcome message. | |
We create a Welcome page with links to other actions in the application. | |
We interpret the Logon form, and return a different result code depending on the circumstances. | |
We setup different results for different result codes. | |
We use the validation framework to verify data submitted from a form. | |
We move the validation messages to a message resource bundle. | |
And, now, you're on your own, but not alone ... |
For more coding examples, see the 引导.