diff options
Diffstat (limited to 'src/main/javassist/tools/rmi/package.html')
-rw-r--r-- | src/main/javassist/tools/rmi/package.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/javassist/tools/rmi/package.html b/src/main/javassist/tools/rmi/package.html new file mode 100644 index 00000000..5432a948 --- /dev/null +++ b/src/main/javassist/tools/rmi/package.html @@ -0,0 +1,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> |