ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Differences between web.xml and sturts-config.xml ?

web.xml :

It is used for the deployment descriptor for web applications

web.xml is used for making connection between web container & web application

It is read by container when we start the container.

sturts-config.xml :

It is used for deployment descripror for struts application.

It is used for making connection between view & controller

It is read by init() method of ActionServlet.

Related Posts Plugin for WordPress, Blogger...
Flag Counter