Codebase list eclipselink / upstream/latest about.html
upstream/latest

Tree @upstream/latest (Download .tar.gz)

about.html @upstream/latestraw · history · 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 EclipseLink 2.6</title>
</head>
<body lang="EN-US">
<h1>EclipseLink 2.6</h1>
<h2>About</h2>
<p>The <a href="http://www.eclipse.org/eclipselink">EclipseLink</a> 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, JSON 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, Service Data Objects (SDO), and Database Web services
  (DBWS). </p>

<p>For tips on getting started with EclipseLink, please see the following resources:</p>
<ul>
  <li> <a href="http://www.eclipse.org/eclipselink/releases/2.6.php">EclipseLink 2.6 Release Notes</a></li>
  <li> <a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
  <li> <a href="http://wiki.eclipse.org/EclipseLink/Examples">Examples and How To</a></li>
</ul>
<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>Foundation Dependencies
    <ul>
      <li><a href="#ASM">ASM</a></li>
    </ul>
  </li>
  <li>EclipseLink JPA
    <ul>
      <li><a href="#ANTLR">ANTLR</a></li>
      <li><a href="#JPA21">Java Persistence API (JPA) 2.1</a></li>
    </ul>
  </li>
  <li>EclipseLink MOXy
    <ul>
      <li><a href="#JAXB">Java Architecture for XML Binding (JAXB)</a></li>
      <li><a href="#MAIL">Java Mail</a></li>
    </ul>
  </li>
  <li>EclipseLink SDO
    <ul>
      <li><a href="#SDO">Service Data Objects (SDO)</a></li>
    </ul>
  </li>
  <li>EclipseLink DBWS
    <ul>
      <li><a href="#Servlet">Java Servlet 2.4 (or higher)</a></li>
    </ul>
  </li>
  <li>Utilities
    <ul>
      <li><a href="#JCA">Java Connector</a></li>
      <li><a href="#XERCES">Xerces</a></li>
      <li><a href="#WSDL4J">WSDL4J 1.6.2 </a></li>
    </ul>
  </li>
</ul>
<hr />
<h3><a name="ASM" id="ASM"></a>ASM v6.2.0</h3>
<blockquote>
    <p>The EclipseLink 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.
    </p>
    <p>The source code is available within the project's git repository.
        The binaries are distributed within the eclipselink.jar and in the org.eclipse.persistence.asm_*.jar
        bundle. </p>
    <p> <a href="https://asm.ow2.io/license.html">https://asm.ow2.io/license.html</a></p>
    <p>Copyright (c) 2000-2011 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, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
        LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
        THE POSSIBILITY OF SUCH DAMAGE.</p>
</blockquote>
<h3><a name="ANTLR" id="ANTLR"></a>ANTLR v3.2</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 within EclipseLink 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. The binaries
    are distributed within the eclipselink.jar and in the org.eclipse.persistence.antlr_3.2.0.v*.jar
    bundle.</p>
</blockquote>
<h3><a name="JAXB" id="JAXB"></a>Java Architecture for XML Binding (JAXB) v2.2</h3>
<blockquote>
  <p>The <a href="http://jaxb.java.net">JAXB libraries</a> distributed
    under <a href="http://glassfish.dev.java.net/public/CDDLv1.0.html">CDDL v1.0</a>
    are included within the EclipseLink Project to enable the MOXy component's
    implementation of JAXB.</p>
  <p>JAXB Libraries: </p>
  <ul>
      <li>javax.xml.bind_2.2.12.v201410011542.jar</li>
      <li>jaxb-core_2.2.11.v201407311112.jar</li>
      <li>jaxb-xjc_2.2.11.v201407311112.jar</li>
  </ul>
</blockquote>
<h3><a name="JPA21" id="JPA2"></a>Java Persistence (JPA) 2.1  </h3>
<blockquote>
  <p>EclipseLink is the Java Persistence (JPA) 2.1 Reference Implementation
    (<a href="http://jcp.org/en/jsr/detail?id=338">JSR 338</a>).  The JPA 2.1
    specification API is included in EclipseLink under the <a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.</p>
</blockquote>
<h3><a name="MAIL" id="MAIL"></a>Java Mail v1.4.0</h3>
<blockquote>
  <p>The Java Mail library (mail.jar) can be downloaded from <a href="http://java.sun.com/products/javamail/javamail-1_4.html">java.sun.com</a>
    under <a href="http://glassfish.dev.java.net/public/CDDLv1.0.html">CDDL
    v1.0</a> and is included within the EclipseLink 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="SDO" id="SDO"></a>Service Data Objects (SDO) v2.1.1</h3>
<blockquote>
  <p>The <a href="http://jcp.org/aboutJava/communityprocess/pr/jsr235/index.html">Service
    Data Objects (SDO) API</a> is distributed under a <a href="http://glassfish.dev.java.net/public/CDDLv1.0.html"> CDDLv1.0 </a> and  <a href="http://jcp.org/aboutJava/communityprocess/pr/jsr235/index.html">custom
    license</a>. It provides the standard API implemented by the EclipseLink Project's SDO component.</p>
</blockquote>
<h3><a name="JCA" id="JCA"></a>Java Connector v1.5</h3>
<blockquote>
  <p>The JCA 1.5 API is distributed under <a href="http://glassfish.dev.java.net/public/CDDLv1.0.html">
    CDDLv1.0 </a>. </p>
  <p>This jar is being shipped and required by the Workbench only. When using
    EclipseLink in a container where JCA integration is required that container
    will provide the necessary API libraries.</p>
</blockquote>
<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>
  <p>This jar is shipped for the Workbench's use only in the reading and writing
    of XML configuration files.</p>
</blockquote>
<h3><a name="SERVLET" id="SERVLET"></a>Java Servlet 2.4</h3>
<blockquote>
  <p>The <a href="http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html">Java Servlet 2.4 specification</a>
  is distributed under the  <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0 license</a>. The source code is part of the <a href="http://svn.apache.org/repos/asf/tomcat/trunk/java/javax/servlet/">Apache Tomcat project</a>
  <p>This jar is only required at design time for the DBWS Builder utility.</p>
</blockquote>
<h3><a name="WSDL4J" id="WSDL4J"></a>WSDL4j v1.6.2</h3>
<blockquote>
  <p>WSDL4J 1.6.2 is available for download from the <a href="http://sourceforge.net/projects/wsdl4j">wsdl4j
    project</a>. It distributed under <a href="http://opensource.org/licenses/cpl1.0.php">
    CPLv1.0 </a>. </p>
  <p>This jar is only required at design time for the DBWS Builder utility.</p>
</blockquote>
<p></p>
</body>
</html>