
struts
文章平均质量分 75
longflang
这个作者很懒,什么都没留下…
展开
-
struts1.x和spring整合
一、struts和spring整合: 1、让struts的action继承spring的ActionSupport: ApplicationContext context = getWebApplicationContext(); CourseService courseService = context.getBean("courseService"); 2、配置方式 修...原创 2009-12-12 13:17:58 · 119 阅读 · 0 评论 -
struts2通用的web.xml基本配置
contextConfigLocation classpath:beans.xml org.springframework.web.context.ContextLoaderListener struts-cleanup org.apache.st...原创 2009-07-17 00:17:51 · 151 阅读 · 0 评论 -
struts2验证框架的两种方式
第一种(在action同目录下建立 action-validation.xml) required first name required last name required age 1 150 age should be between ...原创 2009-07-24 00:52:38 · 520 阅读 · 0 评论