09 2015 档案

摘要:一.搭建struts2 1).导入struts2 jar包 2).编写web.xml 3).编写jsp页面 4).创建action类,action类要继承ActionSupport类 5).创建struts.xml 二.搭建spring 1).导入spring jar... 阅读全文
posted @ 2015-09-13 22:34 汤苗苗 阅读(334) 评论(0) 推荐(0)
摘要:一.springMVC步骤1.导入jar包2.配置web.xmlspringDispatcherServletorg.springframework.web.servlet.DispatcherServletcontextConfigLocationclasspath:spring-mvc.xmls... 阅读全文
posted @ 2015-09-11 12:39 汤苗苗 阅读(514) 评论(0) 推荐(0)