<bean id="javaTmpDir" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean" autowire-candidate="false">
<property name="targetClass"><value>java.lang.System</value></property>
<property name="targetMethod"><value>getProperty</value></property>
<property name="arguments">
<list>
<value>java.io.tmpdir</value>
</list>
</property>
</bean>
* This source code was highlighted with Source Code Highlighter.
First message in blog is usually something ugly. I hope that possible future posts will be more curious ;-)
No comments:
Post a Comment