FreeMarker
Sign in to saveAlso known as Apache 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.
Wikidata facts
- Instance of
- free software
- Developer
- Apache Software Foundation
- Official website
- freemarker.apache.org
- Has use
- content management
Show 8 more facts
- programmed in
- Java
- software version identifier
- 2.3.32
- copyright license
- Apache License
- source code repository URL
- git://git.apache.org/incubator-freemarker.git
- issue tracker URL
- issues.apache.org/jira/browse/FREEMARKER
- download URL
- freemarker.apache.org/freemarkerdownload.html
- inception
- 2015-09-02
- user manual URL
- freemarker.apache.org/docs/index.html
Sources (5)
via Wikidata · CC0
~3 min read
Encyclopedic overview
5 sectionsContents
- History
- Example
- See also
- References
- External links
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.
Excerpted from Wikipedia’s “FreeMarker” article, available under the CC BY-SA 4.0 licence.