如何使用 google 闭包模板在 Spring MVC 应用程序中渲染 html 视图?

发布于 2024-11-01 04:35:37 字数 227 浏览 0 评论 0原文

我正在使用 SpringMVC 构建 RESTFul Web 应用程序。对于 html 视图,我打算使用 Google Closure 模板

需要有关该方法的建议,以防论坛中的任何人拥有这种架构,或者甚至在基于 java 的 Web 应用程序中使用了 google 闭包模板。

问候,
阿布舍克D

I am building a RESTFul web application using SpringMVC.For the html views, I intend to use Google Closure templates.

Need suggestions on the approach, in case any one in the forum has had this architecture OR even has used google closure templates with a java based web application.

Regards,
AbhishekD

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

墨小沫ゞ 2024-11-08 04:35:37

我刚刚发布了 Closure Templates 和 Spring MVC 集成库的初始版本:
https://github.com/tomakehurst/spring-closure-templates

请参阅 wiki有关如何包含在项目中的一些简短说明,以及源项目中的示例应用程序的完整示例。

在回答下面有关本地化支持的问题时,如果它对任何人都有用,我可以很容易地添加它。如果您有任何此类请求,请在 GitHub 上给我留言。

I have just released an initial version of my integration library for Closure Templates and Spring MVC:
https://github.com/tomakehurst/spring-closure-templates

See the wiki for some brief instructions on how to include in your project, and the example app in the source project for a complete example.

In answer to the question below about localisation support, I can quite easily add this if it's going to be of use to anyone. Please message me on GitHub if you have any requests such as this.

万水千山粽是情ミ 2024-11-08 04:35:37

当我等待答案/建议时,考虑继续使用这种方法 -

为了渲染 html 输出,使用闭包模板作为 Spring View Resolver 组件。
(类似于 FreeMarkerViewResolver)

While i wait for answers/suggestions, thought of proceeding with this approach -

For rendering html output use the Closure Templates as Spring View Resolver components.
(Similar to FreeMarkerViewResolver)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文