cfg « File « Spring Q&A





1. Is there a shorter version of how you use MethodInvokingFactoryBean in cfg file?    stackoverflow.com

Currently it is used as shown below...wondering if there is a shorter version (similar to the util namespace)

<bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
        <property name="targetObject">
    ...

2. can i reuse xdocled generated cfg-files?    forum.springsource.org

can i reuse xdocled generated cfg-files? hi @ all i'm planing to use spring in my project which has already a stable access to a database which use hibernate as or/mapper. ...

3. Cannot upload *.cfg files thru browser    forum.springsource.org

Cannot upload *.cfg files thru browser Hello everyone, We're using Spring and Tomcat. We have been developing a project for sometime now and recently we have discovered something that is puzzling ...