Top "Velocity" questions

Changing Location of Velocity.Log File

Seems pretty straight forward. Documentation at http://velocity.apache.org/engine/devel/developer-guide.html#Configuring_Logging says to set the …

apache velocity logfiles
How to configure Velocity Escape Tool with Spring Properties?

I create e-mails from templates via Velocity in a Spring Web Application. Now I need to HTML escape SOME of …

java spring velocity
Create object in velocity template

I am writing velocity templates for my liferay theme and I am wondering, whether it is possible to create a …

liferay velocity liferay-velocity
velocity (test instanceof)

How can I test the class of a given object in a velocity template. I can't find an instanceof directive

velocity
Is Apache Velocity still an active project?

Seeing that Velocity's latest stable version was released at least two years ago, I was hoping the good people at …

velocity
Velocity vs Apache Tiles

What's better? We are going to start a new web project and it's a question which technology to choose. Project …

java spring-mvc content-management-system velocity tiles
Can I convert an artifactId to a classname prefix in my maven archetype?

I'm creating a maven archetype and in the projects generated a want a class that is named after the artifact …

java maven velocity maven-archetype
get particular value by key from Hashmap in velocity template

i have a java code like below public static void main(String args[]) throws Exception { VelocityEngine engine = new VelocityEngine(); engine.…

java velocity velocity-template-language
Lowercase first letter in Apache Velocity

I've got this code, which converts "dotted" string to camelCase in WebStorm File Template: #set($Controller_name = ${StringUtils.removeAndHump(${NAME}, ".")}) …

webstorm velocity jetbrains-ide
Velocity in OSGi: how to load templates from classpath

I am developing an application for OSGi with velocity template engine. It works great for loading my templates by file …

java osgi velocity