Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Velocity Template Language

< >

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

#1758on PLDB 24Years Old 0Repos
Wikipedia

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>

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0