You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by jr...@apache.org on 2005/07/28 20:49:56 UTC

svn commit: r225845 - /webservices/pubscribe/trunk/src/ReadMe.txt

Author: jruzzi
Date: Thu Jul 28 11:49:52 2005
New Revision: 225845

URL: http://svn.apache.org/viewcvs?rev=225845&view=rev
Log:
readme for root of dist

Added:
    webservices/pubscribe/trunk/src/ReadMe.txt

Added: webservices/pubscribe/trunk/src/ReadMe.txt
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/ReadMe.txt?rev=225845&view=auto
==============================================================================
--- webservices/pubscribe/trunk/src/ReadMe.txt (added)
+++ webservices/pubscribe/trunk/src/ReadMe.txt Thu Jul 28 11:49:52 2005
@@ -0,0 +1,34 @@
+**************************************************************************
+Apache Pubscribe Directory Structure
+**************************************************************************
+
+/examples
+
+This directory contains examples that can be compiled and deployed. The 
+examples demonstrate many of the features that are included in Apache 
+Pubscribe. There are two Examples:
+
+/examples/consumer - used in conjunction with the filesystem example to
+demonstrate a notification consumer.
+
+/examples/filesystem - used in the documentation Quick Demonstration and 
+Tutorial. It demonstrates creating a notification publisher and adding 
+notification topics.
+
+**************************************************************************
+
+/template
+
+This directory contains templates that can be used to facilitate a 
+development project. It includes a template WSDL and Ant scripts for
+generating and testing your project.
+
+**************************************************************************
+
+/webapp
+
+This directory contains the Apache Pubscribe Web application (/pubscribe).
+It is an Apache-Axis based Web application that is modified to include 
+WSN capabilities and also includes Apache WSRF. The Web application 
+should work in any Servlet Container. Presently, it has only been tested
+in Tomcat.
\ No newline at end of file