You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 476B

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