Google App Engine can be integrated with many mainstream frameworks of Jave EE, but it is complicated to integrate with some frameworks, such as struts2. Every time you create a project, the integration framework is a repetitive task. The starter is the initial Google App Engine Project that integrates struts2, spring, and tiles. Because Gae imposes large restrictions on file operations, this project also provides a simple File Upload example.
The starter mainly includes:
1. Integrate struts2 (reference)
N configure filterdispatcher with struts2-gea
N solves ognlexception
N solves javax. Swing. Tree. treenode Problems
N modify the default interceptor stack to enable File Upload
2. Integrate spring and tiles
3. An example of uploading image files and text files
Project home: http://code.google.com/p/gae-struts2-spring-tiles-starter/
Source code: http://code.google.com/p/gae-struts2-spring-tiles-starter/source/checkout