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 2005/07/02 02:58:16 UTC

cvs commit: db-ojb/src/doc/forrest/src/documentation/content/xdocs links.xml site.xml

arminw      2005/07/01 17:58:16

  Modified:    src/doc/forrest/src/documentation/content/xdocs/docu/howtos
                        Tag: OJB_1_0_RELEASE summary.xml
               src/doc/forrest/src/documentation/content/xdocs Tag:
                        OJB_1_0_RELEASE links.xml site.xml
  Added:       src/doc/forrest/src/documentation/content/xdocs/docu/howtos
                        Tag: OJB_1_0_RELEASE howto-use-spring.xml
  Log:
  Add Howto about OJB and Spring by Jason McKerr
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +4 -1      db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/summary.xml
  
  Index: summary.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/summary.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- summary.xml	30 Apr 2005 19:38:09 -0000	1.1.2.1
  +++ summary.xml	2 Jul 2005 00:58:16 -0000	1.1.2.2
  @@ -52,6 +52,9 @@
               <li>
                   <link href="site:howto/use-lobs">Using Oracle LOB's</link>
               </li>
  +            <li>
  +                <link href="site:howto/use-spring">Using Spring with OJB</link>
  +            </li>
           </ul>
       </body>
   </document>
  
  
  
  No                   revision
  
  Index: summary.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/summary.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- summary.xml	30 Apr 2005 19:38:09 -0000	1.1.2.1
  +++ summary.xml	2 Jul 2005 00:58:16 -0000	1.1.2.2
  @@ -52,6 +52,9 @@
               <li>
                   <link href="site:howto/use-lobs">Using Oracle LOB's</link>
               </li>
  +            <li>
  +                <link href="site:howto/use-spring">Using Spring with OJB</link>
  +            </li>
           </ul>
       </body>
   </document>
  
  
  
  No                   revision
  
  Index: summary.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/summary.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- summary.xml	30 Apr 2005 19:38:09 -0000	1.1.2.1
  +++ summary.xml	2 Jul 2005 00:58:16 -0000	1.1.2.2
  @@ -52,6 +52,9 @@
               <li>
                   <link href="site:howto/use-lobs">Using Oracle LOB's</link>
               </li>
  +            <li>
  +                <link href="site:howto/use-spring">Using Spring with OJB</link>
  +            </li>
           </ul>
       </body>
   </document>
  
  
  
  1.1.2.1   +109 -0    db-ojb/src/doc/forrest/src/documentation/content/xdocs/docu/howtos/Attic/howto-use-spring.xml
  
  
  
  
  No                   revision
  No                   revision
  1.1.2.2   +59 -36    db-ojb/src/doc/forrest/src/documentation/content/xdocs/links.xml
  
  Index: links.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/links.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- links.xml	30 Apr 2005 19:38:10 -0000	1.1.2.1
  +++ links.xml	2 Jul 2005 00:58:16 -0000	1.1.2.2
  @@ -30,12 +30,66 @@
           <section>
               <title>Summary</title>
               <p>
  -                This page contains interesting links and recommended readings that
  +                This page contains interesting Links and recommended readings that
                   will help to learn more about OJB concepts, related projects,
  -                didactic material, research reports etc.
  +                didactic material, research reports, integration in frameworks etc.
               </p>
           </section>
   
  +
  +        <section>
  +            <title>OJB - Tutorials and Howto</title>
  +            <ul>
  +                <li>
  +                    <link href="http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/struts-ojb.zip?rev=HEAD">
  +                        The famous Beer4All Struts/OJB tutorial by Chuck Cavaness
  +                    </link>
  +                </li>
  +                <li>
  +                    <link href="http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/cavaness-ajug-slides.pdf?rev=HEAD">
  +                        A presentation on OJB held at the Atlanta Java Users Group by Chuck Cavaness
  +                    </link>
  +                </li>
  +                <li>
  +                    <link href="http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/ojb-dataccess.pdf?rev=HEAD">
  +                        An extensive tutorial on OJB by John Carnell
  +                    </link>
  +                </li>
  +                <li>
  +                    <link href="http://www.robertoghizzioli.it/jcomm/jcomm_tutorial.html">
  +                        Roberto Ghizzioli's tutorial on Struts, OJB, and nested tags</link>
  +                </li>
  +                <li>
  +                    <link href="http://www.onjava.com/pub/a/onjava/2003/01/08/ojb.html">
  +                        An introductory tutorial on the O'Reilly site.
  +                    </link>
  +                </li>
  +            </ul>
  +
  +            <anchor id="ojb-and-spring"/>
  +            <section>
  +                <title>OJB and <link href="ext:spring">Spring</link></title>
  +                <ul>
  +                    <li>
  +                        <link href="ext:article/spring-ojb-part-1">
  +                        Spring, OJB, and Struts, getting started</link> (June 23, 2005)
  +                    </li>
  +                    <li>
  +                        <link href="ext:article/spring-ojb-part-2">
  +                        Spring, OJB, and Struts. Version 2 with DAO</link> (June 23, 2005)
  +                    </li>
  +                    <li>
  +                        <link href="ext:article/spring-ojb-part-3">
  +                        Spring, OJB, and Struts. Version 3: JNDI Datasources and Caching</link> (June 27, 2005)
  +                    </li>
  +                    <li>
  +                        <link href="ext:article/springframework-and-ojb">Springframework and OJB</link> (Nov 21, 2004)
  +                    </li>
  +                </ul>
  +            </section>
  +        </section>
  +
  +
           <section id="design">
               <title>Design</title>
               <p>
  @@ -183,9 +237,10 @@
                   <link href="http://www2.parc.com/csl/groups/sda/projects.shtml">The PARC software design area</link>
                   pioneering in Metalevel computation, aspect oriented programming etc.
               </p>
  -
           </section>
   
  +
  +
           <section id="more-or">
               <title>Further readings on O/R mapping</title>
               <ul>
  @@ -229,38 +284,6 @@
   
   
           <section>
  -            <title>OJB tutorials</title>
  -            <ul>
  -                <li>
  -                    <link href="http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/struts-ojb.zip?rev=HEAD">
  -                        The famous Beer4All Struts/OJB tutorial by Chuck Cavaness
  -                    </link>
  -                </li>
  -                <li>
  -                    <link href="http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/cavaness-ajug-slides.pdf?rev=HEAD">
  -                        A presentation on OJB held at the Atlanta Java Users Group by Chuck Cavaness
  -                    </link>
  -                </li>
  -                <li>
  -                    <link href="http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/ojb-dataccess.pdf?rev=HEAD">
  -                        An extensive tutorial on OJB by John Carnell
  -                    </link>
  -                </li>
  -                <li>
  -                    <link href="http://www.robertoghizzioli.it/jcomm/jcomm_tutorial.html">
  -                        Roberto Ghizzioli's tutorial on Struts, OJB, and nested tags</link>
  -                </li>
  -                <li>
  -                    <link href="http://www.onjava.com/pub/a/onjava/2003/01/08/ojb.html">
  -                        An introductory tutorial on the O'Reilly site.
  -                    </link>
  -                </li>
  -
  -            </ul>
  -        </section>
  -
  -
  -        <section>
               <title>Books covering OJB</title>
               <ul>
                   <li>
  
  
  
  1.3.2.17  +13 -1     db-ojb/src/doc/forrest/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/doc/forrest/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.3.2.16
  retrieving revision 1.3.2.17
  diff -u -r1.3.2.16 -r1.3.2.17
  --- site.xml	30 Apr 2005 19:38:10 -0000	1.3.2.16
  +++ site.xml	2 Jul 2005 00:58:16 -0000	1.3.2.17
  @@ -111,6 +111,7 @@
                   <metadata href="#metadata"/>
                   <multiple-databases href="#multiple-databases"/>
                   <named-objects href="#named-objects"/>
  +                <ordering href="#ordering"/>
               </odmg-guide>
               <platform label="Platform&#160;settings" href="platforms.html">
                   <internal-tables href="#internal-tables"/>
  @@ -206,6 +207,7 @@
               <use-lobs label="Use Oracle LOB's" href="howto-use-lobs.html"/>
               <clustering label="Work in clustered environment" href="howto-work-with-clustering.html"/>
               <stored-procedures label="Work with Stored Procedures" href="howto-work-with-stored-procedures.html"/>
  +            <use-spring label="Using Spring with OJB" href="howto-use-spring.html"/>
           </howto>
   
           <testing label="Testing" href="testing/" tab="testing">
  @@ -384,5 +386,15 @@
           <nees href="http://www.nees.org/"/>
           <yourkit href="http://www.yourkit.com/" />
           <p6spy href="http://www.p6spy.com/"/>
  +        <spring href="http://www.springframework.org/"/>
  +
  +        <!-- Article links used within OJB -->
  +        <article>
  +            <spring-ojb-part-1 href="http://staff.osuosl.org/~mckerrj/?p=3"/>
  +            <spring-ojb-part-2 href="http://staff.osuosl.org/~mckerrj/?p=4"/>
  +            <spring-ojb-part-3 href="http://staff.osuosl.org/~mckerrj/?p=8"/>
  +            <springframework-and-ojb href="http://blogs.codepuccino.com/dude/index.php?p=23"/>
  +
  +        </article>
       </external-refs>
   </site>
  
  
  

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