摘要: 1、在myeclipse中新建web项目,点击右键选择Myeclipse-->添加sping框架支持3、添加hibernate框架支持3、添加struts框架支持4、修改一下web.xml <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml</param-value> </context-param> <listener> <liste 阅读全文
posted @ 2013-03-01 17:38 何长春 阅读(329) 评论(0) 推荐(0) 编辑