From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/de/rhino_documentation/index.html | 115 -------------------------------- 1 file changed, 115 deletions(-) delete mode 100644 files/de/rhino_documentation/index.html (limited to 'files/de/rhino_documentation/index.html') diff --git a/files/de/rhino_documentation/index.html b/files/de/rhino_documentation/index.html deleted file mode 100644 index c664463d0d..0000000000 --- a/files/de/rhino_documentation/index.html +++ /dev/null @@ -1,115 +0,0 @@ ---- -title: Rhino Dokumentation -slug: Rhino_documentation -translation_of: Mozilla/Projects/Rhino/Documentation ---- -

Information zu Rhino für das Schreiben von Skripten und das Einbetten in Appliketionen.

-

Allgemein

-
-
- Überblick
-
- Ein Überblick über die Sprache JavaScript und Rhino.
-
- Lizenz
-
- Rhino Lizenzinformationen.
-
- Vorraussetzungen und Einschränkungen
-
- Was man braucht, um Rhino zu nutzen; was Rhino nicht kann.
-
- Downloadarchiv
-
- Ältere Versionen von Rhino mit ihren Releasenotes
-
- Optimierungen
-
- Details zu den verschiedenen Optimierungsstufen.
-
- FAQ
-
- Antworten zu häufig über Rhino gestellten Fragen.
-
- Rhino Historie
-
- Historie des Tiers.
-
-

Schreiben von Skripten

-
-
- Scripting Java
-
- How to use Rhino to script Java classes.
-
- Scripting Java
-
- How to use Rhino to script Java classes (an older treatment).
-
- Performance Hints
-
- Some tips on writing faster JavaScript code.
-
-

JavaScript Tools

-
-
- Rhino Shell
-
- Interactive or batch execution of scripts.
-
- JavaScript Debugger
-
- Debugging scripts running in Rhino.
-
- JavaScript Compiler
-
- Compiling scripts into Java class files.
-
- Running the Rhino tests
-
- Running the JavaScript test suite with Rhino.
-
-

Embedding Rhino

-
-
- Embedding tutorial
-
- A short tutorial on how to embed Rhino into your application.
-
- API javadoc Reference (Link broken?  Try this at Jarvana.)
-
- An annotated outline of the programming interface to Rhino (tip only).
-
- Scopes and Contexts
-
- Describes how to use scopes and contexts for the best performance and flexibility, with an eye toward multithreaded environments.
-
- Serialization
-
- How to serialize JavaScript objects and functions in Rhino.
-
- Runtime
-
- A brief description of the JavaScript runtime.
-
- Small Footprint
-
- Hints for those interested in small-footprint embeddings.
-
- Examples
-
- A set of examples showing how to control the JavaScript engine and build JavaScript host objects.
-
- Using Rhino with Bean Scripting Framework (BSF)
-
- How to use Rhino with apps that support BSF (Bean Scripting Framework) from the Apache Jakarta project.
-
-

External references

-
-
- Scripting Languages for Java
-
- An article comparing and contrasting Rhino and Jython.
-
-

Rhino contributors

-

Interested in contributing to Rhino? Check out the Rhino Wish List.

-- cgit v1.2.3-54-g00ecf