Beehive Controls - Controls Life Cycle Sample ============================================ This sample directory contains examples of: * Controls life cycle and resource events. * Registering and using a custom service provider from Beehive controls. To run this sample, follow these steps: (1) Update the build.properties file in this sample so that beehive.home points to the top level folder of your Beehive installation. (2) cd to /controls-lifecycle and run: ant clean build deploy (3) cp controls-lifecycle.war $CATALINA_HOME/webapps Once deployed, the demo JSP page can be accessed at: /controls-lifecycle/index.jsp This page includes links that will invoked controls from the page flow and display the resulting life cycle and resource events. Life cycle and resource events are captured by the EventRecorderService, a custom service registered with the ControlContainerContext and accessible from all controls within that context by using the '@Context' reference.