Struts « MVC Controller « Spring Q&A





1. Quick question about Spring/Struts Controller comparison    forum.springsource.org

Quick question about Spring/Struts Controller comparison In Struts if you want to have mulitple return views in Struts, you just add more lines to your struts-config.xml for instance: ...

2. Calling Spring Controller from Struts    forum.springsource.org

Dear all, I've an application server where i've deployed my view by using struts2. now i want to call a spring controller by firing an action from a jsp that is ...