User: gropi
Date: 01/05/20 12:24:56
Modified: src/docs cmp.xml jbossintro.xml
Log:
Clarified D/L instructions for source archives.
Revision Changes Path
1.9 +7 -6 manual/src/docs/cmp.xml
Index: cmp.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/cmp.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cmp.xml 2001/04/12 12:17:59 1.8
+++ cmp.xml 2001/05/20 19:24:56 1.9
@@ -25,8 +25,11 @@
for specific CDs. There is also a
`CDCollection' EJB that lists and searches collections of CDs.</para>
<para>
- The full source code to accompany this article can be found here (in
-gzipped tar format). This archive
+ The full source code to accompany this chapter can be found
+ in either zip (cdEJB.zip) or tar/gzip (cdEJB.tar.gz) format
+ from the file section of the documentation section
+ on <ulink
url="http://www.jboss.org/documentation/files/">www.jboss.org</ulink>.
+ This archive
contains the Java source code, JavaDoc documentation, and a text file of test
data (CDs.txt) to initialize the
database.</para>
@@ -48,8 +51,7 @@
descriptor, and the run-time descriptor that JBoss uses (jboss.xml). I will
assume that you know how to
package and deploy EJBs using JBoss. If you don't know about these things, you
-might want to look at my
-introductory article on JBoss first.</para>
+might want to look at the chapter titled <quote>First Steps</quote> first.</para>
</section>
<section>
<title>JBoss hints</title>
@@ -63,8 +65,7 @@
of study, you could get along
by ensuring that the database size is kept small, but with even a hundred
objects you will find it too slow to use.
-Some Linux systems are reluctant to use the `Hotspot' JVM, but they can
-normally be coerced to.</para>
+</para>
</section>
<section>
<title>Persistence: review</title>
1.15 +2 -2 manual/src/docs/jbossintro.xml
Index: jbossintro.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/jbossintro.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- jbossintro.xml 2001/04/24 15:17:17 1.14
+++ jbossintro.xml 2001/05/20 19:24:56 1.15
@@ -137,8 +137,8 @@
<section>
<title>Creating the Bean</title>
<para>In this step we will write and compile a simple Enterprise
JavaBean.
-You can download the source code for this example in either zip(interestEJB.zip) or
-tar/gzip( interestEJB.tar.gz) format from the file section of the documentation
section
+You can download the source code for this example in either zip (interestEJB.zip) or
+tar/gzip (interestEJB.tar.gz) format from the file section of the documentation
section
on <ulink url="http://www.jboss.org/documentation/files/">www.jboss.org</ulink>.
You will need to unpack the archive into an empty directory.</para>
<para>The example, which is called 'Interest', is a simple stateless
session EJB.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development