Today, I got my database documents and sorted them out.
In the evening, I checked struts2.1.8.
I learned about the following:
1. struts2 is an upgrade of Web work. It is easier to use with struts1.
2. From struts2.1.6, the JSP is written under/WEB-INF/content, it will automatically generate action call.
For example, the/Hello project has a file/WEB-INF/content/Hello. jsp, You Need To Use http: // localhost: 8080/Hello. Action to access
The corresponding action is calledStruts,Struts2,ActionOrActionsThe action is inherited from Com. opensymphony. xwork2.actionsupport.
Reference Tutorial:
Struts 2.1.6 simplified instance series tutorial (1): Environment setup and hellosimple
Struts 2.1.6 simplified instance series tutorial (2): Implementation of the user login module
Struts 2.1.6 simplified instance series tutorial (3): News management model layer development (Integrated ibatis) struts 2.1.6 streamlined instance series tutorial (4 ): implementation of the news management module struts 2.1.6 streamlined instance series tutorial (5): User Registration Module (Integrated jquery) struts 2.1.6 streamlined instance series tutorial (6 ): rewrite user login module (Integrate jquery + JSON)