aboutsummaryrefslogtreecommitdiff
path: root/src/main/javassist/tools/rmi/package.html
blob: 5432a94871aea3af78ce8f971f364377d0580343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>
Sample implementation of 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>