[Javamatch-cvs] javamatch/docs/website javamatch.xml,1.12,1.13
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-09-20 11:32:04
|
Update of /cvsroot/javamatch/javamatch/docs/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8583/docs/website Modified Files: javamatch.xml Log Message: Remove (link to) snapshot, can use release 0.2 Index: javamatch.xml =================================================================== RCS file: /cvsroot/javamatch/javamatch/docs/website/javamatch.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** javamatch.xml 20 Sep 2004 08:25:45 -0000 1.12 --- javamatch.xml 20 Sep 2004 11:31:55 -0000 1.13 *************** *** 460,464 **** JavaMatch works in combination with such storage mechanisms. </p> ! <h2>JDO</h2> <p class="intro"><a href="http://www.jdocentral.com">JDO</a>, the standard for transparent object persistence, enables you to match in databases. JDO has a --- 460,464 ---- JavaMatch works in combination with such storage mechanisms. </p> ! <h2><a name="jdo"/>JDO</h2> <p class="intro"><a href="http://www.jdocentral.com">JDO</a>, the standard for transparent object persistence, enables you to match in databases. JDO has a *************** *** 506,513 **** directory, and add this to the classpath when compiling / running the application. </p> - <p><b><i> - Note: This will not work with release 0.1, as the syntax for retrieving class members has - changed since release 0.1 Please use the <a href="javamatch.jar">snapshot version</a> instead. - </i></b></p> <p>If you have <a href="http://ant.apache.org">ant</a>, you might want to use <a href="prevayler/build.xml">build.xml</a>. Put it in the prevayler-X.YY.ZZZ directory, --- 506,509 ---- *************** *** 554,557 **** --- 550,554 ---- technology)</li> <li><a href="integration.html#jdo">Performance optimizations</a> for JDO</li> + <li>New example, that can be used for performance tests (random color finder)</li> </ul> </td> *************** *** 579,582 **** --- 576,584 ---- </tr> <tr> + <td>20040920</td> + <td>Added (unoptimized) JDO match engine<br/> + <b>Created release 0.2</b></td> + </tr> + <tr> <td>20040914</td> <td>Restructured the web site</td> |