Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I created a web project and then added Spring capabilities. I expected the Spring servlet to be automatically added in web.xml, but this didn’t happen. Is this a task I need to do manually? Or can this be automatically done by MyEclipse somehow? Thanks
Yes you need to add it manually. “Spring” can be many things to people. If you plan on using Spring MVC, that is different than just using Spring for dependency injection, or transaction management, etc.