You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/11/05 23:27:42 UTC

svn commit: r798174 - in /websites/production/airavata: ./ content/airavata/documentation/system/airavata-in-10-minutes.html content/airavata/documentation/workflow/xbaya.html content/airavata/documentation/xbaya/xbaya_menues.html

Author: smarru
Date: Sat Nov  5 22:27:42 2011
New Revision: 798174

Log:
Publishing the staging content to website.

Modified:
    websites/production/airavata/   (props changed)
    websites/production/airavata/content/airavata/documentation/system/airavata-in-10-minutes.html
    websites/production/airavata/content/airavata/documentation/workflow/xbaya.html
    websites/production/airavata/content/airavata/documentation/xbaya/xbaya_menues.html

Propchange: websites/production/airavata/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Nov  5 22:27:42 2011
@@ -1 +1 @@
-/websites/staging/airavata/trunk:790685-798118
+/websites/staging/airavata/trunk:790685-798173

Modified: websites/production/airavata/content/airavata/documentation/system/airavata-in-10-minutes.html
==============================================================================
--- websites/production/airavata/content/airavata/documentation/system/airavata-in-10-minutes.html (original)
+++ websites/production/airavata/content/airavata/documentation/system/airavata-in-10-minutes.html Sat Nov  5 22:27:42 2011
@@ -86,8 +86,26 @@
 
   <div id="content">
     <h1 class="title">Airavata in Ten Minutes. </h1>
-    <p>This tutorial will explain how to use Airavata XBaya to register and create a simple Web Service for an command-line Echo application. Then, invoking the echo service by using a workflow. Please follow up the below steps to run the simple web service sample.
+    <p>The purpose of this tutorial is to give an advanced understanding of how Airavata works. For a basic understanding please refer the <a href="airavata-in-5-minutes.html">5 minute</a> tutorial.</p>
+<h2 id="introduction">Introduction</h2>
+<p>This tutorial will explain how to use Airavata XBaya to register and create a simple Web Service for an command-line Echo application. Then, invoking the echo service by using a workflow. Please follow up the below steps to run the simple web service sample.
 Note: Currently Airavata will work with Linux distributions and Mac and we do not support all the Apache Airavata components to work on Windows.</p>
+<h2 id="prerequisites">Prerequisites</h2>
+<p><table>
+    <tr>
+        <td width="100"><b>Airavata</b></td>
+        <td>0.1 or later</td>
+    </tr>
+    <tr>
+        <td><b>OS</b></td>
+        <td>Linux or Mac Prefered</td>
+    </tr>
+    <tr>
+        <td><b>Java</b></td>
+        <td>1.6 or higher</td>
+    </tr>
+</table></p>
+<h2 id="tutorial">Tutorial</h2>
 <ol>
 <li>
 <p>Download the latest Airavata release pack from downloads link and extract, for future explanation lets assume the path to extracted directory is AIRAVATA_HOME.</p>

Modified: websites/production/airavata/content/airavata/documentation/workflow/xbaya.html
==============================================================================
--- websites/production/airavata/content/airavata/documentation/workflow/xbaya.html (original)
+++ websites/production/airavata/content/airavata/documentation/workflow/xbaya.html Sat Nov  5 22:27:42 2011
@@ -91,6 +91,11 @@ easy-to-use GUI for users to compose wor
 workflow can be exported to various workflow languages. Currently, BPEL, which is the most promising
 workflow language for the Web Services composition, and Jython scripts, which is convenient for 
 short-lived workflows and debugging.</p>
+<p>See also,<br></p>
+<ul>
+<li>Whats there in the <a href="/airavata/documentation/xbaya/xbaya_menues.html">XBaya menu</a>?</li>
+<li>How to <a href="/airavata/documentation/system/airavata-in-5-minutes.html">create &amp; execute a simple workflow</a> from XBaya? </li>
+</ul>
   </div>
 
   <div id="footer">

Modified: websites/production/airavata/content/airavata/documentation/xbaya/xbaya_menues.html
==============================================================================
--- websites/production/airavata/content/airavata/documentation/xbaya/xbaya_menues.html (original)
+++ websites/production/airavata/content/airavata/documentation/xbaya/xbaya_menues.html Sat Nov  5 22:27:42 2011
@@ -19,7 +19,7 @@
     limitations under the License.
 -->
   <link href="/airavata/css/airavata.css" rel="stylesheet" type="text/css">
-  <title>XBaya GUI Main menu
</title>
+  <title>XBaya Main Menu
</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
@@ -85,8 +85,53 @@
   </div>
 
   <div id="content">
-    <h1 class="title">XBaya GUI Main menu
</h1>
-    
+    <h1 class="title">XBaya Main Menu
</h1>
+    <p>The menus in XBaya will provide easy access to the required functionalities for authoring the workflows &amp; other vital features. </p>
+<p><img alt="XBaya GUI" src="menu/xbaya_gui.png" title="XBaya GUI" /></p>
+<h3 id="xbaya_menu">XBaya Menu</h3>
+<p><img alt="XBaya Menu 1" src="menu/xbaya_menu_1.png" title="XBaya Menu 1" /></p>
+<p><em>New</em>: Includes the options to create new artifacts. Currently you can create,</p>
+<ul>
+<li>new workflows (opens up a new workflow tab in XBaya) </li>
+<li>new descriptors (opens up a dialog box for defining a new descriptor which will be saved to a JCR registry)</li>
+</ul>
+<p><em>Open</em>: If you have workflows saved in your file system then click on this menu to open it by browsing the file system.</p>
+<p><em>Clear workflow</em>: Clears the content of the selected workflow tab. Note that this action cannot be undone.</p>
+<p><em>Close</em>: Close the selected workflow tab &amp; opens up a new workflow tab</p>
+<p><em>Close all</em>:  Close all the workflow tabs</p>
+<p><em>Save</em>: Saves the workflow in the current workflow tab to a file. If the workflow was not saved before use will be asked to specify a name &amp; a location to save the workflow in the file system.</p>
+<p><em>Save as</em>: Saves the workflow in the current tab to a new location specified by the user.</p>
+<p><em>Save all</em>: Saves all the workflows in all the workflow tabs in XBaya.</p>
+<p><img alt="XBaya Menu 2" src="menu/xbaya_menu_2.png" title="XBaya Menu 2" /></p>
+<p><em>Import</em>: You can import a copy of an existing workflow from the file system or registry.</p>
+<p><img alt="XBaya Menu 3" src="menu/xbaya_menu_3.png" title="XBaya Menu 3" /></p>
+<p><em>Export</em>: You can export/save the current workflow to the registry or to different types of scripts. You can also export it as a Portable Network Graphics (PNG) image.</p>
+<h3 id="edit_menu">Edit Menu</h3>
+<p><img alt="Edit Menu" src="menu/edit_menu.png" title="Edit Menu" /></p>
+<p><em>Workflow Properties</em>: Users can update the properties of the current workflow</p>
+<p><em>Parameter Properties</em>: Users can update the properties of the parameters in the current workflow
+Host Descriptions/Service Descriptions/Application Descriptions: Edit/Delete existing descriptors in the registry</p>
+<h3 id="view_menu">View Menu</h3>
+<p><img alt="View Menu" src="menu/view_menu.png" title="View Menu" /></p>
+<p>This will view/open/focus on different views in the XBaya GUI.</p>
+<h3 id="run_menu">Run Menu</h3>
+<p><img alt="Run Menu" src="menu/run_menu.png" title="Run Menu" /></p>
+<p>This menu is for working with the execution of a workflow.</p>
+<p><em>Run workflow</em>: Submit the current workflow to a GFac server to be executed</p>
+<p><em>Run workflow as Jython</em>: </p>
+<p><em>Run on Interpreter Server</em>: Submit the current workflow for execution through another XBaya instance.</p>
+<p><em>Run as GridChem Workflow</em>:</p>
+<p><em>Run &amp; Register in GridChem</em>:</p>
+<p><em>Resume monitoring</em>: Resume the monitoring the execution of a workflow</p>
+<p><em>Pause monitoring</em>: Pause the monitoring the execution of a workflow</p>
+<p><em>Reset monitoring</em>: Reset/clear all retrieved/monitored data for the currently executing workflow</p>
+<p><em>Configure Monitoring</em>: Change monitoring configuration, (e.g.: Change the message box url)</p>
+<h3 id="tools_menu">Tools Menu</h3>
+<p><img alt="Tools Menu" src="menu/tools_menu.png" title="Tools Menu" /></p>
+<p><em>Globus File Transfer</em>: Transfer a file from a remote globus host to another remote globus host.</p>
+<h3 id="registry_menu">Registry Menu</h3>
+<p><img alt="Registry Menu" src="menu/registry_menu.png" title="Registry Menu" /></p>
+<p><em>Setup JCR Registry</em>: You can configure to what JCR registry &amp; from which user the XBaya is connected to currently.</p>
   </div>
 
   <div id="footer">