======================================== LiveView Minimal Sample ======================================== This sample provides the minimum LiveView table configuration that LiveView Server can compile and run. See the Start Here document for an introduction to starting and stopping LiveView Server in Studio and at the command prompt. Start Here uses this Minimal sample to illustrate its points, and serves as a tutorial for running this sample. On Windows or Mac, open Studio's Help > Help Contents menu and click TIBCO LiveView Documentation. Click Start Here > Getting Started with LiveView Server. On Linux, assuming the product is installed in its standard location, load the following path into your web browser: /opt/tibco/sb-cep/n.m/doc/vstart/lv-start-server.html To run this sample in Studio, you can: - In the LiveView Project Viewer, click the green Run button in the upper right. - Right-click any of the lvconf table configuration files in the Project Explorer view and select Run As > Run Configurations > Run (in the invoked Run Configurations dialog). - Right-click the project folder itself, and select Run As > LiveView Fragment To run this sample from the command line outside of Studio, you must: - Package this sample's LiveView fragment project into a fragment archive. - Create a separate StreamBase Application project, and set the pom.xml for that project to depend on the fragment archive created in the previous step. - Create a separate StreamBase Application archive file. - Install that archive into a StreamBase Runtime node. - Start the node. These steps are described in more detail in the "Deploy with epadmin" page of the Concepts Overview in the StreamBase documentation. This sample includes: engine.conf - a LiveView configuration file to set up JVM arguments for this sample.