User: oleg
Date: 00/10/02 07:04:28
Modified: castorjdo castorjdo.html jboss-castorjdo.jar
Log:
Better logging, small improvements
Revision Changes Path
1.2 +7 -7 jbossweb/castorjdo/castorjdo.html
Index: castorjdo.html
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/castorjdo/castorjdo.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- castorjdo.html 2000/09/19 09:28:16 1.1
+++ castorjdo.html 2000/10/02 14:04:27 1.2
@@ -45,7 +45,7 @@
<tbody>
<tr bgcolor="#99cc66">
- <td width="100%"><font color="white" face="Myriad Web,Arial"
size="3"><b>Why-to</b></font></td>
+ <td width="100%"><font color="white" face="Myriad Web,Arial"
size="3"><b>Why</b></font></td>
</tr>
</tbody>
</table>
@@ -78,10 +78,10 @@
This also applies to Castor JDO, which was inspired by the same source
as the quoted specification:
<a
href="http://java.sun.com/aboutJava/communityprocess/jsr/jsr_012_dataobj.html">JSR-12
"Java Data Objects Specification"</a>.
-Castor JDO being used with Session and BMP Entity Beans serves as an
+Castor JDO used with Session beans and BMP Entity Beans serves as an
alternative to CMP Entity Beans, and is in many cases more fast and efficient.
However, Castor doesn't complies to the the Sun JDO specification yet.
-Castor JDO is RDBMS-oriented and serves as O/R mapping tool, while the current draft
+Castor JDO is RDBMS-oriented and serves as O/R mapper, while the current draft
of Sun JDO specification seems to be OODBMS-oriented.
</p>
<p>CastorJDO module is a part of 3rd party Integration section of
@@ -142,11 +142,11 @@
<p><a
href="http://cvs.working-dogs.com/ejboss/cvsweb/index.cgi/~checkout~/contrib/castorjdo/lib/castor-0.8.8.jar?rev=1.1&content-type=text/plain">castor-0.8.8.jar</a>
Copyright 2000 © Intalio Inc. All Rights Reserved.</p>
<p><a
href="http://cvs.working-dogs.com/ejboss/cvsweb/index.cgi/~checkout~/contrib/castorjdo/lib/xerces.jar?rev=1.1&content-type=text/plain">xerces.jar</a>
- Copyright 1999-2000 © The Apache Software Foundation. All
rights reserved.</p>
+ Copyright 2000 © Apache organization. All Rights Reserved.</p>
The CastorJDO integration module is here:
<p><a href="jboss-castorjdo.jar">jboss-castorjdo.jar</a>
Copyright 2000 © The jBoss organization. All Rights Reserved.</p>
- The sources are in <a href="../cvs.htm">CVS</a>, module "contrib".
+ The sources can be found in <a href="../cvs.htm">CVS</a>, module
"contrib".
</td>
<td valign="top" width="10"></td>
<td align="right" valign="top" width="11"> </td>
@@ -196,7 +196,7 @@
<MLET CODE = "org.jboss.jdo.castor.CastorJDOImpl"
ARCHIVE="jboss.jar,castor-0.8.8.jar,xerces.jar"
CODEBASE="../lib/ext/">
- <ARG TYPE="java.lang.String" VALUE="../conf/database.xml">
+ <ARG TYPE="java.lang.String" VALUE="file:../conf/database.xml">
<ARG TYPE="java.lang.String" VALUE="dataObjectsJndiName">
<ARG TYPE="java.lang.Integer" VALUE="0">
<ARG TYPE="java.lang.Boolean" VALUE="false">
@@ -210,7 +210,7 @@
<pre>
<database name="test" engine="oracle" >
<jndi name="dataSourceJndiName"/>
- <mapping href="../conf/mapping.xml" />
+ <mapping href="mapping.xml" />
</database>
</pre>
1.2 +14 -11 jbossweb/castorjdo/jboss-castorjdo.jar
<<Binary file>>