Configuring servlet for using spring

Posted by dominolog on Stack Overflow See other posts from Stack Overflow or by dominolog
Published on 2010-03-24T14:53:39Z Indexed on 2010/03/24 15:13 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

Hello

How to configure my web application in Eclipse (based on Servlets and deployed to Tomcat) to use Spring framework. I need only IoC container (Beans only and ApplicationContext), not Spring MVC. How to configure web.xml for this?

Regards

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets