152N/A Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 152N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 152N/A This code is free software; you can redistribute it and/or modify it 152N/A under the terms of the GNU General Public License version 2 only, as 152N/A published by the Free Software Foundation. Oracle designates this 152N/A particular file as subject to the "Classpath" exception as provided 6983N/A by Oracle in the LICENSE file that accompanied this code. 152N/A This code is distributed in the hope that it will be useful, but WITHOUT 152N/A ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 152N/A FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 152N/A version 2 for more details (a copy is included in the LICENSE file that 6983N/A You should have received a copy of the GNU General Public License version 6983N/A 2 along with this work; if not, write to the Free Software Foundation, 152N/A Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 152N/A Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 152N/A<!
DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
152N/A <
meta http-
equiv="Content-Type" 152N/A <
body bgcolor="#ffffff">
152N/AProvides five standard implementations of the standard JDBC <
tt>RowSet</
tt> implementation
152N/Ainterface definitions. These reference implementations are included with the J2SE version
152N/A1.5 platform and represent the benchmark standard <
tt>RowSet</
tt> implementations as verified
361N/Aby the Test Compatibility Kit (TCK) as mandated by the Java Community Process.
152N/A<
h3>1.0 Available JDBC RowSet Reference Implementations </
h3>
421N/A The following implementations are provided:<
br>
152N/Ainterface reference implementation. <
br>
338N/Areference implementation.<
br>
6250N/Areference implementation.<
br>
152N/Ainterface reference implementation.<
br>
152N/Areference implementation.<
br>
6250N/AAll details on their expected behavior, including their interactions with the <
tt>SyncProvider</
tt>
152N/Apackage specification.<
br>
152N/AThe reference implementations represent robust implementations of the standard
152N/AAll disconnected <
code>RowSet</
code> implementations, such as the <
tt>CachedRowSetImpl</
tt>
152N/Aand <
tt>WebRowSetImpl</
tt>, are flexible enough to use the <
tt>SyncFactory</
tt> SPIs to
152N/Aleverage non-reference implementation <
tt>SyncProvider</
tt> implementations to obtain
152N/Adiffering synchronization semantics. Furthermore, developers and vendors alike are free
152N/Ato use these implementations and integrate them into their products just as they
2086N/Acan with to other components of the Java platform.<
br>
6459N/A<
h3>3.0 Extending the JDBC RowSet Implementations</
h3>
152N/AThe JDBC <
code>RowSet</
code> reference implementations are provided as non-final
152N/Aclassess so that any developer can extend them to provider additional features
152N/Awhile maintaining the core required standard functionality and compatibility. It
152N/Ais anticipated that many vendors and developers will extend the standard feature
152N/Aset to their their particular needs. The website for JDBC Technology will
152N/Aprovider a portal where implementations can be listed, similar to the way it
152N/Aprovides a site for JDBC drivers.