[Swift-devel] Executing a swift task from Java application

Allan Espinosa aespinosa at cs.uchicago.edu
Fri Mar 11 13:31:07 CST 2011


Hi Tim,

I use Ruby or Python's templating engines to generate some of my app
tasks that cannot be wrapped around Swift's current constructs.
Templating engines are also useful to generate the sites.xml and
tc.data to take input from a resource monitoring service like OSG's
ReSS.

2011/3/11 Tim Armstrong <tim.g.armstrong at gmail.com>:
> Hi swift-devel,
>   I'm looking currently at using swift to manage files (staging in and out,
> etc) and execute tasks on behalf of another application.
>
> Is it possible to programmatically construct and execute Swift app tasks?
> Would it make sense to just use the coasters module on its own without the
> Swift runtime?
>
> I've had a look through the swift code base, and it hasn't become obvious to
> me yet how I would achieve that, so I thought I should ask some people who
> know their way around the code better.  Is there a class or set of classes I
> should look at start looking at to understand how App tasks are instantiated
> and run?

vdl-int.k in libexec should be a good start.

If you want something lower-level and more fine grained, try playing
around with direct Karajan scripts.

>
> - Tim
>
>


-Allan



More information about the Swift-devel mailing list