Hi Jatin, Yes the documentation is written in a language called Java :) For open source projects code is the best reference.
But if you are looking for example, take a language client library and walkthrough - https://github.com/apache/airavata/tree/master/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/php-cli-samples <https://github.com/apache/airavata/tree/master/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/php-cli-samples> A better reference will be the PGA’s util classes - https://github.com/apache/airavata-php-gateway/tree/master/app/libraries <https://github.com/apache/airavata-php-gateway/tree/master/app/libraries> Suresh > On Mar 24, 2016, at 8:00 PM, Jatin Balodhi <[email protected]> wrote: > > Sir, > > Is there any documentation about how submission of jobs is done using > airavata-api? > > Jatin > > On Friday 25 March 2016 05:22 AM, Suresh Marru wrote: >> I did not get your question. These examples might help you: >> >> https://github.com/apache/airavata/tree/master/modules/messaging/client >> >> See RabbitMQListener.java as a reference. >> >> You may have to research a bit about how AMQP messages can be listened on >> browsers, see for example - >> http://alexfranchuk.com/blog/amqp-using-websockets/ >> >> Suresh >> >>> On Mar 24, 2016, at 7:27 PM, Jatin Balodhi <[email protected]> wrote: >>> >>> Hi sir, >>> >>> Exactly what points I need to integrate my application with >>> airavata-server, if there other than AMQP. >>> >>> Jatin >>> >>> >>> >>> -------- Forwarded Message -------- >>> Subject: Re: GSOC proposal >>> Date: Thu, 24 Mar 2016 19:08:01 -0400 >>> From: Suresh Marru <[email protected]> >>> To: Airavata Dev <[email protected]>, Jatin Balodhi >>> <[email protected]> >>> >>> Hi Jatin, >>> >>> Your proposal has described well on creating and editing the workflows. You >>> will also need to add details on how you will enable monitoring of the >>> workflow. Airavata publishes details about Task progress to a AMQP channel >>> (RabbitMQ), you can have the integrate to listen to it. In previous years >>> GSOC project >>> >>> For example in previous years GSoC project, students have plugged the AMQP >>> messaging into WebSockets. >>> >>> Suresh >>> >>>> On Mar 21, 2016, at 2:05 PM, Jatin Balodhi <[email protected]> wrote: >>>> >>>> Hi sir, >>>> >>>> Comment permission are granted now please check on: >>>> https://docs.google.com/document/d/1lpAgcMB80_gRQ5hRelKndF-ThvSPY9KLl21P9of1_00/edit?usp=sharing >>>> >>>> Thanks >>>> Jatin >>>> >>>> >>>> -------- Forwarded Message -------- >>>> Subject: Re: GSOC proposal >>>> Date: Mon, 21 Mar 2016 21:49:52 +0530 >>>> From: Bikramjeet Singh <[email protected]> >>>> Reply-To: [email protected] >>>> To: Airavata Dev <[email protected]> >>>> >>>> Hello, >>>> Yes sir I granted commenting permissions. >>>> >>>> Thanks >>>> >>>> On Mon, Mar 21, 2016 at 6:49 PM, Pierce, Marlon <[email protected]> wrote: >>>> Hi Bikramjeet, >>>> >>>> Your proposal is a good start. I would like to make some comments inline >>>> in the google doc. >>>> >>>> Thanks, >>>> >>>> Marlon >>>> >>>> >>>> From: Bikramjeet Singh <[email protected]> >>>> Reply-To: "[email protected]" <[email protected]> >>>> Date: Thursday, March 17, 2016 at 3:08 PM >>>> To: Airavata Dev <[email protected]> >>>> Subject: Re: GSOC proposal >>>> >>>> Hi, >>>> I've shared the draft through Gsoc application, kindly review it. >>>> >>>> Thanks >>>> >>>> On Thu, Mar 17, 2016 at 7:17 PM, Suresh Marru <[email protected]> wrote: >>>> Can you start the doc in gsoc application itself and choose google doc for >>>> draft? >>>> >>>> Suresh >>>> >>>> >>>>> On Mar 17, 2016, at 9:44 AM, Bikramjeet Singh >>>>> <[email protected]> wrote: >>>>> >>>>> Hi, >>>>> I have a GSOC draft proposal ready, where should I share it for review >>>>> and will the google doc link work? >>>>> >>>>> Thanks, >>>>> Bikramjeet Singh >>>> >>>> >>>> >>>> >>> >>> >
