期刊文献+
共找到10篇文章
< 1 >
每页显示 20 50 100
Decrease of RMI Application Coupling Degree Based on Dynamic Proxy and Interceptor
1
作者 闫波 战守义 张艳 《Journal of Beijing Institute of Technology》 EI CAS 2003年第S1期109-113,共5页
Based on Java RMI framework, a new design is introduced to plug common services into RMI application without modifying the remote interface. This design improves the mechanism of RMI, which is based on dynamic proxy a... Based on Java RMI framework, a new design is introduced to plug common services into RMI application without modifying the remote interface. This design improves the mechanism of RMI, which is based on dynamic proxy and interceptor technology. The implementation of class loader and stub is custom. The design ensures both the integrity of RMI mechanism and the plug-ins of some common services that are based on component. The design improves the modularization of application and decreases the coupling degree among different modules; by this means these middle-ware's modules gain more scalability and flexibility. 展开更多
关键词 dynamic proxy INTERCEPTOR rmi (remote method invocation)
在线阅读 下载PDF
基于Java RMI的RPC进一步研究 被引量:2
2
作者 陈更力 胡燕 +1 位作者 张青 李克清 《长江大学学报(自然科学版)》 CAS 2005年第7期251-252,共2页
给出了一个基于JavaRMI的RPC应用具体实现方案,介绍了系统功能、技术关键与系统实现流程,发现具体的商业实现已经超越了RPC的原有性能。为此,总结了现在的RPC商业实现对传统RPC的改进内容。
关键词 RPC(远程过程调用) java语言 rmi(远程方法调用)
在线阅读 下载PDF
基于Java的远程调用(RMI)技术与实现 被引量:2
3
作者 陈桦 李鹏 王建文 《陕西科技大学学报(自然科学版)》 2003年第1期84-88,共5页
介绍了 Java远程方法调用 ( RMI)的优点与结构 ,并提出了如何将其连接到现有的和原有的系统中的方法以及如何编写客户端、服务器端的程序以实现远程调用的方法。
关键词 java 远程调用技术 网络 连接方法 客户端 服务器端 资源分享
在线阅读 下载PDF
Java RMI技术的研究与应用 被引量:4
4
作者 周丽娟 姚丽娜 《株洲工学院学报》 2006年第2期42-44,共3页
分布式处理在网络环境中极为重要,在介绍RMI的体系结构、工作原理及其优点的基础上,讨论了RMI的具体实现和运行步骤。
关键词 java rmi JVM
在线阅读 下载PDF
RMI Parameter Organization and Conversion from DELPHI to JAVA
5
作者 夏阳 《International Journal of Mining Science and Technology》 SCIE EI 1999年第2期200-202,3+204,共5页
The methods to implement RMI parameter conversion and to generate the relevant client stub and server skeleton in DAPOOL (the system for distributed application programming with object-oriented languages ) are discuss... The methods to implement RMI parameter conversion and to generate the relevant client stub and server skeleton in DAPOOL (the system for distributed application programming with object-oriented languages ) are discussed in this paper. The algorithm with which some kinds of parameter type in DELPHI language can be converted into JAVA data representation is described. And how to use the object-oriented programming method to organize a class module of parameter conversion which is clear in hierarchy, unanimous in form and easy to generate is also discussed. 展开更多
关键词 OBJECT-ORIENTED PROGRAMMING remote method invocation (rmi) java DELPHI class module
在线阅读 下载PDF
基于Java RMI的分布式数据库系统开发与应用 被引量:2
6
作者 陈新 《软件导刊》 2014年第6期120-122,共3页
以Java RMI(远程方法调用)机制为基础,以多层数据库作为模型,成功地实现了分布式数据处理。通过对Java RMI的使用,实现了对数据的反复利用,不仅使系统效率得到显著提高,还使系统开发过程变得更为简便。
关键词 java rmi 分布式数据库系统 多层模型
在线阅读 下载PDF
基于RMI的高性能计算网格二次开发模型 被引量:5
7
作者 曹荣强 曹宗雁 +1 位作者 迟学斌 肖海力 《计算机应用》 CSCD 北大核心 2010年第9期2526-2529,共4页
根据高性能计算和网格的特点,提出一种网格二次开发模型(GRM)。结合RMI和SSL/TLS技术,该模型提供了访问中间件的一致性接口,屏蔽了通过网络访问网格的繁杂问题,解决了敏感数据在不安全的广域网中传输的问题。以科学计算网格的中间件为基... 根据高性能计算和网格的特点,提出一种网格二次开发模型(GRM)。结合RMI和SSL/TLS技术,该模型提供了访问中间件的一致性接口,屏蔽了通过网络访问网格的繁杂问题,解决了敏感数据在不安全的广域网中传输的问题。以科学计算网格的中间件为基础,实现了GRM。多个基于GRM的用户接口开发经历和实验结果表明,GRM为开发人员提供了一个简单易用和功能全面的开发模型,而且具有良好的性能和可移植性。 展开更多
关键词 高性能计算 网格 用户接口 java rmi 数据安全
在线阅读 下载PDF
基于动态代理的Java远程调用框架的研究 被引量:2
8
作者 韩勇 沈备军 《计算机应用与软件》 CSCD 2010年第6期136-138,144,共4页
随着网络技术的发展,越来越多的项目采用了分布式的系统架构。对于这些把系统中的任务分配到不同计算机的架构来说,采用哪种方式在系统中不同的计算机之间进行通信十分重要。提出了一种基于动态代理的Java远程调用框架。利用此框架可以... 随着网络技术的发展,越来越多的项目采用了分布式的系统架构。对于这些把系统中的任务分配到不同计算机的架构来说,采用哪种方式在系统中不同的计算机之间进行通信十分重要。提出了一种基于动态代理的Java远程调用框架。利用此框架可以使远端的Java应用程序之间的调用更加简单、灵活、高效,同时也可以通过加入插入式代码的方式扩充对远程调用的自定义管理。 展开更多
关键词 远程调用 rmi java动态代理
在线阅读 下载PDF
数据库跨网访问的研究与实现 被引量:1
9
作者 李勃 陈茂源 谷丰强 《电力系统自动化》 EI CSCD 北大核心 2010年第9期103-105,共3页
为提高电力行业数据库应用系统跨网访问的安全性,介绍了数据库安全代理技术。采用远程方法调用(RMI)和Java数据库连接(JDBC)技术实现了数据库跨网访问系统。该系统支持常见的数据库产品,具有良好的通用性,支持普通的基于IP、端口和媒体... 为提高电力行业数据库应用系统跨网访问的安全性,介绍了数据库安全代理技术。采用远程方法调用(RMI)和Java数据库连接(JDBC)技术实现了数据库跨网访问系统。该系统支持常见的数据库产品,具有良好的通用性,支持普通的基于IP、端口和媒体访问控制(MAC)地址的安全过滤,同时支持基于结构查询语言(SQL)语义的安全过滤。检测表明,数据库安全代理系统能够满足数据库跨网访问需求,并提高了数据库应用系统跨网访问的安全性。 展开更多
关键词 安全访问代理 SQL过滤 数据库安全 远程方法调用 java数据库连接
在线阅读 下载PDF
A Jave-Based Multi-tier Distributed Object Enterprise Computing Model
10
作者 李春林 李腊元 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第4期85-90,共6页
In this paper, we adopt Java platform to achieve a multi-tier distributed object enterprise computing model which provides an open, flexible, robust and cross-platform standard for enterprise applications of new gener... In this paper, we adopt Java platform to achieve a multi-tier distributed object enterprise computing model which provides an open, flexible, robust and cross-platform standard for enterprise applications of new generation. In addition to this model, we define remote server objects as session or entity objects according to their roles in a distributed application server, which separate information details from business operations for software reuse. A web store system is implement by using this multi-tier distributed object enterprise computing model. 展开更多
关键词 Distributed object computing remote method invocation (rmi) java Servlet.
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部