velocity « Integration « Spring Q&A





1. spring 3 with tiles 2.2.2 and velocity integration    stackoverflow.com

I need to configure Tiles and Velocity with springMVC 3.0, I think I need a complete example on how to configure them together.

2. Spring integration with velocity and tiles    forum.springsource.org

Spring integration with velocity and tiles Hi all , I'm trying to integrate spring 3 with tiles 2.2 and velocity 1.7 , i was able to display the tiles in velocity ...

3. Velocity integration problem    forum.springsource.org

Velocity integration problem The controller contains following codes public ModelAndView handleRequest(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) { Collection channels = channelDAO.getHomeUris(); ModelAndView view = new ModelAndView("index","channelDAO",channelDAO); view.addObject("message",greeting); view.addObject("homeuris",channels); return view; } In Velocity ...

4. 'Spring - Velocity integration' exam on JavaBlackBelt    forum.springsource.org

Hi My name is Henryk and I'm a JavaBlackBelt (http://javablack.belt.com) moderator. I've prepared a draft of the objectives for new exam 'Spring - Velocity integration'. I would be grateful for any ...