Top "Velocity" questions

Generate PDF files using iText and apache velocity template(.vm)

What is the general workflow to generate a PDF using iText and an Apache Velocity template file (.vm) in Java? …

java pdf itext velocity xdocreport
How to disable velocity logs

I've been trying to disable Velocity logs, and the only way I've found so far with positive results is to …

java tomcat logging velocity
Velocity, different template paths

Does anyone know if it is possible to get templates from different paths with velocity? After initialization Velocity refuses to …

java velocity
How to update quaternion based on 3d gyro data?

I've got an initial quaternion , q0. And I get angular velocity measurments, I integrate the the velocities so I got 3 …

orientation velocity quaternions gyroscope
How to set content type for emails sent using spring's JavaMailSenderImpl

question is from subject. I'm using JavaMailSenderImpl from spring 3.0.3.RELEASE and velocity 1.6.4 for mail preparation from template. When I send …

spring email jakarta-mail velocity
How I hide empty Velocity variable names?

I am using Struts + Velocity in a Java application, but after I submit a form, the confirmation page (Velocity template) …

java templates struts velocity
velocity: do something except in last loop iteration

In velocity, I want to do something different in the last loop. What is the correct idiom? RELATED: Last iteration …

java loops iteration velocity
How to convert type double to string iPhone?

I am calculating the velocity of an iPhone, and I need to know how to convert the variable calculatedSpeed which …

iphone xcode nsstring double velocity
Unsetting a variable in Velocity

Is it possible to set a Velocity reference to 'null' or 'undefined'? The Velocity template language reference says #set - …

java templates velocity
Using Apache Velocity with Spring Framework 3.2.4

I'm new to Spring and I wanted to set it up using Velocity. Therefore I created in Eclipse Kepler with …

java eclipse spring apache velocity