======================================== LiveView Web Themes Sample ======================================== This is a StreamBase Studio project for LiveView whose main focus is to demonstrate the use of the themes in TIBCO LiveView(tm) Web client. __________ Usage Note Some ad blocking extensions for some browsers have been found to block the display of the charting elements used in the sample. For best results, disable your browser's ad block extension, or set up an exception for http://localhost before opening this sample in your browser. _____________ Usage Summary - For StreamBase + LiveView releases 10.1.0 and later, this sample is preconfigured to include the LiveView Web WAR file in src/main/liveview/lv-user-webapps. (For instructions on adding the WAR file to a different LiveView project, see Using LiveView Clients in the Introduction to TIBCO LiveView in the LiveView documentation.) - Select this project's name in the Project Explorer view, right-click, and select Run As > LiveView Fragment from the context menu. - Point your web browser to the LiveView Web application landing page (typically http://localhost:10080/lvweb) - Log in as admin/admin. __________________ Command Line Usage 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. _______________ Project Details This LiveView project has various pages (LiveView Sessions, LiveView Schemas, LiveView Statistics) which show various system-level statistics. The project uses a custom theme. Look for the theme in the lv-web/theme folder. ______________ Sample Details This sample delivers preconfigured pages and cards for LiveView Web if you log in as admin/admin. These credentials are configured in the project's configuration files, of type HOCON, in src/main/configurations. __________________ Sample Limitations StreamBase 10.1.x and later ships with TIBCO LiveView(tm) Web Standard Edition, which provides the lvweb.war file that implements LiveView Web functionality, plus this sample. Using Standard Edition, you can use the built-in User Sharing features to grant and update access permissions to cards from one user to another. To grant and update permissions to use pages and dashboards for new and existing users, please obtain a license for TIBCO LiveView(tm) Web Enterprise Edition, which includes a suite of lvweb-* tools and documentation on using them.