All the source code in the project can be found in the linked repository :https://github.com/chenhaoxiang/uifuture-ssm
This method was also used directly in the past HttpServletRequest The way to use , Here is a simple demonstration .
establish RequestForwardController class , Such as code list 7-4 Shown .
Code list 7-4:RequestForwardController class
/**
* Use HttpServletRequest Forward
*/
@Controller
@RequestMapping("requestForward")