【24h】

Reflections on remote reflection

机译:关于远程反射的思考

获取原文
获取原文并翻译 | 示例

摘要

The Java programming language provides both reflection and remote method invocation: reflection allows a program to inspect itself and its runtime environment, remote method invocation allows methods to be invoked transparently across a network. Unfortunately, the standard Java implementations of reflection and remote method invocation are incompatible: programmers cannot reflect on a remote application.We describe how Java systems can be extended to support Remote Reflection transparently by extending the standard Java API. Remote reflection can support remote debuggers, performance monitors, programming environments, application component servers such as Enterprise JavaBeans, and any other Java system that can be distributed across a network.
机译:Java编程语言提供了反射和远程方法调用:反射允许程序检查自身及其运行时环境,远程方法调用允许在网络上透明地调用方法。不幸的是,反射和远程方法调用的标准Java实现不兼容:程序员无法在远程应用程序上进行反射。我们描述了如何通过扩展标准Java API来扩展Java系统以透明地支持 Remote Reflection 。远程反射可以支持远程调试器,性能监视器,编程环境,应用程序组件服务器(例如Enterprise JavaBeans)以及可以在网络上分布的任何其他Java系统。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号