#navi_header|Java| Twitter発祥のシンプルなテンプレート記法とその実装。色々な言語で実装されている。 - http://mustache.github.io/ - http://mustache.github.io/mustache.5.html - https://github.com/mustache/spec Javaの実装: - https://github.com/spullara/mustache.java Groovyの実装(いくつか独自拡張を含んでいる) - https://github.com/plecong/Hogan.groovy 練習コード: - https://github.com/msakamoto-sf/javasnack/blob/master/src/main/java/javasnack/snacks/mustache/MustacheExercise.java -- 使用しているテンプレート: -- https://github.com/msakamoto-sf/javasnack/tree/master/src/main/resources/mustache-java-tmpl 参考: - [[1144]] - [[1166]] - [[1172]] - [[1353]] #navi_footer|Java|