servlet都做了什么?
servlet都做了什么?
1,本身不做任何业务处理
2,只是接收请求并决定用哪个javabean去处理请求
3,确定哪个页面显示处理返回的数据
servletAPI有哪些?1,Servlet 2,GenericServlet 3,HttpServlet
HttpServlet继承自GenericServlet
posted on 2015-10-23 16:36 kebizhanmushi 阅读(159) 评论(0) 编辑 收藏 举报
servlet都做了什么?
1,本身不做任何业务处理
2,只是接收请求并决定用哪个javabean去处理请求
3,确定哪个页面显示处理返回的数据
servletAPI有哪些?1,Servlet 2,GenericServlet 3,HttpServlet
HttpServlet继承自GenericServlet
posted on 2015-10-23 16:36 kebizhanmushi 阅读(159) 评论(0) 编辑 收藏 举报