Apache Beehive Samples ====================== This directory contains: - samples that demonstrate the capabilities of Beehive Controls and Page Flows - application templates you can use as development starting points Instructions for running these samples are located at: http://beehive.apache.org/releases/v1.0/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-jsf A web project that demonstrates NetUI and Java Server Faces (JSF) integration. This sample uses Apache MyFaces. 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.