how to integrate or call or interface with a 3rd party widget within a GWT app? -
i making app in gwt. dashboard , have out of widgets.
now when ship out, there use case customer might want create own gwt widget , use in dashboard app.
as understand it, not able since cannot ship our source code needed compile whole app again once tag of widget/module gets gwt.xml file of app.
i cannot use other gwt make dashboard. , widget flash heapmap, jquery widget/plugin, gwt module, jsp page renders visualization end.
so far thoughts have been provide widget in app wrapper in form of iframe , call main page (they provide url), , have api let app , widget talk.
but know if there other / better approaches?
this problem solved google's opensocial widgets. there few opensource implementations: http://shindig.apache.org/ one. can integrating in app. added bonus can display widgets other applications (such atlassian jira) serve opensocial widgets.
Comments
Post a Comment