Deploying Star Trees on the Web ------------------------------- Copyright 2002 (c) Inxight Software Inc. When you published your Star Tree, you created a set of files. These files are used to display your Star Tree in a browser window. The list below describes them. The XXX refers to the name of your Star Tree file. File Name Details --------- ------- XXX.stz (required) This is the Star Tree file you are publishing. It is loaded by one of the two Java applets (.jar files) below. StarTreeStudio30.jar (required) This Java applet loads and displays the Star Tree. A web page embeds this applet. See the sample XXX.html for more details. StarTreeStudio30netmac.jar (optional) This Java applet can be used to display Star Trees in a Netscape browser on the Macintosh. Because of compatibility problems, the StarTreeStudio30.jar file cannot be used for this combination of browser and platform. The sample XXX.html file shows how to detect this situation. It routes the request to the XXX_netmac.html web page which uses the StarTreeStudio30netmac applet. NOTE: Some of the visual variables available in Star Tree Studio are not supported or behave differently with the StarTreeStudio30netmac.jar applet, including: - caption - duplicate nodes - thermometer-style quantity markers - icons - scaling of thumbnails - collapsing/expanding branches (using + / - ) - Wafer-style quantity markers align differently in Star Trees displayed by this applet StarTree30license.txt (required) This file includes the license information that is verified by the Java applet before loading the Star Tree. *****DO NOT MODIFY THIS FILE!***** XXX.html (optional) This sample html file embeds the Java applet that loads the Star Tree into the browser. It allows you to specify other characteristics of the applet such as background image, toolbar buttons displayed, target window settings, etc.. This file detects the operating system and browser and if necessary routes the request to XXX_netmac.html (see below). XXX_netmac.html (optional) Some versions of Netscape on Macintosh are not compatible with the standard Java applet included in Star Tree Studio. To avoid this problem, the XXX.html automatically detects the operating system and browser. If an incompatible combination is detected, the sample XXX_netmac.html file will be launched instead. This file embeds the StarTreeStudio30netmac.jar applet. XXX_frameset.html (optional) Star Tree Studio creates this sample html file when you specify that the Star Tree will be displayed in a frame of a web page. This file defines the frameset in which the xxx.html file will be embedded. XXX_readme.txt (optional) The file you are currently reading. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ applet_readme.txt, updated 4/25/02