Java_DeploymentUI_Explain.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Java DeploymentUI Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">DeploymentUI.java - Control the Content Manager deployments by using the specified values.</p>
  16. <p class="formText">The Java DeploymentUI sample program demonstrates how to specify values for the deployment options that
  17. control the Content Manager deployments</p>
  18. <br>
  19. <!-- * * * * * * * * * -->
  20. <!-- -->
  21. <!-- Dependent Files -->
  22. <!-- -->
  23. <!-- * * * * * * * * * -->
  24. <p class="FormLabel">Dependent Files</p>
  25. <p class="formText">Associated files are contained under the java sample folder.<br>
  26. Additional files required for running are identified in the CLASSPATH definitions in run.bat or run.sh file.</p>
  27. <!-- * * * * * * * * * -->
  28. <!-- -->
  29. <!-- How To Run -->
  30. <!-- -->
  31. <!-- * * * * * * * * * -->
  32. <p class="FormLabel">How To Run The Sample Program</p>
  33. <p class="formText">Double click on the file run.bat for WINDOWS or run.sh for UNIX.<br><br>
  34. A window will be opened containing:<br>
  35. &nbsp;&nbsp;&nbsp;&nbsp;- Deployment Option selection dropdown box<br>
  36. &nbsp;&nbsp;&nbsp;&nbsp;- Run Option command button<br>
  37. &nbsp;&nbsp;&nbsp;&nbsp;- URL text box<br>
  38. &nbsp;&nbsp;&nbsp;&nbsp;- Output Pane<br>
  39. <br>
  40. Select a deployment option from the drop down box, and click on the 'Run Option' button to run the sample program.</p>
  41. <!-- * * * * * * * * * -->
  42. <!-- -->
  43. <!-- Expected Results -->
  44. <!-- -->
  45. <!-- * * * * * * * * * -->
  46. <p class="FormLabel">Expected Results</p>
  47. <p class="formText">
  48. When the 'List Archives' option is selected, the Output pane will display all the deployments found in IBM Cognos Connection.<br>
  49. When the 'Import' option is selected, the user will be prompted to select a deployment archive from a list in a dropdown box. Then the user will be prompted to select the public folders content. The Output pane will display the results.<br>
  50. When the 'Export' option is selected, the user will be prompted to specify a name. Then, the user will be prompted to select the public folders content. The Output pane will display the results.
  51. </p>
  52. <!-- * * * * * * * * * -->
  53. <!-- -->
  54. <!-- Documentation -->
  55. <!-- -->
  56. <!-- * * * * * * * * * -->
  57. <p class="FormLabel">Documentation</p>
  58. <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
  59. <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
  60. </BODY>
  61. </HTML>