PDA

View Full Version : How does spring supports multiple modules


arun.1202
Mar 27th, 2007, 02:53 AM
Hi Friends,
I started learning spring only a weak before. But I found most of her features excellent. But there is onething that I didn't like about her.

In struts each and every Action (controller) will have her own set of forwards (viewresolvers) thereby not requiring the view names to be unique across the application. But in springs the viewresolver(s) are to be shared by all the controllers. So if there are more than one controller and they return a success view then all of them would be forwarding to the same page.

Another is that is there any way to convert my forwards to redirects. Can anybody clarify me. Thanks in advice.