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 / WebLogicWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  2.2 KB  |  60 lines

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