Results 1 to 3 of 3

Thread: Configuring Velocity Tools with VelocityViewResolver

  1. #1
    Join Date
    Aug 2004
    Location
    Belgium
    Posts
    8

    Default Configuring Velocity Tools with VelocityViewResolver

    Hi all,

    I'm in the middle of migrating our application to Spring MVC and got stuck on how to configure Velocity Tools with VelocityViewResolver. Is there an easy way to do this? Should I implement subclasses of VelocityViewResolver and VelocityView to handle other/custom tools of the Velocity Tools set? Any other ideas/possibilities?
    Any help kindly appreciated on this.

    Frederik

  2. #2
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Default

    which tools are you interested in? VelocityView allows NumberTool and DateTool to be exposed by setting appropriate bean properties on it (see http://www.springframework.org/docs/...ocityView.html
    ).

    If you need additional tools, they can be specified in the exposeHelpers method of an extended VelocityView class.

    hth
    Darren Davison.
    Public Key: 0xE855B3EA

  3. #3
    Join Date
    Aug 2004
    Location
    Belgium
    Posts
    8

    Default

    Darren,

    Thanks for your answer. I just had a look at the source code of the VelocityView class and this should be rather easy to implement.

    We've coded some additional customized Velocity tools that we used together with the VelocityViewServlet. As we want the MVC part to be completely handled by Spring we need to get rid of this VelocityViewServlet.

    Kind regards,

    Frederik

Similar Threads

  1. How to configure Velocity tools?
    By alr in forum Web
    Replies: 7
    Last Post: Jan 31st, 2007, 09:38 AM
  2. Configuring Event Handlers For Velocity
    By pburleson in forum Web
    Replies: 1
    Last Post: Oct 23rd, 2006, 08:31 AM
  3. Replies: 0
    Last Post: Jul 13th, 2005, 02:43 AM
  4. FreeMarker vs Velocity
    By Martin Kersten in forum Architecture
    Replies: 8
    Last Post: May 30th, 2005, 09:21 AM
  5. How to use Velocity Tools in Spring
    By yufeng in forum Web
    Replies: 1
    Last Post: Dec 16th, 2004, 07:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •