Beehive Samples --------------- This directory contains (1) samples that demonstrate the capabilities of Beehive controls, page flows, and web services and (2) 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. AddressBookWS An annotation-aware version of the Apahce Axis AddressBook sample. controls-blank A simple HelloWorld control to be used as a template for building more complex controls. controls-db A database control that parses SQL statements, sends them to the database, and handles the results sent back from the database. EmployeeWS A web service that calls a database control. netui-blank A simple Page Flow to be used as a template for starting a more complex Page Flow project. PetStoreDashboard A Swing client for the Petstore web service. 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 (PetStoreDashboard is a Swing client for this web service). wsm-blank A simple HelloWorld web service to be used a template for building more complex web services.