
Spring
iteye_19954
这个作者很懒,什么都没留下…
展开
-
学习spring的第一天
对spring的特性看了以后,有许多的好感。。今天我就开始学这门课程,相信不久后我能成为spring高手.2007-02-13 11:10:15 · 86 阅读 · 0 评论 -
spring+hibernate+sqlserver的第一个例子
com.microsoft.jdbc.sqlserver.SQLServerDriver jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=pubssa com/spring/text/Login.hbm.xml ...2007-02-14 14:07:43 · 229 阅读 · 0 评论 -
改善spring+hibernate
com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/demo caterpillar ...2007-02-14 15:16:59 · 76 阅读 · 0 评论 -
hibernate+spring 又一个例子
[code="java"]com.microsoft.jdbc.sqlserver.SQLServerDriverjdbc:microsoft:sqlserver://localhost:1433;databasename=pubssa com/spring/text/Login.hb...原创 2007-02-23 11:16:06 · 92 阅读 · 0 评论 -
学习spring中的advice的一个例子
[code]package onlyfun.caterpillar;public interface IHello { public void hello(String name);}[/code][code]package onlyfun.caterpillar;public class HelloSpeaker implements IHell...2007-03-01 11:22:57 · 151 阅读 · 0 评论 -
用eclipse做hibernate+spring常见错误码
[code]log4j:WARN No appenders could be found for logger (org.springframework.core.CollectionFactory).log4j:WARN Please initialize the log4j system properly.com.huaying.dao.LoginDAO@3a1ec6E...2007-03-03 13:42:59 · 157 阅读 · 0 评论