Guys,

I am a bit lost on how to properly convert my struts plugins to spring.

most of the class are singletons w/c also need to receive a parameter example:

<plug-in className="com22ban.web1.factory.DataModelFactory" >
<set-property
property="datasetfile"
value="/WEB-INF/xml/dataset2.xml"/>
</plug-in>

and

<plug-in className="com.web.plugin.Utils">
</plug-in>


how would i do this on spring.

any help would be very much appreciated.

thanks.