Results 1 to 2 of 2

Thread: Velocity Web Application example

  1. #1
    Join Date
    Jan 2009
    Posts
    1

    Default Velocity Web Application example

    Hi, I am absolutely new to J2ee
    Can anyone give an example or a link to an example of how velocity can be used in simple web application... i mean it can take input from a jsp and through a class map it to a .vm file?

    Thanks
    Poonam

  2. #2
    Join Date
    Oct 2006
    Posts
    100

    Default

    A velocity file can be replaced for a jsp file. Hence all the logic that you write in a jsp can be written in velocity.

    An example is in the spring documentation: http://static.springframework.org/sp...#view-velocity

Posting Permissions

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