<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter"/>
<bean id="/login.spring" class="com.jitun.login.web.Login" />
I tried using request.getParameter() but it only returns string.
I'm learning java ee now, so I think rewriting and understanding how tomcat implemented these interfaces helps.