Author: myrnavl
Date: Thu Nov 22 10:18:42 2007
New Revision: 597476
URL: http://svn.apache.org/viewvc?rev=597476&view=rev
Log:
DERBY-3190 ; backport comment/doc edits of revision 597475
Modified:
db/derby/code/branches/10.3/java/demo/simplemobile/SimpleMobileApp.java
db/derby/code/branches/10.3/java/demo/simplemobile/readme.html
Modified: db/derby/code/branches/10.3/java/demo/simplemobile/SimpleMobileApp.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/demo/simplemobile/SimpleMobileApp.java?rev=597476&r1=597475&r2=597476&view=diff
==============================================================================
--- db/derby/code/branches/10.3/java/demo/simplemobile/SimpleMobileApp.java (original)
+++ db/derby/code/branches/10.3/java/demo/simplemobile/SimpleMobileApp.java Thu Nov 22 10:18:42
2007
@@ -54,9 +54,9 @@
* Derby databases: <code>org.apache.derby.jdbc.EmbeddedSimpleDataSource</code>.
* This is demonstrated in this simple demo application.
* </p>
- * <p>To compile this application on your own, make sure you include both
- * derby.jar and the location (directory) of the compiled version of this source
- * file in the compiler's classpath.
+ * <p>To compile this application on your own, make sure you include derby.jar
+ * in the compiler's classpath; see <a href="readme.html">readme.html</a> for
+ * details.
* </p>
*/
public class SimpleMobileApp {
Modified: db/derby/code/branches/10.3/java/demo/simplemobile/readme.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/demo/simplemobile/readme.html?rev=597476&r1=597475&r2=597476&view=diff
==============================================================================
--- db/derby/code/branches/10.3/java/demo/simplemobile/readme.html (original)
+++ db/derby/code/branches/10.3/java/demo/simplemobile/readme.html Thu Nov 22 10:18:42 2007
@@ -18,7 +18,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <meta name="LASTUPDATED" content="2007-11-09 16:00:00 CET">
+ <meta name="LASTUPDATED" content="2007-11-22 14:24:10 CET">
<link rel="StyleSheet" href="../csfull.css" type="text/css" media="screen">
<title>Simple Java ME Database Application</title>
</head>
@@ -37,7 +37,7 @@
</ul>
<!-- ############### OVERVIEW ############### -->
- <h2 class="Heading2"><a name="overview">Overview</a></h2>
+ <h2 class="Heading2"><a id="overview" name="overview">Overview</a></h2>
<p class="Body">
This document describes <em class="fileName">SimpleMobileApp</em>, an
example of a small Java application using JDBC to create and
@@ -67,7 +67,7 @@
<!-- ############### REQUIREMENTS ############### -->
- <h2 class="Heading2"><a name="requirements">Requirements</a></h2>
+ <h2 class="Heading2"><a id="requirements" name="requirements">Requirements</a></h2>
<p class="Body">
In order to run this demo, you need a Java Runtime Environment with access
to the compiled class (<em class="fileName">SimpleMobileApp.class</em>)
@@ -90,7 +90,7 @@
</p>
<!-- ############### CONVENTIONS ############### -->
- <h2 class="Heading2"><a name="conventions">Conventions</a></h2>
+ <h2 class="Heading2"><a id="conventions" name="conventions">Conventions</a></h2>
<p class="Body">
Conventions used in this document:
</p>
@@ -131,7 +131,7 @@
</ul>
<!-- ############### WHAT'S INCLUDED ############### -->
- <h2 class="Heading2"><a name="included">What's Included?</a></h2>
+ <h2 class="Heading2"><a id="included" name="included">What's Included?</a></h2>
<p class="Body">
Before running this demo, you should see the following files and directories
in the <em class="fileName">$DERBY_HOME/demo/programs/simplemobile/</em>
directory:
@@ -156,7 +156,7 @@
</ul>
<!-- ############### HOW TO RUN ############### -->
- <h2 class="Heading2"><a name="run">How to run this sample application</a></h2>
+ <h2 class="Heading2"><a id="run" name="run">How to run this sample application</a></h2>
<p>
Unless noted otherwise, the example commands shown are (UNIX) bash shell commands.
See <a href="#conventions">conventions used in this document</a> for details
on
@@ -216,7 +216,7 @@
</ol>
<!-- ############### RESULTS ############### -->
- <h2 class="Heading2"><a name="results">Results</a></h2>
+ <h2 class="Heading2"><a id="results" name="results">Results</a></h2>
<h3 class="heading4">Console output:</h3>
<blockquote class="Output">
SimpleMobileApp started<br>
@@ -296,7 +296,7 @@
</p>
<!-- ############### HOW TO MODIFY ############### -->
- <h2 class="Heading2"><a name="modify">How to modify this sample application</a></h2>
+ <h2 class="Heading2"><a id="modify" name="modify">How to modify this sample
application</a></h2>
<p class="Body">
To change the behavior of this demo, for example if you want the program not
to delete the table when data processing has finished, you may do the following:
|