Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [geclipse-dev] Separating geclise grid model from eclipse workspace

Hi Kasia


And answering your suggestion to get rid of XML from JSDLJobDescription on behalf of serialization to jsld, jdsl, pbs, etc. when needed - I don't think it's a good idea. I would rather keep reference to existing file, than create this file when needed - mainly because of resources' based notifications, but also because job description is a job description and it's a file rather than sth that exists independently from resource.
From my point of view that is not right. If a job description is a file it should inherit from that class and that is not the case. Furthermore when you submit a job to submission web service you submit a string. For example in the glite pluggin:

String jdl = translateJSDLtoJDL( jsdl );
     ...
jobSubmitted = submit( jdl, jsdl.getProject().getVO(), subMonitor.newChild( 9 ) );


So a job description is not a file, neither a string, for me it is a job description.

Best Regards,
Romain.





Back to the top