home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / JWServerWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  2.2 KB  |  59 lines

  1. /**
  2.  * Java Web Server 2 wizard configuration
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="Java Web Server setup";
  8.     type="HTML";
  9.     body = ("This wizard will guide you through the steps required to profile a servlet with OptimizeIt and Java Web Server.<p>",
  10.         "<p>Press the \"Next\" button to continue.<p><p>",
  11.         "Note: you will find a <a HREF=\"/Tutorial/ProfilingJavaWebServerIndex.html\">tutorial</a> explaining how to profile with Java Web Server in OptimizeIt's tutorial directory. This wizard performs automatically the steps described in the tutorial."    );
  12.   },
  13.   {
  14.     title="Select Java Web Server directory";
  15.     class="DirectorySelection";
  16.     helper="intuitive.optit.wizard.helper.JWServerDirectorySelection";
  17.     text="Select the Java Web Server directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  18.   },    
  19.   {    
  20.     title="Select vm directory";
  21.     class="DirectorySelection";
  22.     helper="intuitive.optit.wizard.helper.JWServerVMDirectorySelection";
  23.     text="Select the vm directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  24.   },
  25.   {
  26.     title="Configure Java Web Server";
  27.     class="Summary";
  28.     helper="intuitive.optit.wizard.helper.JWServerSummary";
  29.     text="Please review the changes below and click on the \"Configure\" button when done.";
  30.     defaultButtonLabel="Configure";
  31.   },
  32.   {
  33.     title="Configuring Java Web Server";
  34.     class="PerformAction";
  35.     helper="intuitive.optit.wizard.helper.JWServerConfiguration";
  36.     final="true"; // Means that we cannot go back
  37.   },
  38.  {
  39.     title="Start now";
  40.     class="RadioList";
  41.     buttonTitles=("","Yes","No");
  42.     topText="Would you like to start Java Web Server server for profiling with OptimizeIt now?";
  43.     bottomText="Make your choice then click next.";
  44.     helper="intuitive.optit.wizard.helper.JWServerStartNow";
  45.     alt1ButtonVisible="false";
  46.     alt2ButtonVisible="false";
  47.   },
  48.   {
  49.     title="Starting Profiler";
  50.     class="Text";
  51.     type="HTML";
  52.     helper="intuitive.optit.wizard.helper.JWServerFinished";
  53.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  54.     alt2ButtonVisible="false";
  55.   }
  56. )
  57.  
  58.  
  59.