diff --git a/closed/src/java.rmi/share/specs/rmi/client.md b/closed/src/java.rmi/share/specs/rmi/client.md index faa5629161..c6d5d9a15f 100644 --- a/closed/src/java.rmi/share/specs/rmi/client.md +++ b/closed/src/java.rmi/share/specs/rmi/client.md @@ -1,5 +1,5 @@ --- -# Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved. # include-before: '[CONTENTS](index.html) | [PREV](arch.html) | [NEXT](server.html)' @@ -15,7 +15,7 @@ lang: en ------------------------------------------------------------------------------- -When writing an applet or an application that uses remote objects, the +When writing an application that uses remote objects, the programmer needs to be aware of the RMI system's client visible interfaces that are available in the `java.rmi` package. diff --git a/closed/src/java.rmi/share/specs/rmi/intro.md b/closed/src/java.rmi/share/specs/rmi/intro.md index 2e0de06792..5ab0cd0a96 100644 --- a/closed/src/java.rmi/share/specs/rmi/intro.md +++ b/closed/src/java.rmi/share/specs/rmi/intro.md @@ -1,5 +1,5 @@ --- -# Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved. # include-before: '[CONTENTS](index.html) | [PREV](index.html) | [NEXT](objmodel.html)' @@ -50,7 +50,6 @@ The goals for supporting distributed objects in the Java programming language are: - Support seamless remote invocation on objects in different virtual machines -- Support callbacks from servers to applets - Integrate the distributed object model into the Java programming language in a natural way while retaining most of the Java programming language's object semantics diff --git a/closed/src/java.rmi/share/specs/rmi/properties.md b/closed/src/java.rmi/share/specs/rmi/properties.md index a24a69a0f1..824b97b736 100644 --- a/closed/src/java.rmi/share/specs/rmi/properties.md +++ b/closed/src/java.rmi/share/specs/rmi/properties.md @@ -1,5 +1,5 @@ --- -# Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved. # include-before: '[CONTENTS](index.html) | [PREV](exceptions.html) | NEXT' @@ -18,8 +18,7 @@ lang: en ## B.1 Server Properties The following table contains a list of properties typically used by servers for -configuration. Note that properties are typically restricted from being set -from applets. +configuration. ### `java.rmi.server.codebase` diff --git a/closed/src/java.rmi/share/specs/rmi/protocol.md b/closed/src/java.rmi/share/specs/rmi/protocol.md index 33c1f162d2..ee0ff12944 100644 --- a/closed/src/java.rmi/share/specs/rmi/protocol.md +++ b/closed/src/java.rmi/share/specs/rmi/protocol.md @@ -237,9 +237,7 @@ The class annotation is resolved during deserialization using the `ObjectInputStream.resolveClass` method. The `resolveClass` method first reads the annotation via the `ObjectInputStream.readObject` method. If the annotation, a codebase URL, is non-`null`, then it obtains the classloader for -that URL and attempts to load the class. The class is loaded by using a -`java.net.URLConnection` to fetch the class bytes (the same mechanism used by a -web browser's applet classloader). +that URL and attempts to load the class. ## 10.4 RMI's Use of HTTP POST Protocol