带有内容管理系统的 GWT
我有功能丰富的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 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
听起来您已经排除了将该模块嵌入到不同网站的可能性,但是您是否检查过 GWT出口商
它可能允许您使用纯 JS 公开现有模块,无需修改。它可能会简化将您的模块嵌入其他站点的过程
It sounds like you've already ruled out embedding the module in different websites, but have you checked out GWT Exporter
It might allow you to expose your existing module, without modification, using pure JS. It would likely simplify embedding your module in other sites