You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2011/06/29 21:54:33 UTC

svn commit: r791854 - /websites/staging/airavata/trunk/content/airavata/source.html

Author: buildbot
Date: Wed Jun 29 19:54:32 2011
New Revision: 791854

Log:
Staging update by buildbot

Modified:
    websites/staging/airavata/trunk/content/airavata/source.html

Modified: websites/staging/airavata/trunk/content/airavata/source.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/source.html (original)
+++ websites/staging/airavata/trunk/content/airavata/source.html Wed Jun 29 19:54:32 2011
@@ -67,11 +67,13 @@
     <p>Airavata source code is maintained using <a href="http://subversion.apache.org">Apache Subversion</a> version control.</p>
 <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="check_out_the_source_code">Check out the source code</h2>
-<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/incubator/</span><span class="n">airavata</span><span class="o">/</span><span class="n">trunk</span> <span class="n">airavata</span>
-</pre></div>
-
-
+<h2 id="source_code">Source Code</h2>
+<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>
+</ul>
 <h2 id="developers_guide">Developers Guide</h2>
 <p>Some coding practices:</p>
 <ul>
@@ -89,7 +91,7 @@
 </ul>
 <p>Configure Eclipse Prefernces</p>
 <ul>
-<li>Download Eclipse Formatting and Style Guides for <a href="http://svn.apache.org/repos/asf/incubator/airavata/etc/eclipse/">Airavata</a></li>
+<li>Download Eclipse Formatting and Style Guides for <a href="http://svn.apache.org/repos/asf/incubator/airavata/etc/eclipse/">Airavata Style Templates</a></li>
 <li>To add Formatter: Preferences &gt; Java &gt; Code Style &gt;  Formatter and import the airavata-formatting-preferences.xml downloaded in the previous step. </li>
 <li>To add Templates: Preferences &gt; Java &gt; Code Style &gt; Code Templates and import the airavata-code-style-template.xml. This templates adds the ASF header and so on for new code. </li>
 </ul>