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

您现在的位置是:虫虫源码 > PHP > derpc GWT的PHP实现

derpc GWT的PHP实现

  • 资源大小:124.22 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: php GWT rpc deRPC

资 源 简 介

Introduction GwtPhp-deRPC is a PHP port for the new version of GWT RPC called Direct-Eval RPC (deRPC). This new version, deRPC, is faster than the first one but generates more data to transfer. In production mode, it generates directly JavaScript and allow the internet browser to parse it quickly. The main advantages of GwtPhp-deRPC are : * minor modification to do in java side * all the classes used in service will be generated in php * the php service is easy to write Main Features : * all basic types (int, String, byte, char... , Integer, String, Byte, Character...) * Array is supported * enums are supported * enclosing types are supported * Collection, List, Set and Map are supported * Date (no Time) It requires minimum PHP 5.3 to run. Example Java side Module To add the GwtPhp-deRpc module to your project, add these lines in your gw
VIP VIP
0.180114s