adspace
How struts application can be integrated with spring?
Answer Posted / Naveen Mishra
Struts application can be integrated with Spring using the DispatcherServlet, which acts as a front controller for your Spring-based web application. You need to configure Struts Action Servlet to forward all requests to the DispatcherServlet.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers