带有内容管理系统的 GWT

发布于 2024-11-03 23:30:26 字数 130 浏览 0 评论 0原文

我有功能丰富的 GWT 页面。我想在不同的网站中使用这个模块作为小部件。但由于该模块的灵活性有限,我无法轻松更改设计,也无法将该模块嵌入到不同的 SEO(搜索引擎优化)页面中。

是否有任何 CMS 或方法可以简化 GWT 的工作?

I have GWT page with rich functionality. I wanted to use this module in different web sites as a widget. But due to limited flexibility of this module I can't change design easily, nor embed this module into different SEO(search engine optimized) pages.

If there any CMS or methodology to ease work with GWT?

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

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

发布评论

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

评论(2

云朵有点甜 2024-11-10 23:30:26

查看 GaSP:http://code.google.com/p/gasp- web-engine/

是我基于GWT/SQL/PHP编写的一个CMS。它非常灵活。如果您愿意测试一下,请告诉我。

它运行我的网站: http://www.stevenjaycohen.com

Steven

Take a look at GaSP: http://code.google.com/p/gasp-web-engine/

It's a CMS that I wrote based on GWT/SQL/PHP. It's pretty flexible. Let me know if you are willing to test it out.

It runs my site: http://www.stevenjaycohen.com

Steven

浪推晚风 2024-11-10 23:30:26

听起来您已经排除了将该模块嵌入到不同网站的可能性,但是您是否检查过 GWT出口商

该项目是一个 GWT 模块,
包含一个能够采取
GWT 类并将它们导出为
可调用的普通 Javascript API
没有 JSNI 的手写 Javascript,
并且适合在混搭中使用。

它可能允许您使用纯 JS 公开现有模块,无需修改。它可能会简化将您的模块嵌入其他站点的过程

It sounds like you've already ruled out embedding the module in different websites, but have you checked out GWT Exporter

The project is a GWT module which
contains a generator capable of taking
GWT classes and exporting them as
ordinary Javascript APIs callable from
hand-written Javascript without JSNI,
and suitable for use in mashups.

It might allow you to expose your existing module, without modification, using pure JS. It would likely simplify embedding your module in other sites

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