You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/02/04 14:06:52 UTC

cvs commit: cocoon-2.1/src/blocks/ojb/samples welcome.xml

joerg       2004/02/04 05:06:52

  Modified:    src/blocks/ojb/samples welcome.xml
  Log:
  fixed typo
  
  Revision  Changes    Path
  1.3       +10 -10    cocoon-2.1/src/blocks/ojb/samples/welcome.xml
  
  Index: welcome.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/ojb/samples/welcome.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- welcome.xml	1 Feb 2004 21:37:30 -0000	1.2
  +++ welcome.xml	4 Feb 2004 13:06:52 -0000	1.3
  @@ -10,33 +10,33 @@
       instances into the persistent store (database). Uses Java Data Object Query Language (JDOQL).
     </note>
     <sample name="XSP" href="jdo/xspdemo">Sample using JDO in a XSP page.</sample>
  -  <sample name="Woody" href="jdo/woody/employee">Sample using JDO with Woody Binding</sample>
  +  <sample name="Woody" href="jdo/woody/employee">Sample using JDO with Woody Binding.</sample>
     <sample name="JXForm" href="">Sample using JXForms with JDO. To be done.</sample>
    </group>
   
    <group name="Using ODMG 3.0 (To be done)">
      <note>
  -     Object Data Management Group (ODMG) 3 standard for binding databases. Uses Object Query Language (OQL).
  -     ODMG has been superceded by JDO.
  +     Object Data Management Group (ODMG) 3 standard for binding databases.
  +     Uses Object Query Language (OQL). ODMG has been superceded by JDO.
     </note>
  -  <sample name="XSP" href="odmg/xspdemo">Sample using in a XSP page.</sample>
  +  <sample name="XSP" href="odmg/xspdemo">Sample using JDO in a XSP page.</sample>
     <sample name="Woody" href="">Sample using Woody binding. To be done.</sample>
     <sample name="JXForm" href="">Sample using JXForms. To be done.</sample>
    </group>
   
    <group name="Using Persistence Broker (To be done)">
     <note>Low-level API that can be used directly by applications that don't need full fledged object level transactions.</note>
  -  <sample name="XSP" href="">Sample using in a XSP page. To be done.</sample>
  +  <sample name="XSP" href="">Sample using JDO in a XSP page. To be done.</sample>
     <sample name="Woody" href="">Sample using Woody binding. To be done.</sample>
     <sample name="JXForm" href="">Sample using JXForms. To be done.</sample>
    </group>
   
    <group name="OJB Documentation">
  -  <p> To use the demo you need to download jdo from </p>
  +  <p>To use the demo you need to download JDO from Sun's website.</p>
     <note>
  -    OJB block allow the use of the Apache OJB project into Cocoon.
  -    OJB block is still alpha software and under active development. Your
  -    feedback is very much welcome on the Cocoon mailing lists.
  +    OJB block allows the use of the Apache OJB project into Cocoon.
  +    OJB block is still alpha software and under active development.
  +    Your feedback is very much welcome on the Cocoon mailing lists.
     </note>
     <sample name="Apache OJB website" href="http://db.apache.org/ojb/">Apache OJB project</sample>
     <sample name="Using JDO Tutorial" href="http://db.apache.org/ojb/tutorial4.html">How to use OJB with JDO</sample>
  @@ -45,7 +45,7 @@
    </group>
   
    <group name="Other Links">
  -   <note>Addionational link to database access technologies</note>
  +   <note>Additional link to database access technologies</note>
   
      <sample name="JDO Website" href="http://java.sun.com/products/jdo/">JDO website</sample>
      <sample name="JDO Central" href="http://www.jdocentral.com/">JDO community website</sample>