In case if you want to pass a java.io.File to a bean,
I think we can just define a nested bean
<bean class="java.io.File">
<constructor-arg.... .>
</bean>
Can we that and without...
Type: Posts; User: hkdennis2k; Keyword(s):
In case if you want to pass a java.io.File to a bean,
I think we can just define a nested bean
<bean class="java.io.File">
<constructor-arg.... .>
</bean>
Can we that and without...
It the graph not working with Circular Dependence of beans?