-
How to get RMI 1.1 behaviour with JDK 1.2 or 1.3
Hi,
prior to JDK1.2 the rmic compiler has generated stubs and skeletons files
that were both used to invoke the remote
method and to tranfer the parameters. Since JDK1.2 the skeleton file is not
used anymore and the stub
implementation has changed significantly. I would like to run RMI with jdk1.2
or 1.3 but I need the OLD RMI behavior
from 1.1. Especially I need both stubs and skeletons involved in the communication
for tracing purpose. I know that
rmic can still generate the old stubs & skeletons for use with JDK 1.1 but
I would need them running with Java 2.
Has anybody an idea if this is possible?
Klaus
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks