首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

FreeMarker容易描述

2012-11-14 
FreeMarker简单描述Can be used to generate any kind of text: HTML, XML, RTF, Java source code, etc.

FreeMarker简单描述
Can be used to generate any kind of text: HTML, XML, RTF, Java source code, etc.
Easy to embed into your product: Lightweight. Does not require servlet environment (does not depend on javax.servlet classes).
Pluggable template loader: you can load templates from any sources; local files, database, etc.
You can do whatever you want with the generated text: store it in a local file, send it as e-mail, send it back to a Web browser from a Web application, etc.

热点排行