
spring
iteye_5869
这个作者很懒,什么都没留下…
展开
-
Spring @work Demo
定义一个接口 java 代码 package com.tyq.spring.aop.annotation; public interface Say { void say(); void say(String str); String say(String str,int i); } ...2007-09-03 19:03:08 · 127 阅读 · 0 评论 -
Spring 中idref和ref的解惑
在spring 中idref是得到一个bean的id的string值而ref得到的是一个bean的实例 如: xml 代码 <bean id="collectionBean" class="com.tyq.collection.CollectionBean" parent="abstractCollectionBean"> ...2007-09-22 17:28:31 · 308 阅读 · 0 评论