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/07/12 19:50:14 UTC

svn commit: r792599 - in /websites/production/airavata: ./ content/airavata/source.html

Author: smarru
Date: Tue Jul 12 17:50:14 2011
New Revision: 792599

Log:
Fixing the incorrect source checkout path pointed by Alek.

Modified:
    websites/production/airavata/   (props changed)
    websites/production/airavata/content/airavata/source.html

Propchange: websites/production/airavata/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jul 12 17:50:14 2011
@@ -1 +1 @@
-/websites/staging/airavata/trunk:790685-792392
+/websites/staging/airavata/trunk:790685-792598

Modified: websites/production/airavata/content/airavata/source.html
==============================================================================
--- websites/production/airavata/content/airavata/source.html (original)
+++ websites/production/airavata/content/airavata/source.html Tue Jul 12 17:50:14 2011
@@ -76,11 +76,13 @@
 <h2 id="browse_the_source_code">Browse the source code</h2>
 <p><a href="http://svn.apache.org/viewvc/incubator/airavata/">Browse Airavata repository</a>.</p>
 <h2 id="source_code">Source Code</h2>
+<p>To check out the source code: svn co https://svn.apache.org/repos/asf/incubator/airavata/trunk/</p>
 <ul>
-<li>Core Software: The core software focuses on providing POJO style implementation of the Airavata Suite.</li>
-<li>Web Service Interfaces:  The services will wrap the core with either SOAP or REST style web service interfaces. XRegistry is developed using <a href="http://www.extreme.indiana.edu/xgws/xsul/">XSUL</a>, GFac and Workflow Interpreter are developed in <a href="http://axis.apache.org/axis2/java/core/">Axis2 Framework</a></li>
-<li>Checkout Core: svn co https://svn.apache.org/repos/asf/incubator/airavata/core/trunk/ airavata-core</li>
-<li>Checkout Services: svn co https://svn.apache.org/repos/asf/incubator/airavata/services/trunk/</li>
+<li>The source code is organized into modules into major components. </li>
+<li>The GFac-Core is the POJO style implementation of the Airavata Application Wrapper and Job management tool.</li>
+<li>XBaya-GUI is the desktop and JNLP webstartable interface to construct, execute and monitor workflows. XBaya provides a graphical programming abstraction over worklfow languages like BPEL.</li>
+<li>GFac-Axis2 and Workflow Interpreter are developed in <a href="http://axis.apache.org/axis2/java/core/">Axis2 Framework</a> and provide web service interfaces to GFac-Core and XBaya respectively.</li>
+<li>XRegistry is a registry services which provides a web service interface to a database of application, service and workflow deployment descriptions. XRegistry is developed using <a href="http://www.extreme.indiana.edu/xgws/xsul/">XSUL</a>, </li>
 </ul>
 <h2 id="developers_guide">Developers Guide</h2>
 <p>Some coding practices:</p>