blob: 807390c1382a6267dd400956ddbc931e2e2c21f1 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h1>EclipseLink 1.0.2</h1>
<p>
<!-- #BeginDate format:Am1 -->Oct 29, 2008<!-- #EndDate -->
</p>
<h2>About </h2>
<p>The Eclipse Persistence Services Project ( EclipseLink) project's goal is to provide a complete persistence framework that is both comprehensive and universal. It will run in any Java environment and read and write objects to virtually any type of data source, including relational databases, and XML. EclipseLink will focus on providing leading edge support, including advanced feature extensions, for the dominant persistence standards for each target data source; Java Persistence API (JPA) for relational databases, Java API for XML Binding (JAXB) for XML, Java Connector Architecture (JCA) for EIS and other types of legacy systems, and Service Data Objects (SDO). </p>
<p>EclipseLink 1.0.2 is a patch release on EclipseLink 1.0 that provides the same functionality with bug and usability fixes.
<p>For tips on getting started with EclipseLink, please see the following resources: </p>
<p><ul>
<li> <a href="http://wiki.eclipse.org/EclipseLink/UserManual">Documentation</a></li>
<li> <a href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To</a></li>
</ul>
</p>
<h2>License </h2>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).
Unless otherwise indicated below, the Content is provided to you under the terms
and conditions of the Eclipse Public License Version 1.0 (&quot;EPL&quot;) and
Eclipse Distribution License Version 1.0 (“EDL”). A copy of the EPL is available at
<a href="http://www.eclipse.org/legal/epl-v10.html"> http://www.eclipse.org/legal/epl-v10.html</a>
and a copy of the EDL is available at <a href="http://www.eclipse.org/org/documents/edl-v10.php">
http://www.eclipse.org/org/documents/edl-v10.php</a>. For purposes of the EPL, "Program"
will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the
Content is being redistributed by another party (&quot;Redistributor&quot;)
and different terms and conditions may apply to your use of any object code
in the Content. Check the Redistributor&#8217;s license that was provided with
the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL and EDL still apply to any source
code in the Content and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
<h2>Third Party Content</h2>
<p>The Content includes items that have been sourced from third parties as set
out below. If you did not receive this Content directly from the Eclipse Foundation,
the following is provided for informational purposes only, and you should look
to the Redistributor&#8217;s license for terms and conditions of use.</p>
<ul>
<li><a href="#ASM">ASM</a></li>
<li><a href="#ANTLR">ANTLR</a></li>
<li><a href="#JPA">Java Persistence API (JPA)</a></li>
<li><a href="#JAXB">Java Architecture for XML Binding (JAXB)</a></li>
<li><a href="#MAIL">Java Mail</a></li>
<li><a href="#ACTIVATION">Java Activation Framework</a></li>
<li><a href="#StAX">Streaming API for XML (StAX)</a></li>
<li><a href="#SDO">Service Data Objects (SDO)</a></li>
<li><a href="#EJB3">EJB</a></li>
<li><a href="#JTA">Javax Transactions</a></li>
<li><a href="#JMS">JMS</a></li>
<li><a href="#JCA">Java Connector</a></li>
<li><a href="#ANT17">ANT</a></li>
<li><a href="#XERCES">Xerces</a></li>
<li><a href="#JAX">Jax RPC</a></li>
<li><a href="#SAAJ">SAAJ</a></li>
</ul>
<h3><a name="ASM" id="ASM"></a>ASM v1.5.3 </h3>
<blockquote>
<p>The Eclipse Persistence Services Project includes ASM for the purpose of
byte code weaving. The AMS library is re-packaged within the source of the
project (org.persistence.eclipse.internal.libraries.asm.*) to avoid version
collisions with other usage of ASM. A custom patch has been added to the ASM
1.5.3 source to handle an issue with the Oracle Java Compiler. This fix has
also been contributed back to the ASM project for inclusion in later projects.
</p>
<p>The source code is available within the project's subversion repository.</p>
<p> <a href="http://asm.objectweb.org/license.html">http://asm.objectweb.org/license.html</a></p>
<p>Copyright (c) 2000-2005 INRIA, France Telecom, All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:</p>
<ol>
<li> Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.</li>
<li> Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.</li>
<li> Neither the name of the copyright holders nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.</li>
</ol>
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS
IS&quot;AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THEIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSEARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
BELIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OFSUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OFTHE POSSIBILITY OF SUCH DAMAGE.</p>
</blockquote>
<h3><a name="ANTLR" id="ANTLR"></a>ANTLR v3.0</h3>
<blockquote>
<p>The <a href="http://www.antlr.org/">ANTLR library</a> (<a href="http://www.antlr.org/license.html">license</a>)
is included with the Eclipse Persistence Services Project to enable parsing
of the Java Persistence Query language (JP QL). The ANTLR library is re-packaged
within the project in the org.eclipse.persistence.internal.libraries.antlr.*
packages. </p>
<p>The source is available with the project's subversion repository.</p>
</blockquote>
<h3><a name="JPA" id="JPA"></a>Java Persistence API (JPA) v1.0</h3>
<blockquote>
<p>The Java Persistence API (JPA) is available for download from the <a href="https://glassfish.dev.java.net/source/browse/glassfish/persistence-api">persistence-api directory in the glassfish CVS repository.</a> It is distributed under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">CDDL
v1.0</a> is required by the Eclipse Persistence Services Project in order
to implement this standard.</p>
</blockquote>
<h3><a name="JAXB" id="JAXB"></a>Java Architecture for XML Binding (JAXB) v2.0.5</h3>
<blockquote>
<p>The <a href="https://jaxb.dev.java.net/2.0.5/">JAXB libraries</a> distributed
under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">CDDL v1.0</a>
are included within the Eclipse Persistence Services Project to enable the
MOXY component's implementation of JAXB.</p>
<h4>JAXB Libraries:</h4>
<ul>
<li>jaxb-api.jar </li>
<li>jaxb-impl.jar </li>
<li>jaxb.xjc.jar </li>
</ul>
</blockquote>
<h3><a name="MAIL" id="MAIL"></a>Java Mail v1.4</h3>
<blockquote>
<p>The Java Mail library (mail.jar) is distributed with the <a href="https://jaxb.dev.java.net/2.0.5/">JAXB
v2.0.5</a> under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">CDDL
v1.0</a> and is included within the Eclipse Persistence Services Project distribution
to support Web Services attachment handling in the MOXy component. It is only
required when using Java SE 5 (Java Mail is included in Java SE 6).</p>
</blockquote>
<h3><a name="ACTIVATION" id="ACTIVATION"></a>Java Activation Framework v1.1</h3>
<blockquote>
<p>The Java Activation Framework (activation.jar) is distributed with the <a href="https://jaxb.dev.java.net/2.0.5/">JAXB
v2.0.5</a> under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">CDDL
v1.0</a> and is included within the Eclipse Persistence Services Project distribution
to support Web Services attachment handling in the MOXy component. It is only
required when using Java SE 5 (The Java Activation Framework is included in
Java SE 6).</p>
</blockquote>
<h3><a name="StAX" id="StAX"></a>Streaming API for XML (StAX) v1.0</h3>
<blockquote>
<p>The Streaming API for XML (StAX) library (jsr173_1.0_api.jar) is distributed
with the <a href="https://jaxb.dev.java.net/2.0.5/">JAXB v2.0.5</a> under
<a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">CDDL v1.0</a>
and is included within the Eclipse Persistence Services Project distribution
as an optional XML processing approach in the MOXy component. </p>
</blockquote>
<h3><a name="SDO" id="SDO"></a>Service Data Objects (SDO) v2.1</h3>
<blockquote>
<p>The <a href="http://www.osoa.org/download/attachments/36/Java-SDO-Spec-v2.1.0-FINAL.pdf?version=1">Service
Data Objects (SDO) API</a> is distributed under a <a href="http://www.osoa.org/download/attachments/36/Java-SDO-Spec-v2.1.0-FINAL.pdf?version=1">custom
license</a>. It provides the standard API implemented by the Eclipse Persistence
Services Project's SDO component.</p>
</blockquote>
<p></p>
<h3><a name="EJB3" id="EJB3"></a>EJB v3.0</h3>
<blockquote>
<p>The EJB 3.0 API is available for download from the <a href="https://glassfish.dev.java.net/source/browse/glassfish/ejb-api">ejb-api directory</a> in the glassfish CVS repository.It is distributed under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html"> CDDLv1.0 </a>. The jar is being shipped as an OSGi bundle and is required for compilation of some container based fuctionality.</p>
</blockquote>
<p></p>
<h3><a name="JTA" id="JTA"></a>Javax Transactions v1.1</h3>
<blockquote>
<p>The JTA 1.1 API is available for download from the <a href="https://glassfish.dev.java.net/source/browse/glassfish/transaction-api">transaction-api directory</a> in the glassfish CVS repository. It is distributed under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html"> CDDLv1.0 </a>. The jar is being shipped as an OSGi bundle and is required for compilation of the JTA integration.</p>
</blockquote>
<p></p>
<h3><a name="JMS" id="JMS"></a>JMS v1.1</h3>
<blockquote>
<p>The JMS 1.1 API is available for download from the <a href="https://glassfish.dev.java.net/source/browse/glassfish/jms-api">jms-api directory</a> in the glassfish CVS repository. It is distributed under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html"> CDDLv1.0 </a>. The jar is being shipped as an OSGi bundle and is required for compilation of the JMS integration.</p>
</blockquote>
<p></p>
<h3><a name="JCA" id="JCA"></a>Java Connector v1.5</h3>
<blockquote>
<p>The JCA 1.5 API is available for download from the <a href="https://glassfish.dev.java.net/source/browse/glassfish/connector-api">connector-api directory</a> in the glassfish CVS repository. It is distributed under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html"> CDDLv1.0 </a>. The jar is being shipped and required by the workbench, and the runtime when integrating with JCA. </p>
</blockquote>
<p></p>
<h3><a name="ANT17" id="ANT17"></a>Ant v1.7</h3>
<blockquote>
<p>Ant 1.7 is available from the <a href="http://ant.apache.org/"> Ant home page</a> and is distributed under <a href="http://ant.apache.org/license.html"> Apache 2.0</a>. The jar is being shipped as a OSGi bundle and is required for compilation the static weaving tool.</p>
</blockquote>
<p></p>
<h3><a name="XERCES" id="XERCES"></a>Xerces v2.9.0</h3>
<blockquote>
<p>Xerces 2.9.0 is available from <a href="http://xerces.apache.org/xerces-j/"> the Xerces home page</a>. It is distributed under <a href="http://ant.apache.org/license.html"> Apache 2.0</a></p>
</blockquote>
<p></p>
<h3><a name="JAX" id="JAX"></a>JAX RPC v1.1.0</h3>
<blockquote>
<p>JAX RPC 1.1.0 API is available for download from the <a href="https://jax-rpc.dev.java.net/source/browse/jax-rpc/">jax-rpc </a> CVS repository. It is distributed under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html"> CDDLv1.0 </a>. This api is depended upon by EJB 3.0</p>
</blockquote>
<p></p>
<h3><a name="SAAJ" id="SAAJ"></a>SAAJ v1.3</h3>
<blockquote>
<p>SAAJ 1.3 is available for download from the <a href="https://saaj.dev.java.net/source/browse/saaj/">saaj CVS</a> repository. It distributed under <a href="https://glassfish.dev.java.net/public/CDDLv1.0.html"> CDDLv1.0 </a>. This jar is being shipped as a OSGi bundle and is required for the DBWS feature at rutime.</p>
</blockquote>
<p></p>
</body>
</html>