blob: 9f61366639065a9da831bf9e62cf3da46506c0ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<body>
Remote Method Invocation.
<p>This package enables applets to access remote objects
running on the web server with regular Java syntax.
It is provided as a sample implementation with Javassist.
All the programs in this package uses only the regular
Javassist API; they never call any hidden methods.
<p>The most significant class of this package is
<code>ObjectImporter</code>.
See the description of this class first.
</body>
</html>
|