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

您现在的位置是:虫虫源码 > 其他 > 面向方面的网络应用框架。

面向方面的网络应用框架。

  • 资源大小:205.29 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 框架 方面 网络应用 面向

资 源 简 介

The features of the WhiteDog System are: Framework for the object sharing applications. i.e. shared paint board or chat application. Annotation based design. Put @Share annotation to the method you want to share its execution. Put @Share annotation to the field you want to synchronize its state at session start. Pluggable protocol. Currently, UDP multicasting(JGroups) and in-VM(ClassLoader) are supported. Concept video(based on the former implementation of the WhiteDog System): * WhiteDog System * Additional demo * A part of demonstration at NJT2004 Code Example: class Canvas{ @Share public void paint(int x, int y, Color color){ ... } }
VIP VIP
0.171781s