- Serverless Programming Cookbook
- Heartin Kanikathottu
- 73字
- 2025-04-04 15:02:18
The Apache Velocity Language
Apache Velocity is a Java-based templating engine. It was developed for web designers, to get access to Java objects without knowing the Java programming language. Velocity is currently used as a templating engine for a variety of use cases, such as generating web pages, SQL, PostScript, and so on. API Gateway uses it for its mapping templates. You can learn more about the velocity language at http://velocity.apache.org.