************************************************************************** Apache WSRF Directory Structure ************************************************************************** /docs Contains the WSRF documentation, which includes an installation guide, a quick demo, a tutorial, a developer's guide, and Javadoc API docs. ************************************************************************** /examples This directory contains examples that can be compiled and deployed. There is currently one example: /examples/filesystem An example of a WS-Resource that represents a UNIX filesystem. Used by the quick demo and the tutorial. ************************************************************************** /template This directory contains templates that can be used to facilitate a WSRF development project. It includes a template WSDL and Ant scripts for generating and testing a WSRF service. ************************************************************************** /webapp This directory contains the Apache WSRF Web application (/wsrf). It is an Apache-Axis based Web application that is supplemented 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 Apache Tomcat.