Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RMI
Search - RMI - List
DL : 0
weblogic应用全实例,包含了j2ee规范中的servlet、jsp、ejb、jms、jdbc、jaas、rmi、xml等应用实例代码。-Weblogic Application examples include creates servlet specification, jsp, Bob, jms, jdbc, JAAS, rmi, xml applications such as code examples.
Update : 2024-05-05 Size : 28474368 Publisher : 高波

这是一个用java编写的基于RMI的远程方法调用-This is a preparation using java-based RMI Remote Method Invocation
Update : 2024-05-05 Size : 5120 Publisher : 小亮

List RMI Repository. 通过指定RMI Repository的主机名和端口,此客户端程序可以列出注册在该Repository上的所有RMI对象实例。-List RMI Repository. Repository designated by the RMI Hosts and ports, this client program can be registered in the list of all Repository RMI instantiate the object.
Update : 2024-05-05 Size : 1024 Publisher : 焕生

DL : 0
课程成绩管理程序,用Java RMI实现,具有以下功能: 1.客户端能够录入课程名称、课程编号、授课教师、学号、学生名称、学生成绩; 2.客户端能够按照课程名/课程编号或者学生名称/学号查询成绩; 3.对于成绩不及格的同学,服务器端可以用回调方法通知学生补考时间和地点。 -courses results management process, using Java RMI, has the following functions : 1. Client programs can be recorded names, MFT, the teachers teaching, learning, student name, student achievement; 2. According to the client who courses/or courses students No. Name/inquiry results; 3. Results for failing students, the server-correction method can be used to inform students make-up time and location.
Update : 2024-05-05 Size : 17408 Publisher : li

DL : 0
c/s模式编程,利用了java的rmi技术,实现数据库的分布式编程,作的是关于一个简单的银行转帐系统-c/s mode programming, the use of java rmi technology, the Distributed Database Programming for the yes on a simple bank transfer system
Update : 2024-05-05 Size : 121856 Publisher : 贺先生

DL : 0
java编程好的网上银行的例子,基于rmi 一定要看-good example of online banking, for the obligatory rmi
Update : 2024-05-05 Size : 10240 Publisher : sw

RMI英文教程,从各个方面教你怎么进行RMI开发-RMI English Guide, from all teach you how to develop for RMI
Update : 2024-05-05 Size : 2033664 Publisher : 呆板厂

DL : 0
rmi程序,非常简单的,不知道可以不可以,联系: lijie451789@126.com,信息安全的课程设计,不知道可以不可以,联系: lijie451789@126.com-rmi procedure is very simple and does not know she can not, contact : lijie451789@126.com, information security curriculum design, and do not know they can not, contact : lijie451789@126.com
Update : 2024-05-05 Size : 24576 Publisher : 李杰

DL : 0
基于RMI分布计算实例(实现两个矩阵相乘)-RMI based distributed computing Example (2 matrix multiplication achieve)
Update : 2024-05-05 Size : 28672 Publisher : 王点

本程序是java网络编程,包含常用的网络服务,rpc和rmi等网络高级程序。-java programming networks, including commonly used network services, rmi rpc and networks such as senior program.
Update : 2024-05-05 Size : 5242880 Publisher : lim

包括继承Remote接口,服务器端提供远程对象,客户端来调用这一远程对象,基本体现了RMI的基本功能。-including inheritance Remote interface server for remote objects, the client calls to the remote object. basic reflects the RMI's basic functions.
Update : 2024-05-05 Size : 23552 Publisher : yxj

用RMI实现一个简单的方法调用,可被其他网络机子调用,是本人在学习其间的作品,希望能给大家带来收益。-with RMI achieve a simple method calls, can be called to other networks loom, I was in the works during learning, we can bring in revenue.
Update : 2024-05-05 Size : 14336 Publisher : 李逵

DL : 0
一个java的rmi实例,实现城市查找功能。-of a java rmi example, the search function to be achieved.
Update : 2024-05-05 Size : 31744 Publisher :

这个一个远程方法调用(RMI)例子,客户端获取上次登陆的时间.这里的服务器要连上 sqlServer,来存储不同用户登陆的时间.-this a remote method invocation (RMI) example, client access to the last landing time. here the server to connect sqlServer. different users to store landing time.
Update : 2024-05-05 Size : 116736 Publisher : 邹文科

DL : 0
上為java rmi中的使用功能,可由說明檔中了解操作程序-java rmi for the use of function, which could stall note understand the processes
Update : 2024-05-05 Size : 2048 Publisher : 翁振銘

DL : 0
用Java实现RMI的客户端和服务端,直接执行两个bat文件即可-using Java RMI client and server, direct the implementation of two documents can bat
Update : 2024-05-05 Size : 7168 Publisher : lrlfriend

第一,编译RMI存根(stub)和框架(skeleton)文件。 第二,编译上面所有的类文件,将服务器和客户端编译生成的.class文件打包。 第三,启动服务器。 第四,启动客户端。 执行命令java chatclient.ChatClient -jar ChatClient.jar启动客户端程序。选菜单"File/Connect"输入服务器地址和用户名,成功连接到服务器后,就可以聊天了。-first, compilers RMI stubs (stub) and Framework (skeleton) documents. Second, compile all of the above types of documents to the server and client compiler generated. Class paper packaging. Third, start the server. Fourth, start the client. Java chatclient.ChatClient enforcement of the order-jar ChatCli ent.jar start client. Election menu "File/Connect" imported server addresses and user names, successfully connected to the server, can a chat.
Update : 2024-05-05 Size : 10240 Publisher : 浦嘉琪

DL : 0
《精通RMI:Java与EJB企业级应用开发》书籍的源代码. 本书是讲述RMI技术的经典著作,清晰地展示了设计和创建RMI应用中涉及到的思想,包括最常用的设计模式。详细讲述了如何利用RMI的所有高级特性,如何创建RMI系统,实例丰富,还介绍了常用的客户/服务器结构、远程调用的本质以及与RMI相关的技术。作者把既简单又很有说服力的应用与理论相结合,全书由浅入深,概念叙述和应用分析并举,使读者不仅“知其然”,而且“知其所以然”。对于所有关注Java技术、从事企业应用实现的读者来说,是一本内容详尽、技巧高超的参考书籍。 -"proficient RMI : Java and EJB enterprise-class application development, "the source books. the book is about RMI classics, a clear demonstration of the design and creation of RMI application relates to the idea, including the most commonly used design patterns. A detailed account of how to use RMI all advanced features, how to set up RMI system, abundant examples, also introduced in the client/server structure, the nature of long-distance calls with the RMI and related technologies. The authors not only simple but also very convincing application and theory, elementary book. the concept of narrative and analysis applications simultaneously, so that readers not only "know-" and "know why they are so." For all the concern Java technology, enterprise applicat
Update : 2024-05-05 Size : 9744384 Publisher : nomad2

DL : 0
使用RMI实现的聊天室,开发环境j2sdk1.5.0,windows 2-use chat rooms, development environment j2sdk1.5.0. windows 2
Update : 2024-05-05 Size : 12288 Publisher : 李小宇

Java 3D Desktop Environment旨在使用Java 3D来创建一个3D桌面环境。功能包括:分布式的应用程序,基于RMI安全的安全体系结构,分布式的事件... -Java 3D Desktop Environment to use Java to create 3D built a three D desktop environment. Features include : distributed applications, based on the safety of RMI Security Architecture, Distributed events ...
Update : 2024-05-05 Size : 1249280 Publisher :
« 1 2 3 4 5 67 8 9 10 11 ... 42 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.