FreeMarker
| Apache FreeMarker | |
|---|---|
| Developer(s) | Jonathan Revusky, Attila Szegedi, Dániel Dékány, and others |
| Initial release | 2000 |
| Stable release | 2.3.34
/ December 22, 2024 |
| Repository | github |
| Written in | Java |
| Operating system | Cross-platform |
| Type | Template Engine |
| License | Apache License 2.0 |
| Website | freemarker |
Apache FreeMarker is a free Java-based template engine, originally focusing on dynamic web page generation with MVC software architecture. It can now generate text based on templates and changing data. It has no dependency on servlets or HTTP or HTML.
It is often used for generating source code, configuration files or e-mails.