summaryrefslogtreecommitdiff
path: root/jpl/JPL_Rolo/README
diff options
context:
space:
mode:
Diffstat (limited to 'jpl/JPL_Rolo/README')
-rw-r--r--jpl/JPL_Rolo/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/jpl/JPL_Rolo/README b/jpl/JPL_Rolo/README
new file mode 100644
index 0000000000..6d4b14b3fe
--- /dev/null
+++ b/jpl/JPL_Rolo/README
@@ -0,0 +1,27 @@
+Welcome to the Sprite sample application for Larry Wall's JPL. This
+application showcases a merging of Java and Perl in which Java is employed
+to generate a user interface, and Perl is used for data access.
+Specifically, Perl is used with Shishir Gundavaram's Sprite module to offer
+permanent storage through SQL manipulation of text files. This application
+is a Rolodex(tm)-style address file, offering the ability to add, edit or
+delete names and addresses. You may also navigate through the address list.
+
+To use this example, you will need to install the Sprite module from CPAN.
+
+To install the sample, you must first have JPL installed and working.
+Please ensure that you have set environment variables as directed in the
+JPL README and that the JPL Sample program works. Once this has been
+accomplished, you can build the files in this directory with the following
+commmands:
+
+ perl Makefile.PL
+ make
+ make install
+
+You can run this by typing:
+
+ java JPL_Rolo
+
+The application should appear with some sample data, and you can mess
+around with it and put all your friends in the address book. Far out!
+