2006-11-12 06:44:59 -05:00
|
|
|
<!--
|
|
|
|
Copyright 2006 The Apache Software Foundation.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2006-08-24 16:41:12 -04:00
|
|
|
<appendix id="jpa_resources">
|
|
|
|
<title>
|
|
|
|
JPA Resources
|
|
|
|
</title>
|
2006-08-22 17:28:53 -04:00
|
|
|
<itemizedlist>
|
2006-08-24 16:41:12 -04:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
<ulink url="http://java.sun.com/aboutJava/communityprocess/jsr/jsr_220_dataobj.html">
|
|
|
|
EJB 3 JSR page</ulink>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
<ulink url="http://java.sun.com/products/ejb">Sun EJB page</ulink>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-03 19:00:18 -04:00
|
|
|
<ulink url="http://java.sun.com/javaee/5/docs/api/index.html">
|
2006-08-24 16:41:12 -04:00
|
|
|
javax.persistence Javadoc</ulink>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-03 20:10:28 -04:00
|
|
|
<ulink url="../javadoc/index.html">OpenJPA Javadoc</ulink>
|
2006-08-24 16:41:12 -04:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
<ulink url="Persistence.pdf">Locally mirrored JPA specification</ulink>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2006-08-22 17:28:53 -04:00
|
|
|
</itemizedlist>
|
2006-08-24 16:41:12 -04:00
|
|
|
</appendix>
|