summaryrefslogtreecommitdiff
path: root/apps/JAWS
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-28 07:04:24 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-28 07:04:24 +0000
commitb74390c7f12328c4be173c584067befa505c2a25 (patch)
tree6fe9a65b2690dde11617dc40c1700886e6d038cd /apps/JAWS
parent7abe19679f79f5c6c0f360730273320970089cbc (diff)
downloadATCD-b74390c7f12328c4be173c584067befa505c2a25.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/JAWS')
-rw-r--r--apps/JAWS/PROTOTYPE/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/JAWS/PROTOTYPE/README b/apps/JAWS/PROTOTYPE/README
new file mode 100644
index 00000000000..701c6e6c89f
--- /dev/null
+++ b/apps/JAWS/PROTOTYPE/README
@@ -0,0 +1,18 @@
+This directory contains the source code to the JAWS framework as
+described in Object-Oriented Application Frameworks, Volume 3.
+
+The subdirectories are as follows
+
+ ./JAWS the core JAWS framework source
+ ./HTTPU utility classes for HTTP handling
+
+The top level directory contains source to a simple HTTP/0.9 web
+server written using the JAWS framework.
+
+The Makefile uses the ACE Makefile system, so a correctly configured
+ACE should require no changes to get JAWS to compile.
+
+Users of Windows NT can start with the supplied project files, but they
+may require some fiddling with to get it all to compile.
+
+-- James