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/07/21 01:25:23 UTC

svn commit: r793115 - /websites/staging/airavata/trunk/content/airavata/build.html

Author: buildbot
Date: Wed Jul 20 23:25:22 2011
New Revision: 793115

Log:
Staging update by buildbot

Added:
    websites/staging/airavata/trunk/content/airavata/build.html

Added: websites/staging/airavata/trunk/content/airavata/build.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/build.html (added)
+++ websites/staging/airavata/trunk/content/airavata/build.html Wed Jul 20 23:25:22 2011
@@ -0,0 +1,122 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <link href="/airavata/css/airavata.css" rel="stylesheet" type="text/css">
+  <title>Airavata Source Code &amp; Developers Guide</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img id="logo" alt="Apache airavata (Incubating)" src="/airavata/images/airavata-logo.png"/>
+    <div id="bannertext">
+      <img id="logo-text"  alt="Apache airavata (Incubating)" src="/airavata/images/airavata-text.png" />
+      </div><br />
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="/airavata/index.html">About</a></li>
+<li><a href="http://incubator.apache.org/projects/airavata.html">Incubator page</a></li>
+<li><a href="/airavata/license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/airavata/get-involved.html">Get Involved</a></li>
+<li><a href="/airavata/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/airavata/people.html">People</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/airavata/source.html">Source Code</a></li>
+<li><a href="https://issues.apache.org/jira/browse/airavata">Issue Tracker</a></li>
+<li><a href="/airavata/docs/edit-cms-website.html">Editing Website</a></li>
+</ul>
+<h1 id="documentation">Documentation</h1>
+<ul>
+<li><a href="/airavata/docs/system/overview.html">Airavata Overview</a></li>
+<li><a href="/airavata/docs/messenger/ws-messenger.html">WS Messaging</a></li>
+<li><a href="/airavata/docs/workflow/xbaya.html">XBaya</a></li>
+<li><a href="/airavata/docs/gfac/gfac.html">GFac</a></li>
+<li><a href="/airavata/docs/registry/xregistry.html">XRegistry</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+    <a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="/airavata/images/apache-incubator-logo.png" width="150"/>
+    </a>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Airavata Source Code &amp; Developers Guide</h1>
+    <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="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>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>
+<ul>
+<li>License Header: Always add the current ASF license header as described in <a href="http://www.apache.org/legal/src-headers.html">ASF Source Header</a>.</li>
+<li>Trailing Whitespaces: Remove all trailing whitespaces. Eclipse users can use Source-&gt;Cleanup option to accomplish this.</li>
+<li>Indentation: Use 4 space indents and never use tabs!</li>
+<li>Line wrapping: Use 120-column line width for Java code and Javadoc.</li>
+<li>Author Tags: Do not use Author Tags. The code is developed and owned by the community. </li>
+</ul>
+<h3 id="eclipse_configuration_tips">Eclipse Configuration Tips</h3>
+<ul>
+<li>Download <a href="http://www.eclipse.org/downloads/">Eclipse IDE for Java EE Developers</a></li>
+<li>Add <a href="http://m2eclipse.sonatype.org/sites/m2e">M2Eclipse</a> pluggin.</li>
+<li>Add <a href="http://subclipse.tigris.org/update_1.6.x/">Subclipse</a> pluggin</li>
+</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 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>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>