/Users/lyon/j4p/src/javassist/rmi/package.html

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