首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > API的GWT GWT应用之间共享对象的简单的插件

API的GWT GWT应用之间共享对象的简单的插件

资 源 简 介

Introduction gwt-plug is a simple plugin API for GWT to connect different GWT applications in one host page. The GWT Applications can share Objects by exporting and importing Interfaces. # Resources # * A simple example * Getting started # Limitations # Currently there are some limitations when using gwtplug: * Classes can only implement one exportable interface (or more precisely only one of them is really exported) * I"m thinking about that * you can"t define multiple methods with the same name in one interface because javascript doesn"t support method overloading (as far as I know) * I"m working on that point * You can only use primitive values (int but not Integer!), Strings and JavaScriptObjects as method parameters and return values. That"s because: 1. It"s not possible in hosted mode to attach java obj

文 件 列 表

gwt-plug-1.0-SNAPSHOT
LICENSE.txt
pom.xml
gwt-plug-1.0-SNAPSHOT-javadoc.jar
gwt-plug-1.0-SNAPSHOT-sources.jar
gwt-plug-1.0-SNAPSHOT.jar
VIP VIP
0.183718s