mirror of
https://github.com/apache/openjpa.git
synced 2025-03-09 01:59:17 +00:00
OPENJPA-1510: Correct broken and outdated links, make 'Ant' consistent in case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efa6e5428e
commit
9c09bc3728
@ -299,7 +299,7 @@ appropriate, most notably <classname>IllegalArgumentException</classname>s and
|
||||
<classname>IllegalStateException</classname>s. The specification also provides
|
||||
a few JPA-specific exceptions in the <literal>javax.persistence</literal>
|
||||
package. These exceptions should be self-explanatory. See the
|
||||
<ulink url="http://java.sun.com/javaee/6/docs/api">Javadoc</ulink> for
|
||||
<ulink url="http://java.sun.com/javaee/6/docs/api/">Javadoc</ulink> for
|
||||
additional details on JPA exceptions.
|
||||
</para>
|
||||
<note>
|
||||
|
@ -966,8 +966,8 @@ to:
|
||||
<literal>uuid-string</literal>: OpenJPA will generate a 128-bit type 1 UUID
|
||||
unique within the network, represented as a 16-character string. For more
|
||||
information on UUIDs, see the IETF UUID draft specification at:
|
||||
<ulink url="http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/">
|
||||
http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
|
||||
<ulink url="http://www.ics.uci.edu/~ejw/authoring/uuid-guid/">
|
||||
http://www.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -1007,8 +1007,8 @@ represents the type 1 UUID as a 32-character hexadecimal string.
|
||||
<literal>uuid-type4-string</literal>: OpenJPA will generate a 128-bit type 4
|
||||
pseudo-random UUID, represented as a 16-character string. For more
|
||||
information on UUIDs, see the IETF UUID draft specification at:
|
||||
<ulink url="http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/">
|
||||
http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
|
||||
<ulink url="http://www.ics.uci.edu/~ejw/authoring/uuid-guid/">
|
||||
http://www.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -30,7 +30,7 @@ EJB 3 JSR page</ulink>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="http://java.sun.com/products/ejb">Sun EJB page</ulink>
|
||||
<ulink url="http://java.sun.com/products/ejb/">Sun EJB page</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -138,7 +138,7 @@ tools manipulate property settings through a general
|
||||
<ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html">
|
||||
<classname>JDBCConfiguration</classname></ulink> subclasses. For advanced
|
||||
customization, OpenJPA's extended runtime interfaces and its development tools
|
||||
allow you to access these interfaces directly. See the <ulink url="../javadoc">
|
||||
allow you to access these interfaces directly. See the <ulink url="../javadoc/">
|
||||
Javadoc</ulink> for details.
|
||||
</para>
|
||||
</note>
|
||||
|
@ -232,7 +232,7 @@ you can pass to these plugins in your configuration string.
|
||||
</indexterm>
|
||||
<para>
|
||||
The X/Open Distributed Transaction Processing (X/Open DTP) model, designed by
|
||||
<ulink url="http://www.xopen.org">Open Group</ulink> (a vendor consortium),
|
||||
<ulink url="http://www.opengroup.org/">The Open Group</ulink> (a vendor consortium),
|
||||
defines a standard communication architecture that provides the following:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
@ -38,10 +38,10 @@ The following chapter will illustrate these integration features.
|
||||
Ant is a very popular tool for building Java projects. It is similar to the
|
||||
<literal>make</literal> command, but is Java-centric and has more modern
|
||||
features. Ant is open source, and can be downloaded from Apache's Ant web page
|
||||
at <ulink url="http://jakarta.apache.org/ant/"> http://jakarta.apache.org/ant/
|
||||
at <ulink url="http://ant.apache.org/"> http://ant.apache.org/
|
||||
</ulink>. Ant has become the de-facto standard build tool for Java, and many
|
||||
commercial integrated development environments provide some support for using
|
||||
ant build files. The remainder of this section assumes familiarity with writing
|
||||
Ant build files. The remainder of this section assumes familiarity with writing
|
||||
Ant <filename>build.xml</filename> files.
|
||||
</para>
|
||||
<para>
|
||||
@ -77,9 +77,9 @@ OpenJPA provides pre-built Ant task definitions for all bundled tools:
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
The source code for all the ant tasks is provided with the distribution under
|
||||
The source code for all the Ant tasks is provided with the distribution under
|
||||
the <filename>src</filename> directory. This allows you to customize various
|
||||
aspects of the ant tasks in order to better integrate into your development
|
||||
aspects of the Ant tasks in order to better integrate into your development
|
||||
environment.
|
||||
</para>
|
||||
<section id="ref_guide_integration_conf">
|
||||
|
@ -349,7 +349,7 @@ a jar file, or in the root of one of the <literal>CLASSPATH</literal>
|
||||
directories). When deploying to a web or EJB application server, Log4J
|
||||
configuration is often performed in a <filename>log4j.xml</filename> file
|
||||
instead of a properties file. For further details on configuring Log4J, please
|
||||
see the <ulink url="http://jakarta.apache.org/log4j/docs/manual.html">Log4J
|
||||
see the <ulink url="http://logging.apache.org/log4j/1.2/manual.html">Log4J
|
||||
Manual</ulink>. We present an example <filename>log4j.properties</filename> file
|
||||
below.
|
||||
</para>
|
||||
@ -392,7 +392,7 @@ use the <ulink url="http://commons.apache.org/logging/"> Apache
|
||||
Commons Logging</ulink> thin library for issuing log messages. The
|
||||
Commons Logging libraries act as a wrapper around a number of popular logging
|
||||
APIs, including the
|
||||
<ulink url="http://jakarta.apache.org/log4j/docs/index.html"> Jakarta Log4J
|
||||
<ulink url="http://logging.apache.org/log4j/1.2/index.html"> Jakarta Log4J
|
||||
</ulink> project, and the native
|
||||
<ulink url="http://java.sun.com/j2se/1.4/docs/api/java/util/logging/package-summary.html">
|
||||
java.util.logging</ulink> package in JDK 1.4. If neither of these libraries are
|
||||
|
@ -117,7 +117,7 @@ or deletes.
|
||||
Manipulating various parameters of the Java Virtual Machine (such as hotspot
|
||||
compilation modes and the maximum memory) can result in performance
|
||||
improvements. For more details about optimizing the JVM execution environment,
|
||||
please see <ulink url="http://java.sun.com/docs/hotspot/PerformanceFAQ.html"/>.
|
||||
please see <ulink url="http://java.sun.com/docs/hotspot/HotSpotFAQ.html"/>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -1830,7 +1830,7 @@ an implementation of the
|
||||
org.apache.openjpa.kernel.StoreManager</literal></ulink> interface. OpenJPA
|
||||
provides an abstract <literal>StoreManager</literal> implementation to
|
||||
facilitate this process. See the <literal>org.apache.openjpa.abstractstore
|
||||
</literal> package <ulink url="../javadoc/org/apache/openjpa/abstractstore">
|
||||
</literal> package <ulink url="../javadoc/org/apache/openjpa/abstractstore/package-summary.html">
|
||||
Javadoc</ulink> for details.
|
||||
</para>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user