是否存在java中的handlebars.js实现?

Gee*_*Jan 19 javascript java templating mustache handlebars.js

目前我在客户端和服务器端都使用Mustache模板(http://mustache.github.com/),分别使用javascript和java实现.

但是,相对较新的Handlebars.js(http://www.handlebarsjs.com/)试图克服的Mustache存在一些局限性.

但是据我所知,手柄只有一个javascript实现.有人知道Handlebars的(实验性)java实现吗?

Mar*_*arc 13

我刚刚看到这个弹出:https: //github.com/jknack/handlebars.java 最初在这里:https: //github.com/edgarespina/handlebars.java(更新您的maven依赖项,因为项目组ID已经也变了).

我还没有测试过.