Author: smarru
Date: Wed Aug 3 02:47:09 2011
New Revision: 1153322
URL: http://svn.apache.org/viewvc?rev=1153322&view=rev
Log:
updating the site instructions to match svn reorganization to address AIRAVATA-59
Modified:
incubator/airavata/site/trunk/content/airavata/build.mdtext
incubator/airavata/site/trunk/content/airavata/source.mdtext
incubator/airavata/site/trunk/templates/sidenav.mdtext
Modified: incubator/airavata/site/trunk/content/airavata/build.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/build.mdtext?rev=1153322&r1=1153321&r2=1153322&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/build.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/build.mdtext Wed Aug 3 02:47:09 2011
@@ -54,8 +54,7 @@ workflowtracking - mvn clean install -D
* Download [Eclipse IDE for Java EE Developers](http://www.eclipse.org/downloads/)
- * Follow the instructions on Eclipse [Add New Software]
- (http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm)
to add the following pluggins
+ * Follow the instructions on Eclipse [Add New Software](http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm)
to add the following pluggins
* Add [M2Eclipse](http://download.eclipse.org/technology/m2e/releases) pluggin.
* Add [Subclipse](http://subclipse.tigris.org/update_1.6.x/) pluggin
Modified: incubator/airavata/site/trunk/content/airavata/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/source.mdtext?rev=1153322&r1=1153321&r2=1153322&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/source.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/source.mdtext Wed Aug 3 02:47:09 2011
@@ -16,27 +16,29 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-Airavata source code is maintained using [Apache Subversion][1] version control.
+Airavata source code is maintained using Apache Subversion version control.
-## Browse the source code
+Browse Airavata source repository in [ViewVC][viewvc].
-[Browse Airavata repository][2].
+The SVN location is [Airavata SVN][svnlocation]
## Source Code
To check out the source code: svn co https://svn.apache.org/repos/asf/incubator/airavata/trunk/
- * The source code is organized into modules into major components.
+ * The source code is organized by major components into modules directory.
* The GFac-Core is the POJO style implementation of the Airavata Application Wrapper and
Job management tool.
+ * GFac-Axis2 is a web service interface to GFac-Core developed in [Axis2 Framework][axis2].
* 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.
- * GFac-Axis2 and Workflow Interpreter are developed in [Axis2 Framework][9] and provide
web service interfaces to GFac-Core and XBaya respectively.
- * 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
[XSUL][8],
+ * Workflow Interpreter is an axis2 web service which wraps XBaya to provide server side
enactment capability.
+ * WS-Messenger is a web service messaging system used within Airavata for all service to
service and end user communications.
+ * 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
[XSUL][xsul].
## Developers Guide
Some coding practices:
-* License Header: Always add the current ASF license header as described in [ASF Source Header][3].
+* License Header: Always add the current ASF license header as described in [ASF Source Header][srcheaders].
* Trailing Whitespaces: Remove all trailing whitespaces. Eclipse users can use Source->Cleanup
option to accomplish this.
* Indentation: Use 4 space indents and never use tabs!
* Line wrapping: Use 120-column line width for Java code and Javadoc.
@@ -46,7 +48,7 @@ Some coding practices:
Configure Eclipse Preferences
- * Download Eclipse Formatting and Style Guides for [Airavata Style Templates][7]
+ * Download Eclipse Formatting and Style Guides for [Airavata Style Templates][styles]
* To add Formatter: Preferences > Java > Code Style > Formatter and import the
airavata-formatting-preferences.xml downloaded in the previous step.
* To add Templates: Preferences > Java > Code Style > Code Templates and import
the airavata-code-style-template.xml. This templates adds the ASF header and so on for new
code.
@@ -54,12 +56,9 @@ Configure Eclipse Preferences
See [build instructions](build.html).
-[1]: http://subversion.apache.org
-[2]: http://svn.apache.org/viewvc/incubator/airavata/
-[3]: http://www.apache.org/legal/src-headers.html
-[4]: http://www.eclipse.org/downloads/
-[5]: http://m2eclipse.sonatype.org/sites/m2e
-[6]: http://subclipse.tigris.org/update_1.6.x/
-[7]: http://svn.apache.org/repos/asf/incubator/airavata/etc/eclipse/
-[8]: http://www.extreme.indiana.edu/xgws/xsul/
-[9]: http://axis.apache.org/axis2/java/core/
+[viewvc]: http://svn.apache.org/viewvc/incubator/airavata/
+[svnlocation]: https://svn.apache.org/repos/asf/incubator/airavata/trunk/
+[srcheaders]: http://www.apache.org/legal/src-headers.html
+[styles]: http://svn.apache.org/repos/asf/incubator/airavata/etc/eclipse/
+[xsul]: http://www.extreme.indiana.edu/xgws/xsul/
+[axis2]: http://axis.apache.org/axis2/java/core/
Modified: incubator/airavata/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/templates/sidenav.mdtext?rev=1153322&r1=1153321&r2=1153322&view=diff
==============================================================================
--- incubator/airavata/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/airavata/site/trunk/templates/sidenav.mdtext Wed Aug 3 02:47:09 2011
@@ -20,7 +20,7 @@
# Documentation
- [Airavata Overview](/airavata/docs/system/overview.html)
- - [WS Messaging](/airavata/docs/messenger/ws-messenger.html)
+ - [WS Messenger](/airavata/docs/messenger/ws-messenger.html)
- [XBaya](/airavata/docs/workflow/xbaya.html)
- [GFac](/airavata/docs/gfac/gfac.html)
- [XRegistry](/airavata/docs/registry/xregistry.html)
|