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
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: sp...#view-velocity |