问题标签 [juzu]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
720 浏览

java - 为什么我们在juzu框架开发中使用gtmpl文件?

有人可以向我解释在为 juzu 框架开发时使用 gtmpl 文件而不是 jsp 文件或其他文件有什么用处?

0 投票
2 回答
233 浏览

intellij-idea - IntelliJ *.gtmpl juzu 文件

我正在使用 IntelliJ 为 eXo 平台的 portlet 开发构建一个 Juzu 项目。

问题是我有模板文件,index.gtmpl我可以在其中包含 HTML 编码,但文件以简单文本文件的形式打开。

我缺少的配置中是否有插件?

谢谢!

================= ** 编辑 ** ============================

我的文件如下所示:

editMode.gtmpl

#{param name=enableComment/} <form action="@{JuZcretApplication.enableComment()}" method="POST" role="form"> <h5>Configuration</h5> <input type="checkbox" name="enableComment" <%=enableComment ? "checked" : "" %>/>Enable Comment <button type="submit">Save</button> </form>