Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csuarez/gridcake

A gLite 3.2 Java library easy as a piece of cake!
https://github.com/csuarez/gridcake

cream glite grid gridftp java java-library myproxy voms

Last synced: about 2 months ago
JSON representation

A gLite 3.2 Java library easy as a piece of cake!

Awesome Lists containing this project

README

        

README
======

What is this?
-----------------

gridCake is a simple Java library to work with gLite 3.2. gridCake can interact with this services:

* *VOMS*
* *MyProxy*
* *CREAM*
* *GridFTP*

If you need more info, read the wiki or the Javadoc files.

Ant tasks
----------
* *prepare* - Prepares environment for compilation
* *build* - Compiles sources and generates the jar
* *dist* - Generates distributable package
* *clean* - Deletes previously generated files under build/ and dist/
* *javadoc* - Generates javadoc files from sources and places it under dist/
* *test* - Executes all unit tests, and saves the reports in build/test-reports