Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/csuarez/gridcake
- Owner: csuarez
- License: apache-2.0
- Created: 2011-09-23T07:51:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-29T18:39:26.000Z (over 13 years ago)
- Last Synced: 2023-03-12T07:53:32.754Z (almost 2 years ago)
- Topics: cream, glite, grid, gridftp, java, java-library, myproxy, voms
- Language: Java
- Homepage:
- Size: 6.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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