<%
    var name = "Febit Wit";
%>
Hello ${name || "friend"}

这是一个 Java 平台下的模板引擎,语法类似 JavaScript,支持自定义函数,全局变量,Lambda 表达式,核心模块轻巧,无第三方依赖,采用 BSD 开源协议。

下载

Maven

<!-- 核心包 -->
<dependency>
  <groupId>org.febit.wit</groupId>
  <artifactId>wit-core</artifactId>
  <version>2.3.0-beta</version>
</dependency>

<!-- 扩展工具包 -->
<dependency>
  <groupId>org.febit.wit</groupId>
  <artifactId>wit-tools</artifactId>
  <version>2.3.0-beta</version>
</dependency>

<!-- Spring MVC 3.x 扩展包 -->
<dependency>
  <groupId>org.febit.wit</groupId>
  <artifactId>wit-springmvc3</artifactId>
  <version>2.3.0-beta</version>
</dependency>

<!-- Jodd Madvoc 3.5+ 扩展包 -->
<dependency>
  <groupId>org.febit.wit</groupId>
  <artifactId>wit-jodd3</artifactId>
  <version>2.3.0-beta</version>
</dependency>

<!-- Struts 2.x 扩展包 -->
<dependency>
  <groupId>org.febit.wit</groupId>
  <artifactId>wit-struts2</artifactId>
  <version>2.3.0-beta</version>
</dependency>

<!-- JFinal 扩展包 -->
<dependency>
  <groupId>org.febit.wit</groupId>
  <artifactId>wit-jfinal</artifactId>
  <version>2.3.0-beta</version>
</dependency>

许可证

Febit Wit 依据 BSD许可证发布。详细请看 LICENSE 文件。

第三方许可证

已经内置 ASM 不需要导入其他第三方依赖

bug反馈