FM-Classic provides an easy way to get data from Java servlets into Web pages, and helps you keep graphic design separate from application logic. To use it, you encapsulate HTML in templates.
These get compiled for you into Template objects, which generate HTML dynamically, using data provided by your servlets. The template language is powerful and intuitive, the compiler is fast, and the output approaches the speed of static HTML pages.
Product's homepage
What's New in This Release: [ read full changelog ]
· This version adds the freemarker.engine package.
· This ties together the template system, the cache, and the reflection code to present a unified API to all these services.
· This also adds lambda expressions to the template engine.
· In addition, variable expressions can be escaped on output, to prevent XSS attacks and the like.