go4it

just do it

2009年7月24日

Spring视频学习(十七)Spring配置文件总结

摘要: 1.基本配置:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springf... 阅读全文

posted @ 2009-07-24 20:52 cxccbv 阅读(1065) 评论(0) 推荐(0)

Spring视频学习(十六)集成Struts2

摘要: 1.集成Spring和Hiberante<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http:... 阅读全文

posted @ 2009-07-24 20:17 cxccbv 阅读(482) 评论(0) 推荐(0)

Spring视频学习(十五)集成JPA

摘要: 1.所需jar包: 使用Myeclipse时,先添加Spring支持,后添加JPA支持,然后Junit测试,最后添加Struts支持。 2.Spring的xml配置:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="... 阅读全文

posted @ 2009-07-24 17:02 cxccbv 阅读(631) 评论(0) 推荐(0)

导航