Top "Velocity" questions

Quiver plot arrow aspect ratio

I am having some issues with Matplotlib's quiver plot. Given a velocity vector field, I want to plot the velocity …

python velocity matplotlib
Accessing constant values from an Apache Velocity template?

Is it possible to access a constant value (i.e. a public static final variable defined in a Java class) …

java velocity
Is there a way to debug Velocity templates in the traditional code debugging sense?

We make heavy use of Velocity in our web application. While it is easy to debug the Java side of …

debugging templates velocity vtl
Why Velocity support is deprecated in Spring 4.3?

And how are we going to use Velocity with Spring after Spring 5.0?

java spring velocity
What are the main differences between StringTemplate and FreeMarker?

The net seems to be full of comparisons between Velocity and FreeMarker, and they seem to be reasonably equivalent. But …

java velocity freemarker stringtemplate
How to access an object's public fields from a Velocity template

Here is my object class: public class Address { public final String line1; public final String town; public final String postcode; …

java field velocity public vtl
List in velocity macro, cannot find contains method

I put a list strings as validTypes in velocity. When I do : #if (${validTypes}.contains("aaa")) // do something #end it …

eclipse velocity
conditional operator in Velocity

Is there a way to do ternary operators in Velocity? This is what I'd like to do: #set ($name = ($args.…

velocity ternary-operator
Apache Velocity foreach loop #continue

Is there a #continue command for jump to next iteration in foreach loop?

apache foreach velocity
ERROR org.apache.velocity : ResourceManager : unable to find resource 'xxx.html.vm' in any resource loader

I'm using Velocity templates along with Spring boot. When there is a file named 'xxx.vm' in templates directory, Spring …

java spring spring-boot velocity resourcemanager