File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes spring problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "spring problem" Watch "spring problem" New topic
Author

spring problem

chinedu efoagui
Ranch Hand

Joined: Feb 11, 2003
Posts: 167
hi ranchers
i was wondering how does one wire a java.util.Set in the beans.xml

using @spring doclets in xdoclets.

I only see that of java.util.List with the xdoclet tags

anyone with ideas please help


--One learns a lot during a lesson but seeing is not enough,you must do;knowing is not enough ,you must apply--<br />SCJP 1.4,SCBCD,SCEA part 1,OCM JEE Enterprise Architect.
ganesh pol
Ranch Hand

Joined: Apr 29, 2005
Posts: 151
hi ,
i think following will be useful


help for set

<property name="someSet">
<set>
<value>just some string</value>
<ref bean="myDataSource"/>
</set>

</property>
 
 
subject: spring problem
 
Threads others viewed
WA #1.....word association
JSF ever become web standard
Frameworks
Books for spring framework
Which is the best book
MyEclipse, The Clear Choice