上QQ阅读APP看书,第一时间看更新
Flow 5 - Controller redirecting to a View with a form
Now let's shift our attention to creating a simple form to capture input from the user.
The following steps will be needed:
- Create a simple POJO. We want to create a user. We will create a POJO User.
- Create a couple of Controller methods--one to display the form, and the other to capture the details entered in the form.
- Create a simple View with the form.