You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2003/08/09 02:17:04 UTC

cvs commit: db-ojb/xdocs deployment.xml

arminw      2003/08/08 17:17:04

  Modified:    xdocs    deployment.xml
  Log:
  repair, update links
  
  Revision  Changes    Path
  1.26      +16 -16    db-ojb/xdocs/deployment.xml
  
  Index: deployment.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/deployment.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- deployment.xml	22 Jul 2003 22:59:46 -0000	1.25
  +++ deployment.xml	9 Aug 2003 00:17:04 -0000	1.26
  @@ -16,10 +16,10 @@
       <li>
           <a href="#Things needed for deploying OJB">Things needed for deploying OJB</a>
           <ul>
  -            <li><a href="#The OJB binary jar archive">The OJB binary jar archive</a></li>
  -            <li><a href="#Configuration data">Configuration data</a></li>
  -            <li><a href="#Additional jar archives">Additional jar archives</a></li>
  -            <li><a href="#Don't forget the JDBC driver">Don't forget the JDBC driver</a></li>
  +            <li><a href="#1. The OJB binary jar archive">1. The OJB binary jar archive</a></li>
  +            <li><a href="#2. Configuration data">2. Configuration data</a></li>
  +            <li><a href="#3. Additional jar archives">3. Additional jar archives</a></li>
  +            <li><a href="#4. Don't forget the JDBC driver">4. Don't forget the JDBC driver</a></li>
           </ul>
       </li>
   
  @@ -41,14 +41,14 @@
   </p>
   </section>
   
  -<section name="Things needed for deploying OJB" anchor="Things needed for deploying OJB">
  +<section name="Things needed for deploying OJB">
   <p>
   	This section enumerates all things needed to deploy OJB.
   </p>
   
   
   
  -<subsection name="1. The OJB binary jar archive" anchor="The OJB binary jar archive">
  +<subsection name="1. The OJB binary jar archive">
   <P>
   	You need a <code>db-ojb-&lt;version&gt;.jar</code> file containing the compiled OJB library.
   	<br/>This jar files contains all OJB code neccessary in
  @@ -63,7 +63,7 @@
   
   </P>
   </subsection>
  -<subsection name="2. Configuration data" anchor="Configuration data">
  +<subsection name="2. Configuration data">
   <P>OJB needs two kinds of configuration data:</P>
   <OL>
     <LI>configuration of the OJB runtime environment. This data is
  @@ -82,7 +82,7 @@
   	lookup and must therefore be placed on the classpath.</b>
   </P>
   </subsection>
  -<subsection name="3. Additional jar archives" anchor="Additional jar archives">
  +<subsection name="3. Additional jar archives">
   <P>
   	OJB depends on several other jar archives. These jar files are
   	shipped in the <code>db-ojb-&lt;version&gt;/lib</code> directory.
  @@ -127,7 +127,7 @@
   
   </subsection>
   
  -<subsection name="4. Don't forget the JDBC driver" anchor="Don't forget the JDBC driver">
  +<subsection name="4. Don't forget the JDBC driver">
   <P>
   	The repository.xml defines JDBC Connections
   	to your runtime databases. To use the declared JDBC drivers the
  @@ -146,7 +146,7 @@
   
   
   
  -<section name="Deployment in standalone applications" anchor="Deployment in standalone applications">
  +<section name="Deployment in standalone applications">
   <P>
   Deploying OJB for standalone applications is most simple. If you
   follow these four steps your application will be up in a few minutes.
  @@ -173,7 +173,7 @@
   
   
   
  -<section name="Deployment in servlet based applications" anchor="Deployment in servlet based applications">
  +<section name="Deployment in servlet based applications">
   <P>
   	Generally speaking the four steps described in the previous
   	section have to be followed also in Servlet / JSP based environments.
  @@ -225,7 +225,7 @@
   
   
   
  -<section name="Deployment in EJB based applications" anchor="Deployment in EJB based applications">
  +<section name="Deployment in EJB based applications">
   
   <p>
   The above mentioned guidelines concerning
  @@ -242,7 +242,7 @@
   
   
   
  -<subsection name="Instructions for JBoss" anchor="Instructions for JBoss">
  +<subsection name="Instructions for JBoss">
   <br/>
   <i>The eight step guide to felicity</i>
   <br/>
  @@ -515,7 +515,7 @@
   
   
   
  -<subsection name="Build the OJB sample session beans" anchor="Build the OJB sample session beans">
  +<subsection name="Build the OJB sample session beans">
   <p>
   The OJB source distribution was shipped with a bunch of sample
   beans. We are using xdoclet to build the necessary classes and deployment
  @@ -620,7 +620,7 @@
   
   
   
  -<subsection name="Instructions for Weblogic" anchor="Instructions for Weblogic">
  +<subsection name="Instructions for Weblogic">
   <br/>
   <font size="-1">(Thanks Christophe Lombart and Lucy Zhao)</font>
   <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org