Home | History | Annotate | Download | only in rmi
      1 <html>
      2 <body>
      3 Sample implementation of 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