Beehive Samples --------------- This directory contains: - samples that demonstrate the capabilities of Beehive controls, page flows, and web services - application templates you can use as development starting points Instructions for running these samples are located at: http://incubator.apache.org/beehive/samples/index.html and locally at: /docs/samples/index.html The following list describes the function of each sample. controls-blank A simple HelloWorld control to be used as a template for building more complex controls. controls-spring A basic controls enabled web project that demonstrates creating and using Beehive controls via Spring. netui-blank A simple Page Flow to be used as a template for building a Page Flow enabled web project. netui-samples A web project containing various NetUI samples. petstoreWeb This sample demonstrates all three Beehive sub-projects: controls, Page Flows, and web services. Petstore includes (1) a Page Flow based web site, (2) controls for managing state and data retrieval, and (3) a web service interface for inventory management. wsm-addressbook-enhanced An annotation-aware version of the Apahce Axis AddressBook sample. wsm-blank A simple HelloWorld web service to be used a template for a web services enabled web project. wsm-samples A web project containing various web service metadata samples.