[kepler-dev] Creating xml configuration file from Kepler user interface ....

Ilkay Altintas altintas at sdsc.edu
Wed Feb 1 11:34:14 PST 2006


Hi Jagan,

Sorry for the late response. There's nobody working on an xml editor 
within Kepler as far as I know.

The scia has an xml viewer implemented which might be a start.

Cheers,
-ilkay


On Jan 23, 2006, at 7:57 PM, kommineni jagan wrote:

> Hello Ilkay,
>
> I am trying to integrate gt4 client module through java-cog 4.1.3. I 
> have created an actor which takes configuration file and executes 
> within Kepler. There is no need to install any globus modules in the 
> system. I have put all the requred jar files into my Kepler directory.
>
> The configuration file is a xml file which is some thing like this ....
>
> =================================================
> 1. Intialization Phase ....
> ---------------------------------
> <sequnetial>
> <echo message="Intialization Phase"/>
> <parallel>
>
> Intialization tasks .....
>
> </parallel>
> ----------------------------------
> 2. File tranfer stage ....
> -----------------------------------
> <parallel>
>
> Input file transfer tasks ....
>
> </parallel>
> -------------------------------
> 3. Execution stage ....
> -------------------------------
>
> Execution task ......
>
> ---------------------------------
> 4. File transfer stage ....
> -------------------------------------
> <parallel>
>
> Output files transfer to destination location .......
>
> </parallel>
>
> </sequential>
>
> </project>
> =================================
>
> with this it is possible to deploy the application and execute the 
> application and get back the results.
>
> cog 4.1.3 supports job submissions to gt 2+, gt3+ and gt4+ versions.
>
> As a first trail, I have run Atmospheric application on a remote 
> system by creating xml config file manually.
>
> Could you mind to tell whether there is any one is working on 
> integrating xml editor with in Kepler user interface?
>
> The complete desctption xml config which I have used is attached to 
> this mail.
>
> with regards,
>
> Jagan Kommineni
>
> <CCAM_workflow2.xml>



More information about the Kepler-dev mailing list