Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stain/scufl2-clojure

Using Scufl2 from Clojure
https://github.com/stain/scufl2-clojure

Last synced: about 1 month ago
JSON representation

Using Scufl2 from Clojure

Awesome Lists containing this project

README

        

## scufl2-clojure

Example of using the [Scufl2](http://www.mygrid.org.uk/dev/wiki/display/developer/SCUFL2) [Java API](https://github.com/mygrid/scufl2/) in [Clojure](http://clojure.org/).

Limited functionality for now - simply read and write bundle - returned as a
[uk.org.taverna.scufl2.api.container.WorkflowBundle](http://mygrid.github.com/scufl2/api/0.12/uk/org/taverna/scuafl2/api/container/WorkflowBundle.html)

## Usage

Running unit tests using [Leiningen](http://leiningen.org/):

stain@biggie:~/src/scufl2-clojure$ lein test

lein test scufl2.test.core
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #greeting>
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #

Ran 3 tests containing 4 assertions.
0 failures, 0 errors.

## License

* Copyright (C) 2012-2013 Stian Soiland-Reyes

Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.