Spring/Struts usage

Mike Clovis <[email protected]> Wed, 4 Dec 2013 18:01:57 +0000
Newsgroups gmane.comp.jakarta.velocity.user
Message-ID <80D5A0747189B841A254E01ED7FCAFBE09BFFAD1@Exchange2010.trifecta.com>
Hi ,
                I have a newbie question. When using a web framework like Spring you write controllers that are mapped to requests, add data to the response (Model Map) and return a uri to correct view. With velocity you could also write classes that would return the correct entities and add them to the velocity context. Then merge. How is this accomplished with Spring MVC? A small snippet would help. Do you call merge in the method w/o returning values through the map.


Thanks in advance,

Mike