Top "Velocity" questions

Is there a way to break from a foreach loop in velocity?

I'm looking for a certain condition by using foreach to iterate through a collection (of permissions). So if I find …

velocity
how to plot streamlines , when i know u and v components of velocity(numpy 2d arrays), using a plotting program in python?

i hope the title itself was quite clear , i am solving 2D lid-driven cavity(square domain) problem using fractional step …

python numpy matplotlib scipy velocity
JSP vs Velocity what is better?

What is better between JSP and velocity in - Performance - Ease of use - Ease of creating reusable components …

java jsp velocity
How to do an inline if/otherwise (aka ternary operator) in Velocity?

In pure Java, I could do this: value = (a > b) ? a : b; Whereas in Velocity, the long form would …

java if-statement velocity
Problem with subject encoding when sending an email

I'm sending an email and I'm receiving it correctly but the encoding of the subject is not correct. I'm sending "…

java google-app-engine encoding jakarta-mail velocity
Velocity editor plugin for Eclipse?

I've seen Veloedit, which seems to have good syntax highlighting but doesn't allow tab characters in the file being edited (…

java eclipse velocity
Freemarker vs. Velocity

I'm trying to decide between Freemarker and Velocity to use as a template engine, any advantages/disadvantages you see regarding …

java comparison velocity freemarker
VelocityEngineUtils has been removed in Spring 3.2 so what else to use?

Today I have upgraded my entire Spring web application from using Spring 3.1.1 to Spring 3.2. Most part of my existing app …

java spring velocity
Where does Velocity search for the template?

I need to use Velocity from Java-code in a web-application (I use it as mail-templates processor). So, I have a …

java velocity
Output part of a string in velocity

apologies if I waffle or talk a bit of jibberish but I'm new to velocity, and these forums! I need …

velocity vtl