Posts Tagged ‘application-context’

Change spring-servlet.xml Filename (Spring Web Contenxt Configuration Filename)

The first thing that we do when we want to implement Spring MVC in our project is to add DispatcherServlets entry in deployment descriptor (web.xml). Also we write a spring web configuration xxxx-servlet.xml which contains all the MVC mappings and data.By default the name of file must be XXX-servlet.xml where XXX is the name ...

Tutorial:Struts Spring framework example in Eclipse.

Tutorial:Struts Spring framework example in Eclipse.
Let us see how to add Spring support (Spring IOC) to a Struts application using Eclipse IDE. I will use the hello world struts project that we created in this tutorial as base reference and step by step we will add Spring support to it.In this tutorial we will use Spring IOC (Inversion Of Control) mechanism. There will be a business delegate class ...
Copyright © 2012 ViralPatel.net. All rights reserved.