|
From: Cameron B. <ca...@da...> - 2004-03-04 08:08:26
|
Is there an existing bean factory implementation that allows me to expose
any bean that uses the singleton pattern to my application context ?
For example I would like to do something like this :
<bean name="MyRegistry" class="singletonFactoryBean">
<propety
name="signiture"><value>com.datacodex.MyRegistry.getInstance()</value></prop
erty>
</bean>
|