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

您现在的位置是:虫虫源码 > Java > GWT RPC先进

GWT RPC先进

  • 资源大小:1.82 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: gwtrpc 先进

资 源 简 介

gwt-rpc-plus gwt-rpc-plus is a set of building blocks for enhancing and replacing GWT"s built-in RPC framework. JavaScript Collections gwt-rpc-plus includes a set of bare-metal, strongly-typed JS collections optimized for both RPC and client-side use. The collection code is generated for each combination of key/value type. The collections also include a GNU Trove-inspired set of procedures to iterate over the keys, values and entries of all the collections: ``` JsRpcMapStringString map = JsRpcMapStringString.create(); map.set("foo", "bar"); map.set("baz", "blah"); StringBuilder builder; map.forEachKey(new JsRpcStringProcedure() { public boolean execute(String value) { builder.append(value); return true; } }); ``` Text and JSON Transports gwt-rpc-plus includes a framework for writing generic text and JSON transports. It

文 件 列 表

libthrift.jar
gwt-rpc-plus.jar
thrift
thrift.linux.x86
thrift.osx

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.200322s