GWT with a Content Management System

家住魔仙堡 提交于 2019-12-11 05:43:31

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/5834184/gwt-with-a-content-management-system

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!