forked from graalvm/graalvm-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ohc-index-21.html
111 lines (86 loc) · 6.4 KB
/
ohc-index-21.html
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
<!DOCTYPE html>
<html xml:lang="en-us" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:site_name" content="Oracle Help Center">
<!-- The title values -->
<title></title>
<meta property="og:title" content="">
<meta name="application-name" content="GraalVM">
<meta name="dcterms.title" content="">
<!-- The description values -->
<meta name="dcterms.created" content="2023-01-24T20:39:53+00:00">
<meta name="dcterms.category" content="">
<meta name="dcterms.identifier" content="">
<meta name="dcterms.product" content="">
<meta name="dcterms.isVersionOf" content="">
<link rel="first" href="/main.html" title="First Page" type="text/html">
<link rel="contents" href="/toc.htm" title="Table of Contents" type="text/html">
<link rel="self" href="/ohc-index-21.html" title="Current Page" type="text/html">
<link rel="stylesheet" href="/sp_common/book-template/ohc-book-template/css/book.css">
<link rel="shortcut icon" href="/sp_common/book-template/ohc-common/img/favicon.ico">
<meta name="robots" content="all">
<link rel="schema.dcterms" href="http://purl.org/dc/terms/">
<script>
document.write('<style type="text/css">');
document.write('body > .noscript, body > .noscript ~ * { opacity: 0; }');
document.write('</style>');
</script>
<script data-main="/sp_common/book-template/ohc-book-template/js/book-config" src="/sp_common/book-template/requirejs/require.js"></script>
<script>
if (window.require === undefined) {
document.write('<script data-main="./sp_common/book-template/ohc-book-template/js/book-config" src="./sp_common/book-template/requirejs/require.js"><\/script>');
document.write('<link href="./sp_common/book-template/ohc-book-template/css/book.css" rel="stylesheet">');
}
</script>
</head>
<body>
<div class="noscript alert alert-danger text-center" role="alert">
<span class="fa fa-exclamation-triangle" aria-hidden="true"></span> JavaScript must be enabled to correctly display this content
</div>
<article>
<h1 id="preface">Preface</h1>
<p>This documentation will help users get started with GraalVM Enterprise, acquaint them with the available features, supply them with a comprehensive list of command line options, and describe potential usage scenarios.
It also provides a rich set of developer guides, code snippets, example applications, security guidelines, and API documentation - everything neccesary to start developing on top of Oracle GraalVM Enterprise Edition.</p>
<h2 id="content-navigation">Content Navigation</h2>
<p>This GraalVM Enterprise documentation is chapter-based and meets the standards defined by <a href="https://www.oracle.com/corporate/accessibility/">Oracle’s Accessibility Program</a>. For information about Oracle’s commitment to accessibility, visit the <a href="http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc">Oracle Accessibility Program website</a>. The main sections herein are:</p>
<ul>
<li>
<p><a href="https://docs.oracle.com/en/graalvm/enterprise/21/docs/overview/">Solutions and Architecture Overview</a> - for users new to GraalVM Enterprise, or solutions architects and application developers seeking to estimate its buiness value and explore the solutions it has to offer.</p>
</li>
<li>
<p><a href="https://docs.oracle.com/en/graalvm/enterprise/21/docs/getting-started/">Get Started with GraalVM Enterprise</a> - for users already familiar with GraalVM Enterprise but with little experience using it, or any others looking to start from scratch.</p>
</li>
<li>
<p><a href="https://docs.oracle.com/en/graalvm/enterprise/21/docs/reference-manual/">Reference Manuals</a> - for users who have experience managing or developing applications and are looking for the in-depth documentation of GraalVM Enterprise technologies.</p>
</li>
<li>
<p><a href="https://docs.oracle.com/en/graalvm/enterprise/21/docs/tools/">Monitoring and Debugging Tools</a> - for developers who already work with the GraalVM Enterprise platform and seek to optimize their existing Java workloads, or would like to move from single to multilingual programming.</p>
</li>
<li>
<p><a href="https://docs.oracle.com/en/graalvm/enterprise/21/docs/graalvm-as-a-platform/">GraalVM Enterprise as a Platform</a> - for users who are considering GraalVM Enterprise as a platform upon which to implement their own custom language or tool.</p>
</li>
<li>
<p><a href="https://docs.oracle.com/en/graalvm/enterprise/21/docs/security-guide/">Security Guide</a> - for security researchers, developers, and embedders already familiar with GraalVM Enterprise architecture who are searching for information on GraalVM Enterprise’s security model.</p>
</li>
<li>
<p><a href="https://docs.oracle.com/en/graalvm/enterprise/21/sdk/index.html">GraalVM Enterprise SDK Javadoc</a> - for application developers, or those who write Java compatibility tests or seek to re-implement the GraalVM Enterprise platform.</p>
</li>
</ul>
<h2 id="access-to-oracle-support">Access to Oracle Support</h2>
<p>Oracle GraalVM Enterprise Edition is available:</p>
<ul>
<li>
<p>for testing, evaluation, or for developing non-production applications under the <a href="https://www.oracle.com/downloads/licenses/graalvm-otn-license.html">Oracle Technology Network License Agreement for GraalVM Enterprise Edition</a>.</p>
</li>
<li>
<p>for production use, GraalVM Enterprise is available as part of the <a href="https://www.oracle.com/uk/java/java-se-subscription/">Oracle Java SE Subscription</a> which includes 24x7x365 <a href="https://www.oracle.com/support/premier/">Oracle premier support</a> and the access to <a href="https://www.oracle.com/support/">My Oracle Support (MOS)</a>.</p>
</li>
</ul>
<p>For <a href="https://cloud.oracle.com/home">Oracle Cloud</a> customers, GraalVM Enterprise support is included in the Oracle Cloud subscription.</p>
<p>January 2023</p>
</article>
</body>
</html>