如何在grails项目之间共享通用的css和其他资源?

发布于 2024-10-15 16:48:55 字数 239 浏览 2 评论 0原文

我正在开发一个基于 grails 的 Web 应用程序,该应用程序将由几个不同的 grails 项目组成,每个项目都由一个单独的团队开发,最终将统一在一个公共“门户”下。因此,它们需要具有相同的外观和感觉,至少在某种程度上。

有没有一种“幸福”的方式在项目之间共享这样的资源?也许使用 grails 插件架构的东西?仅创建一个单独的轻量级项目,只包含 css 和任何共享资源是否有意义?你们其他人是如何处理在不同 Grails 项目之间共享内容的?

I'm working on a grails-based web application that will be composed of a couple of different grails projects, each developed by a separate team, which will eventually all be unified under a common "portal." So they need to have the same look and feel, at least to some degree.

Is there a "blessed" way to share resources like this among projects? Something using the grails plugin architecture maybe? Would it make sense to just create a separate lightweight project containing nothing but the css and any shared resources? How have the rest of you handled sharing things between different grails projects?

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

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

发布评论

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

评论(2

旧夏天 2024-10-22 16:48:55

我建议你使用一个插件。

让您自己从 jQuery 插件中获得灵感:http://grails.org/plugin/jquery

I suggest that you use a plugin.

Let your self be inspired from the jQuery plugin: http://grails.org/plugin/jquery

慕烟庭风 2024-10-22 16:48:55

对于那些用谷歌搜索这个答案并对如何共享域模型和其他东西感兴趣的人来说,这是一个很好的例子 此处

For those who googled this answer and interested how to share Domain models and other stuff it is very good example here.

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