From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/rhino_documentation/index.html | 115 ++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create 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 new file mode 100644 index 0000000000..c664463d0d --- /dev/null +++ b/files/de/rhino_documentation/index.html @@ -0,0 +1,115 @@ +--- +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