.VM 파일 확장자
Velocity Template
| 개발사 | Apache |
| 인기도 |
3.6 | 71 투표 |
VM 파일이란 무엇인가요?
Developer file used by Velocity, a Java-based template engine; written using the Velocity Template Language (VTL); contains VTL statements inserted in a normal text document; often used for auto-generating Web source code and class skeletons.
추가 정보
Velocity works by merging the data from a Java program with a VM file. In this manner, the Java program's data can be manipulated and printed to an output file that follows the structure of the template.
참고: Velocity requires a Java Virtual Machine (JVM) installation.