forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (128 loc) · 4.63 KB
/
index.html
File metadata and controls
235 lines (128 loc) · 4.63 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>JavaBeans</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#000077" ALINK="#FF0000">
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="60">
<IMG SRC="../../images/javalogo52x88.gif" ALT="Java" BORDER=0 WIDTH=52 HEIGHT=88>
</TD>
<TD>
<center>
<h1>JavaBeans<sup><font size="-2">TM</font></sup> Component API</h1>
</center>
</TD>
<TD ALIGN=RIGHT VALIGN=TOP>
<font size="-1"><a href="../../index.html">Documentation Contents</a></font>
</TD>
</TR>
</TABLE>
<!-- Body text begins here -->
<blockquote>
The JavaBeans component API
extends the Java platform's
Write Once, Run Anywhere<sup><font size=-2>TM</font></sup>
capability to
reusable component development. In fact, the JavaBeans architecture
takes interoperability a
major step forward -- your code runs on every OS and also within any application
environment. A developer who creates components
based on the JavaBeans architecture (beans)
secures a future in the emerging network
software market without losing customers that use proprietary platforms,
because beans interoperate with ActiveX, OpenDoc, and LiveConnect.
<p>
As of v 1.4,
the <code>java.beans</code> package provides support for
<em>long-term persistence</em> -- reading and
writing a bean as a textual representation of its property values.
Other changes in v 1.4 include
improvements to the <code>Introspector</code> class,
a JavaBeans Specification amendment to support
retrieving listeners from a bean,
and miscellaneous improvements in the treatment of event listeners.
</blockquote>
<h3>API Enhancements</h3>
<ul>
<li> <a href="changes14.html">API Enhancements in v1.4</a>
</ul>
<h3>ActiveX Bridge Developer Guide</h3>
<ul>
<li> <A href="axbridge/developerguide/index.html">ActiveX Bridge Developer Guide</A>
</ul>
<h3>JavaBeans Tutorial</h3>
<blockquote>
<b>Located on the Java Software website:</b>
</blockquote>
<ul>
<LI><b><a href="http://java.sun.com/docs/books/tutorial/javabeans/index.html">JavaBeans Tutorial</a></b>
</ul>
<br>
<h3>Beans Specifications</h3>
<ul>
<LI><b><a href="spec/beancontextTOC.html">BeanContext Specification</a></b>
(<a href="http://java.sun.com/products/javabeans/glasgow/beancontext.pdf">PDF</a> |
<a href="http://java.sun.com/products/javabeans/glasgow/beancontext.ps">PS</a>) <BR>
Extensible Runtime Containment and Services Protocol for JavaBeans
</ul>
<br>
<blockquote>
<b>Located on the Java Software website:</b>
</blockquote>
<ul>
<LI><b><a href="http://java.sun.com/products/javabeans/docs/spec.html">JavaBeans<sup><font size="-2">TM</font></sup> Specification</a></b> (PDF and PS)
</ul>
<br>
<h3>JavaBeans API Specification</b></h3>
<font size=-1>(javadoc)</font>
<ul>
<LI><b><a href="../../api/java/beans/package-summary.html">java.beans</a></b><br>
<LI><b><a href="../../api/java/beans/beancontext/package-summary.html">java.beans.beancontext</a></b><br>
</ul>
<br>
<h3>For More Information</b></h3>
<p>
<blockquote>
<b>Located on the Java Software website:</b>
</blockquote>
<ul>
<!--<b>Located on the Java Software website:</b>-->
<li><a href="http://java.sun.com/products/javabeans/index.html"><b>The JavaBeans Home Page</b></a>
<LI><b><a href="http://java.sun.com/products/javabeans/index.html">Beans Development Kit and More Information</a></b><br>
Contains BeanBox test container, example beans, demo source code, and introductory documentation
<LI><b>Assorted persistence-related articles in
<a href="http://java.sun.com/products/jfc/tsc/"><em>The Swing Connection</em></a></b>
<br>
Contain examples of using persistence,
including a downloadable graphical user interface (GUI)
builder that reads and writes
XML documents representing GUIs.
</ul>
<p>
<!-- Body text ends here -->
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR VALIGN=TOP>
<TD>
<P><FONT SIZE="-2">
<A HREF="../../relnotes/SMICopyright.html">Copyright ©</A> 2002
<A HREF="http://www.sun.com/">Sun Microsystems, Inc.</A>
All Rights Reserved.</FONT></P>
<FONT SIZE="-1">
</FONT>
</TD>
<TD ALIGN=RIGHT>
<IMG SRC="../../images/sunlogo64x30.gif" ALT="Sun" BORDER=0 WIDTH=64 HEIGHT=30>
<BR>
<FONT SIZE="+1">
<i>Java Software</i>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>