Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何将GWT UIBinder视图嵌入RCP Jface视图?_Gwt_Embed_Jface_Rcp_Uibinder - Fatal编程技术网

如何将GWT UIBinder视图嵌入RCP Jface视图?

如何将GWT UIBinder视图嵌入RCP Jface视图?,gwt,embed,jface,rcp,uibinder,Gwt,Embed,Jface,Rcp,Uibinder,我们有一个现有的基于GWT的web应用程序和基于EclipseRCP的桌面应用程序。现在,我想将使用UIBinder创建的现有GWT视图嵌入到使用JFace创建的eclipse RCP视图中。有人能回答如何做到这一点吗?我认为这根本不可能。除非你说的是使用SWT浏览器并将其指向GWT应用程序。是的,我也在尝试这样做。我想将我的gwt应用程序嵌入我的SWT浏览器。你知道如何做到这一点吗?

我们有一个现有的基于GWT的web应用程序和基于EclipseRCP的桌面应用程序。现在,我想将使用UIBinder创建的现有GWT视图嵌入到使用JFace创建的eclipse RCP视图中。有人能回答如何做到这一点吗?

我认为这根本不可能。除非你说的是使用SWT
浏览器
并将其指向GWT应用程序。是的,我也在尝试这样做。我想将我的gwt应用程序嵌入我的SWT浏览器。你知道如何做到这一点吗?