To all those who use the Spring Plugin for Struts:

I'm using (and writing about) the Spring plugin for Struts.  What do you
think about changing the default beansConfig location to be
"/WEB-INF/applicationContext.xml" - since this is the standard naming
convention for Spring?  Maybe even changing the name from "beansConfig"
to be "context" or "contextFile"?

This would allow (in most cases) for developers to simply have the
following in their struts-config.xml file:

    <plug-in className="org.twdata.struts.SpringPlugIn"/>

Instead of:

    <plug-in className="org.twdata.struts.SpringPlugIn">
        <set-property property="beansConfig" 
            value="/WEB-INF/applicationContext.xml"/>
    </plug-in>

Thanks,

Matt




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Struts-apps mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/struts-apps

Reply via email to