Return-Path: Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 4936 invoked by uid 500); 28 May 2003 09:00:03 -0000 Received: (qmail 4918 invoked from network); 28 May 2003 09:00:02 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 28 May 2003 09:00:02 -0000 Received: (qmail 95888 invoked by uid 1510); 28 May 2003 09:00:00 -0000 Date: 28 May 2003 09:00:00 -0000 Message-ID: <20030528090000.95887.qmail@icarus.apache.org> From: arminw@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb/xdocs deployment.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N arminw 2003/05/28 02:00:00 Modified: . build-xdoclet.xml xdocs deployment.xml Log: update, using xdoclet 1.2xx to generate beans Revision Changes Path 1.10 +4 -13 db-ojb/build-xdoclet.xml Index: build-xdoclet.xml =================================================================== RCS file: /home/cvs/db-ojb/build-xdoclet.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- build-xdoclet.xml 13 Feb 2003 23:39:53 -0000 1.9 +++ build-xdoclet.xml 28 May 2003 08:59:58 -0000 1.10 @@ -42,7 +42,7 @@ + classname="xdoclet.modules.ejb.EjbDocletTask"> @@ -50,11 +50,11 @@ + addedtags="@xdoclet-generated at ${TODAY}" + ejbspec="2.0" + > @@ -181,14 +181,5 @@ - - - - - - - - 1.21 +38 -23 db-ojb/xdocs/deployment.xml Index: deployment.xml =================================================================== RCS file: /home/cvs/db-ojb/xdocs/deployment.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- deployment.xml 26 May 2003 09:59:02 -0000 1.20 +++ deployment.xml 28 May 2003 08:59:59 -0000 1.21 @@ -13,41 +13,41 @@

-
+

This section enumerates all things needed to deploy OJB.

- +

You need a db-ojb-<version>.jar file containing the compiled OJB library.
This jar files contains all OJB code neccessary in @@ -62,7 +62,7 @@

- +

OJB needs two kinds of configuration data:

  1. configuration of the OJB runtime environment. This data is @@ -81,7 +81,7 @@ lookup and must therefore be placed on the classpath.

    - +

    OJB depends on several other jar archives. These jar files are shipped in the db-ojb-<version>/lib directory. @@ -126,7 +126,7 @@ - +

    The repository.xml defines JDBC Connections to your runtime databases. To use the declared JDBC drivers the @@ -145,7 +145,7 @@ -

    +

    Deploying OJB for standalone applications is most simple. If you follow these four steps your application will be up in a few minutes. @@ -172,7 +172,7 @@ -

    +

    Generally speaking the four steps described in the previous section have to be followed also in Servlet / JSP based environments. @@ -224,7 +224,7 @@ -

    +

    The above mentioned guidelines concerning @@ -241,7 +241,7 @@ - +
    The eight step guide to felicity
    @@ -479,12 +479,26 @@
    - +

    The OJB source distribution was shipped with a bunch of sample beans. We are using xdoclet to build the necessary classes and deployment descriptors. -
    +

    + +

    +To run xdoclet properly you need the following xdoclet jar files +in [db-ojb]/lib directory (xdoclet version 1.2xx or higher): + + xdoclet-xxx.jar + xdoclet-ejb-module-xxx.jar + xdoclet-jboss-module-xxx.jar + xdoclet-jmx-module-xxx.jar + xdoclet-web-module-xxx.jar + xdoclet-xjavadoc-module-xxx.jar + +

    +

    You could find the source code of the beans under
    [db-ojb]/src/ejb/org/apache/ojb/ejb @@ -497,6 +511,7 @@
    in three sub-dirs.

    +

    Run the following ant target +
    (Thanks Christophe Lombart and Lucy Zhao)