This repository was archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (135 loc) · 5.14 KB
/
index.html
File metadata and controls
137 lines (135 loc) · 5.14 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<title>Mojarra 2.2 - Overview</title>
<link rel="stylesheet" href="../css/oracle.css" type="text/css">
</head>
<body>
<h1>
Mojarra 2.2<br/>
Overview
</h1>
<table class="navbar" cellspacing="0">
<tr>
<td class="active">
<a href="index.html">
<div class="roundedcornr_box_574790">
<div class="roundedcornr_top_574790"><div></div></div>
<div class="roundedcornr_content_574790">
Mojarra 2.2
</div>
</div>
</a>
</td>
<td class="inactive">
<a href="http://javaserverfaces.java.net">
<div class="roundedcornr_box_855753">
<div class="roundedcornr_top_855753"><div></div></div>
<div class="roundedcornr_content_855753">
JSF Community
</div>
</div>
</a>
</td>
</tr>
</table>
<div class="subnavbar">
<ul>
<li class="first">
<a href="index.html">
<span class="active">Overview</span>
</a>
</li>
<li>
<a href="whatsnew.html">
<span>What’s new</span>
</a>
</li>
<li>
<a href="releasenotes.html">
<span>Release Notes</span>
</a>
</li>
<li>
<a href="knownissues.html">
<span>Known Issues</span>
</a>
</li>
<li>
<a href="download.html">
<span>Download</span>
</a>
</li>
</ul>
</div>
<p>
JavaServer <sup><font size="-2">TM</font></sup> Faces technology
simplifies building user interfaces for JavaServer applications.
Developers of various skill levels can quickly build web
applications by:
</p>
<ul>
<li>assembling resuable UI components in a page</li>
<li>connecting these components to an application data source</li>
<li>wiring client-generated events to server-side event handlers</li>
<li>and much more...</li>
</ul>
<h2>Documentation</h2>
<p>Documentation for this release consists of the following:
<ul>
<li>
<a href="releasenotes.html">Release Notes</a>
</li>
<li>
<a href="https://javaserverfaces.github.io/docs/2.2/javadocs/index.html">
Javadoc API Documentation
</a>
</li>
<li>
<a href="https://javaserverfaces.github.io/docs/2.2/managed-bean-javadocs/index.html">
Managed Bean Javadoc API Documentation
</a>
</li>
<li>
<a href="https://javaserverfaces.github.io/docs/2.2/jsdocs/index.html">
JavaScript API Documentation
</a>
</li>
<li>
<a href="https://javaserverfaces.github.io/docs/2.2/vdldocs/jsp/index.html">
VDL Tag Library Documentation for JSP
</a>
</li>
<li>
<a href="https://javaserverfaces.github.io/docs/2.2/vdldocs/facelets/index.html">
VDL Tag Library Documentation for Facelets2
</a>
</li>
<li>
<a href="https://javaserverfaces.github.io/docs/2.2/renderkitdocs/index.html">
Standard HTML Render Kit Documentation
</a>
</li>
<li>
<a href="http://wikis.oracle.com/display/GlassFish/JavaServerFacesRI">Mojarra FAQ</a>
</li>
</ul>
<h2>Software Licenses</h2>
<ul>
<li>
<a href="http://javaserverfaces.java.net/COPYRIGHT">Copyright 2012 Oracle America, Inc. All rights reserved.</a>
</li>
<li>The Mojarra 2.2 release is covered by the
<a href="http://javaserverfaces.java.net/LICENSE.txt">Common Development and Distribution License (CDDL) + GPLv2</a>
</li>
<li>Additional copyright notices and license terms applicable to portions of the software are set forth in the
<a href="http://javaserverfaces.java.net/THIRDPARTYLICENSEREADME.txt">Third Party License README</a>
</li>
</ul>
<hr>
<div class="footer">
<div style="float:right; height: 24px"></div>
<div style="clear:both"></div>
</div>
</body>
</html>