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

您现在的位置是:虫虫源码 > PHP > GWT RPC框架和PHP

GWT RPC框架和PHP

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

资 源 简 介

What can it do? The framework provides an interface for GWT to call server-side PHP functions and it does the JSON serialization/de-serialization of arguments and result values. It can handle the following data types: * All primitive types * All wrapped primitives * String * Date * Objects implementing the PHPObject interface * Lists of the previous types How does it do it? There is no reflection in the client-side emulated java environment in GWT. This makes (de)serialization a bit complicated. To get over this limitation, I started to experiment with code generation (for details click here, here, here, or here). Then I found
VIP VIP
1.679506s