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跨项目集成_Gwt - Fatal编程技术网

GWT跨项目集成

GWT跨项目集成,gwt,Gwt,我有两个GWT Web应用程序:A和B a内有一个X视图,B内有一个Y视图 我想做两件事: 1-。将Y视图嵌入到X视图中 2-。从X视图转到Y视图 最好的方法是什么 谢谢,在项目B中添加A.jar,在项目A中添加B.jar。在A.gwt.xml继承项目B和B.gwt.xml继承项目B中也添加了A.jar。我在当前项目中使用这种方法

我有两个GWT Web应用程序:A和B

a内有一个X视图,B内有一个Y视图

我想做两件事:

1-。将Y视图嵌入到X视图中

2-。从X视图转到Y视图

最好的方法是什么


谢谢,

在项目B中添加A.jar,在项目A中添加B.jar。在A.gwt.xml继承项目B和B.gwt.xml继承项目B中也添加了A.jar。我在当前项目中使用这种方法