blob: c664463d0d3c18878e41671d393f6141980be6b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
---
title: Rhino Dokumentation
slug: Rhino_documentation
translation_of: Mozilla/Projects/Rhino/Documentation
---
<p>Information zu Rhino für das Schreiben von Skripten und das Einbetten in Appliketionen.</p>
<h2 id="General" name="General">Allgemein</h2>
<dl>
<dt>
<a href="/en-US/docs/Rhino/Overview" title="Rhino_Overview">Überblick</a></dt>
<dd>
Ein Überblick über die Sprache JavaScript und Rhino.</dd>
<dt>
<a href="/en-US/docs/Rhino/License" title="Rhino_License">Lizenz</a></dt>
<dd>
Rhino Lizenzinformationen.</dd>
<dt>
<a href="/en-US/docs/Rhino/Requirements_and_Limitations" title="Rhino_Requirements_and_Limitations">Vorraussetzungen und Einschränkungen</a></dt>
<dd>
Was man braucht, um Rhino zu nutzen; was Rhino nicht kann.</dd>
<dt>
<a href="/en-US/docs/Rhino/Downloads_archive" title="Rhino_downloads_archive">Downloadarchiv</a></dt>
<dd>
Ältere Versionen von Rhino mit ihren Releasenotes</dd>
<dt>
<a href="/en-US/docs/Rhino/Optimization" title="Rhino_Optimization">Optimierungen</a></dt>
<dd>
Details zu den verschiedenen Optimierungsstufen.</dd>
<dt>
<a href="/en-US/docs/Rhino/FAQ" title="Rhino_FAQ">FAQ</a></dt>
<dd>
Antworten zu häufig über Rhino gestellten Fragen.</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/History">Rhino Historie</a></dt>
<dd>
Historie des Tiers.</dd>
</dl>
<h2 id="Writing_Scripts" name="Writing_Scripts">Schreiben von Skripten</h2>
<dl>
<dt>
<a class="internal" href="/en-US/docs/Scripting_Java" title="Scripting Java">Scripting Java</a></dt>
<dd>
How to use Rhino to script Java classes.</dd>
<dt>
<a class="external" href="http://www.mozilla.org/rhino/scriptjava.html">Scripting Java</a></dt>
<dd>
How to use Rhino to script Java classes (an older treatment).</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/Performance">Performance Hints</a></dt>
<dd>
Some tips on writing faster JavaScript code.</dd>
</dl>
<h2 id="JavaScript_Tools" name="JavaScript_Tools">JavaScript Tools</h2>
<dl>
<dt>
<a href="/en-US/docs/Rhino/Shell" title="Rhino_Shell">Rhino Shell</a></dt>
<dd>
Interactive or batch execution of scripts.</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/Debugger">JavaScript Debugger</a></dt>
<dd>
Debugging scripts running in Rhino.</dd>
<dt>
<a href="/en-US/docs/Rhino/JavaScript_Compiler" title="Rhino_JavaScript_Compiler">JavaScript Compiler</a></dt>
<dd>
Compiling scripts into Java class files.</dd>
<dt>
<a href="/en-US/docs/Running_the_Rhino_tests" title="Running_the_Rhino_tests">Running the Rhino tests</a></dt>
<dd>
Running the JavaScript test suite with Rhino.</dd>
</dl>
<h2 id="Embedding_Rhino" name="Embedding_Rhino">Embedding Rhino</h2>
<dl>
<dt>
<a class="external" href="/en-US/docs/Rhino/Embedding_tutorial">Embedding tutorial</a></dt>
<dd>
A short tutorial on how to embed Rhino into your application.</dd>
<dt>
<a class="external" href="http://www.mozilla.org/rhino/apidocs/">API javadoc Reference</a> (Link broken? <a href="http://www.jarvana.com/jarvana/view/org/mozilla/rhino/1.7R3/rhino-1.7R3-javadoc.jar!/index.html" title="http://www.jarvana.com/jarvana/view/org/mozilla/rhino/1.7R3/rhino-1.7R3-javadoc.jar!/index.html">Try this at Jarvana.</a>)</dt>
<dd>
An annotated outline of the programming interface to Rhino (tip only).</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/Scopes_and_Contexts" title="https://developer.mozilla.org/editor/fckeditor/core/editor/en-US/docs/Rhino_documentation/Scopes_and_Contexts">Scopes and Contexts</a></dt>
<dd>
Describes how to use scopes and contexts for the best performance and flexibility, with an eye toward multithreaded environments.</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/Serialization">Serialization</a></dt>
<dd>
How to serialize JavaScript objects and functions in Rhino.</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/Runtime">Runtime</a></dt>
<dd>
A brief description of the JavaScript runtime.</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/Footprint">Small Footprint</a></dt>
<dd>
Hints for those interested in small-footprint embeddings.</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/Examples">Examples</a></dt>
<dd>
A set of examples showing how to control the JavaScript engine and build JavaScript host objects.</dd>
<dt>
<a class="external" href="/en-US/docs/Rhino/BSF">Using Rhino with Bean Scripting Framework (BSF)</a></dt>
<dd>
How to use Rhino with apps that support BSF (Bean Scripting Framework) from the Apache Jakarta project.</dd>
</dl>
<h2 id="External_references" name="External_references">External references</h2>
<dl>
<dt>
<a class="external" href="http://www.ociweb.com/jnb/archive/jnbMar2001.html">Scripting Languages for Java</a></dt>
<dd>
An article comparing and contrasting Rhino and Jython.</dd>
</dl>
<h2 id="Rhino_contributors" name="Rhino_contributors">Rhino contributors</h2>
<p>Interested in contributing to Rhino? Check out the <a href="/en-US/docs/Rhino_Wish_List" title="Rhino_Wish_List">Rhino Wish List</a>.</p>
|