Hi,

Some people asked me about this issue, so I thought this email me might be of interest.

Peter Lane (lead GRAM developer) tells me that a first prototype of JSDL support in GRAM has been completed. For those wanting to learn more, details are at http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4545. Feedback, or volunteers for early evaluation, would be welcome.

Peter notes that he has been able to submit the following simple JSDL job using the JsdlGramJob class:

<?xml version="1.0" encoding="UTF-8"?>
<jsdl:JobDefinition
xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/11/jsdl">
    <jsdl:JobDescription>
        <jsdl:Application>
           
<jsdl-posix:POSIXApplication
xmlns:jsdl-posix="http://schemas.ggf.org/jsdl/2005/11/jsdl-posix">
               
<jsdl-posix:Executable>/bin/date</jsdl-posix:Executable>
           
</jsdl-posix:POSIXApplication>
        </jsdl:Application>
    </jsdl:JobDescription>
</jsdl:JobDefinition>

Regards -- Ian.