Hi all,

I want to use sprint framework IOC feature in my portal. Can I just go ahead and load the servlet like this in my web.xml ------

        <servlet>
                <servlet-name>context</servlet-name>
                
<servlet-class>org.springframework.web.context.ContextLoaderServlet</servlet-class>
                <load-on-startup>1</load-on-startup>
        </servlet>





Or there can be some issues and I should not use it? I only know that jetspeed uses spring ioc feature so I was just concerned.

Thanks,
Amit



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to