1. This example mainly tells us how to call JavaBean components in JSP code
2. The advantage of using JavaBean is to simplify the JSP code, interface code, and logic code mutual separation, easy to view and debug the programmer.
3. This example requires five files: login.jsp, test.jsp, Userbean.class
4. Let's take a look at Login.jsp