发布于 2014-11-24 08:20:24 | 181 次阅读 | 评论: 0 | 来源: 网友投递
jetbrick-template Java 模板引擎
jetbrick-template 是一个新一代 Java 模板引擎,具有高性能和高扩展性。 适合于动态 HTML 页面输出或者代码生成,可替代 JSP 页面或者 Velocity 等模板。 指令和 Velocity 相似,表达式和 Java 保持一致,易学易用。
全面超越 Velocity 的全新一代 Java 模板引擎 jetbrick-template 2.0.3 发布拉!
Release Notes:
[新增] 类似 freemarker 的 ! 的表达式级别的 NullSafe (a.b.c ?! "I am null")
[变更] change simplify ternary operator semantic (a ?: b ==> a ? a : b)
[修复] TrimDirectiveWhitespaces for inline-directive issue
[修复] 不正确的 file.exists() 检测 (ServletResource)
完善的中文在线文档:http://subchen.github.io/jetbrick-template/
完整的 Release Notes: https://github.com/subchen/jetbrick-template-2x/releases/tag/v2.0.3