tetsuya     2003/07/28 01:49:13

  Modified:    docs     index.html
               docs/site elsewhere.html
               xdocs    index.xml
               xdocs/site elsewhere.xml
  Log:
  Apache OJB 1.0 RC4 Released
  
  Revision  Changes    Path
  1.277     +2 -1      jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.276
  retrieving revision 1.277
  diff -u -r1.276 -r1.277
  --- index.html        27 Jul 2003 01:27:48 -0000      1.276
  +++ index.html        28 Jul 2003 08:49:13 -0000      1.277
  @@ -20,7 +20,7 @@
              
                                       
                           
  -            <title>The Jakarta Site - The Jakarta Project -- Java(TM) Related 
Products</title>
  +            <title>The Jakarta Site - The Jakarta Project -- Java Related 
Products</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -240,6 +240,7 @@
                                                   <h4>Other news from <a 
href="site/news.html">Jakarta</a> 
           and <a href="site/elsewhere.html">Elsewhere</a></h4>
                                                   <ul>
  +                <li><a href="site/elsewhere.html#20030727.1">27 July 2003 - 
<b>Apache OJB 1.0 RC4</b> Released</a></li>
                   <li><a href="site/elsewhere.html#20030718.2">18 July 2003 - 
<b>Apache FOP 0.20.5</b> Released</a></li>
                   <li><a href="site/elsewhere.html#20030718.1">18 July 2003 - 
<b>Apache HTTP Server 1.3.28</b> Released</a></li>
                   <li><a href="site/elsewhere.html#20030715.1">15 July 2003 - <b>Many 
Jakarta products</b> have been included in <b>Out-of-the-Box 2.1</b></a></li>
  
  
  
  1.58      +49 -2     jakarta-site2/docs/site/elsewhere.html
  
  Index: elsewhere.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/elsewhere.html,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- elsewhere.html    18 Jul 2003 22:16:25 -0000      1.57
  +++ elsewhere.html    28 Jul 2003 08:49:13 -0000      1.58
  @@ -182,10 +182,57 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <a name="20030718.2">
  +                                    <a name="20030727.1">
  +<h3>27 Jul 2003 - Apache OJB (Object Relational Bridge) 1.0 RC4 released</h3></a>
  +                                                <p>
  +The Apache OJB (Apache DB/OJB Project) team is pleased to announce the release of 
OJB (Object Relational Bridge) 1.0 RC4. This Release Candidate will be the final RC, 
and we will be able to release OJB 1.0 Final in the near future.
  +</p>
  +                                                <p>
  +Binary and source distributions are available from <a 
href="http://db.apache.org/builds/ojb/1.0.rc4/";>HERE</a>.
  +</p>
  +                                                <p>
  +<b>NEW FEATURES:</b>
  +<ul>
  +<li>With this release we are feature complete for the 1.0 release! For 1.0 you 
should not expect more features to be added.</li>
  +<li>added a XDoclet OJB Module that allows to generate repository.xml and DDL from 
tagged Java sources to the "contrib" distribution.</li>
  +<li>added an OJB Taglib that allows to use OJB directly from JSP pages to the 
"contrib" distribution.</li>
  +</ul>
  +</p>
  +                                                <p>
  +<b>NOTES:</b>
  +<ul>
  +<li>update used xdoclet version in 'ejb-examples' (see section deployment/'Build 
the OJB sample session beans') to version 1.2xx</li>
  +</ul>
  +</p>
  +                                                <p>
  +<b>CHANGES:</b>
  +<ul>
  +<li>Enhance MetadataManager, add new methods, simplify handling of different 
persistent object metadata profiles (means different 
org.apache.ojb.broker.metadata.DescriptorRepository instances) at runtime</li>
  +<li>Provide a PUBLIC doctype declaration for the repository.xml</li>
  +<li>add a convenience Constructor to QueryByCriteria that builds a query selecting 
all instances of a class</li>
  +<li>add isClosed() method to PersistenceBroker interface to check if a broker 
instance was already closed.</li>
  +<li>make OJB more strict in handling closed PersistenceBroker instances. Now it's 
not any longer possible to use closed PersistenceBroker instances.</li>
  +<li>Package ...metadata.fieldaccess refactored/changed. Now all PersistentField 
implementations support 'nested fields'. See new entries in OJB.properties file.</li>
  +<li>added new sections to documentation</li>
  +</ul>
  +</p>
  +                                                <p>
  +<b>BUG FIXES:</b>
  +<ul>
  +<li>fix several bugs in documentation</li>
  +<li>fixed writing to memo columns in MS Access</li>
  +<li>fixed optimistic locking problem</li>
  +<li>fixed jdo tutorial setup</li>
  +</ul>
  +</p>
  +                                                <p>
  + This release note is also available from <a 
href="http://cvs.apache.org/viewcvs/db-ojb/release-notes.txt";>here</a>. For more 
information about OJB (Object Relational Bridge), see <a 
href="http://db.apache.org/ojb/";>The Apache OJB Website</a>. Please send 
feedback/bugreports to the <a href="http://db.apache.org/mail.html";>mailing list 
(Objectbridge Developer List)</a>.
  +</p>
  +                                                <hr size="1" noshade="noshade" />
  +                                                <a name="20030718.2">
   <h3>18 Jul 2003 - Apache FOP 0.20.5 released</h3></a>
                                                   <p>
  -the Apache FOP team is pleased to announce the release of FOP 0.20.5
  +The Apache FOP team is pleased to announce the release of FOP 0.20.5
   </p>
                                                   <p>
   Binary and source distributions are available at:
  
  
  
  1.223     +2 -1      jakarta-site2/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
  retrieving revision 1.222
  retrieving revision 1.223
  diff -u -r1.222 -r1.223
  --- index.xml 27 Jul 2003 01:27:48 -0000      1.222
  +++ index.xml 28 Jul 2003 08:49:13 -0000      1.223
  @@ -4,7 +4,7 @@
     <properties>
       <author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
       <author email="[EMAIL PROTECTED]">Ted Husted</author>
  -    <title>The Jakarta Project -- Java(TM) Related Products</title>
  +    <title>The Jakarta Project -- Java Related Products</title>
     </properties>
   
   <body>
  @@ -61,6 +61,7 @@
   <h4>Other news from <a href="site/news.html">Jakarta</a> 
           and <a href="site/elsewhere.html">Elsewhere</a></h4>
           <ul>
  +                <li><a href="site/elsewhere.html#20030727.1">27 July 2003 - 
<b>Apache OJB 1.0 RC4</b> Released</a></li>
                   <li><a href="site/elsewhere.html#20030718.2">18 July 2003 - 
<b>Apache FOP 0.20.5</b> Released</a></li>
                   <li><a href="site/elsewhere.html#20030718.1">18 July 2003 - 
<b>Apache HTTP Server 1.3.28</b> Released</a></li>
                   <li><a href="site/elsewhere.html#20030715.1">15 July 2003 - <b>Many 
Jakarta products</b> have been included in <b>Out-of-the-Box 2.1</b></a></li>
  
  
  
  1.32      +50 -1     jakarta-site2/xdocs/site/elsewhere.xml
  
  Index: elsewhere.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/elsewhere.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- elsewhere.xml     18 Jul 2003 22:16:25 -0000      1.31
  +++ elsewhere.xml     28 Jul 2003 08:49:13 -0000      1.32
  @@ -11,10 +11,59 @@
   
   <section name="Elsewhere ...">
   
  +<a name="20030727.1">
  +<h3>27 Jul 2003 - Apache OJB (Object Relational Bridge) 1.0 RC4 released</h3></a>
  +<p>
  +The Apache OJB (Apache DB/OJB Project) team is pleased to announce the release of 
OJB (Object Relational Bridge) 1.0 RC4. This Release Candidate will be the final RC, 
and we will be able to release OJB 1.0 Final in the near future.
  +</p>
  +<p>
  +Binary and source distributions are available from <a 
href="http://db.apache.org/builds/ojb/1.0.rc4/";>HERE</a>.
  +</p>
  +<p>
  +<b>NEW FEATURES:</b>
  +<ul>
  +<li>With this release we are feature complete for the 1.0 release! For 1.0 you 
should not expect more features to be added.</li>
  +<li>added a XDoclet OJB Module that allows to generate repository.xml and DDL from 
tagged Java sources to the "contrib" distribution.</li>
  +<li>added an OJB Taglib that allows to use OJB directly from JSP pages to the 
"contrib" distribution.</li>
  +</ul>
  +</p>
  +<p>
  +<b>NOTES:</b>
  +<ul>
  +<li>update used xdoclet version in 'ejb-examples' (see section deployment/'Build 
the OJB sample session beans') to version 1.2xx</li>
  +</ul>
  +</p>
  +<p>
  +<b>CHANGES:</b>
  +<ul>
  +<li>Enhance MetadataManager, add new methods, simplify handling of different 
persistent object metadata profiles (means different 
org.apache.ojb.broker.metadata.DescriptorRepository instances) at runtime</li>
  +<li>Provide a PUBLIC doctype declaration for the repository.xml</li>
  +<li>add a convenience Constructor to QueryByCriteria that builds a query selecting 
all instances of a class</li>
  +<li>add isClosed() method to PersistenceBroker interface to check if a broker 
instance was already closed.</li>
  +<li>make OJB more strict in handling closed PersistenceBroker instances. Now it's 
not any longer possible to use closed PersistenceBroker instances.</li>
  +<li>Package ...metadata.fieldaccess refactored/changed. Now all PersistentField 
implementations support 'nested fields'. See new entries in OJB.properties file.</li>
  +<li>added new sections to documentation</li>
  +</ul>
  +</p>
  +<p>
  +<b>BUG FIXES:</b>
  +<ul>
  +<li>fix several bugs in documentation</li>
  +<li>fixed writing to memo columns in MS Access</li>
  +<li>fixed optimistic locking problem</li>
  +<li>fixed jdo tutorial setup</li>
  +</ul>
  +</p>
  +<p>
  + This release note is also available from <a 
href="http://cvs.apache.org/viewcvs/db-ojb/release-notes.txt";>here</a>. For more 
information about OJB (Object Relational Bridge), see <a 
href="http://db.apache.org/ojb/";>The Apache OJB Website</a>. Please send 
feedback/bugreports to the <a href="http://db.apache.org/mail.html";>mailing list 
(Objectbridge Developer List)</a>.
  +</p>
  +
  +<hr size="1" noshade="noshade" />
  +
   <a name="20030718.2">
   <h3>18 Jul 2003 - Apache FOP 0.20.5 released</h3></a>
   <p>
  -the Apache FOP team is pleased to announce the release of FOP 0.20.5
  +The Apache FOP team is pleased to announce the release of FOP 0.20.5
   </p>
   <p>
   Binary and source distributions are available at:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to