Measures Concepts
GitHub icon

Velocity Template Language

Velocity Template Language - Template language

< >

Velocity Template Language, aka Velocity Template Language, is a template language created in 2000.

#1518on PLDB 24Years Old 0Repos

Velocity is a Java-based template engine. It permits web page designers to reference methods defined in Java code.


Example from the web:
<html> <body> Hello $customer.Name! <table> #foreach( $mud in $mudsOnSpecial ) #if ( $customer.hasPurchased($mud) ) <tr> <td> $flogger.getPromo( $mud ) </td> </tr> #end #end </table> </body> </html>

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout