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