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

svn commit: r225836 - /webservices/wsrf/trunk/src/ReadMe.txt

Author: jruzzi
Date: Thu Jul 28 11:15:19 2005
New Revision: 225836

URL: http://svn.apache.org/viewcvs?rev=225836&view=rev
Log:
readme for root directory

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

Added: webservices/wsrf/trunk/src/ReadMe.txt
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/ReadMe.txt?rev=225836&view=auto
==============================================================================
--- webservices/wsrf/trunk/src/ReadMe.txt (added)
+++ webservices/wsrf/trunk/src/ReadMe.txt Thu Jul 28 11:15:19 2005
@@ -0,0 +1,33 @@
+**************************************************************************
+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 WSRF.
+There are two Examples:
+
+/examples/filesystem - used in the documentation Quick Demonstration and 
+Tutorial.
+
+/examples/interop - used for an interoperability session conducted
+by the WSRF OASIS working group.
+
+**************************************************************************
+
+/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 WSRF Web application (/wsrf). It is an 
+Apache-Axis based Web application that is modified to include WSRF 
+capabilities. The application contains your WS Resources at runtime. The 
+Web application should work in any Servlet Container. Presently, it has 
+only been tested in Tomcat.
\ No newline at end of file