public void init() throws ServletException{
WebApplicationContext context = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
studentService = (IStudentService)context.getBean("studentService");
}
public void init() throws ServletException{
WebApplicationContext context = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
studentService = (IStudentService)context.getBean("studentService");
}