首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

spring、struts调整

2012-12-21 
spring、struts整合1、引入jsr包2、配置struts-config.xml?3、配置web.xml?4、配置applicationContext.xmlpacka

spring、struts整合

1、引入jsr包

2、配置struts-config.xml

?

3、配置web.xml

?

4、配置applicationContext.xml

package com.user.service;public class LoginService {public boolean check(String user ,String pwd){System.out.println(user);System.out.println(pwd);return true;}}
?

热点排行