SourceForge.net hosts over 100,000 Open Source projects. You may find what you're looking for by searching our site or using our Software Map.
You may also want to consider these similarly-categorized projects:
This is the UnIRODS project ("unirods")
This project was registered on SourceForge.net on Aug 7, 2010, and is described by the project team as follows:
IRODS integration for UNICORE 6
Install Steps:
1. Download the uas-irods-X.jar : or create it yourself by fetching the project from the repository
2. Download the Jargon-2.3.0.jar, slf4j-api-1.6.1.jar and slf4j-nop-1.6.1.jar
3. Copy all jars to the $UNICORE_HOME/unicorex/lib/ directory
4. Modify $UNICORE_HOME/unicorex/conf/uas.config by adding new targetsystem, example:
uas.targetsystem.storage=IRODS
uas.targetsystem.storage.type=CUSTOM
uas.targetsystem.storage.path=/
uas.targetsystem.storage.class=de.fzj.unicore.uas.irods.SMSIRodsImpl
Note::: the variable resolution only works with the classic Perl TSI, not with the embedded Java TSI.
5. Create a configuration file defining the iRODs servers, names of iRODs resources, users.
The file shoudl have te follwing format:
<?xml version="1.0"?>
<irods>
<storage>
<hostname>localhost</hostname>
<port>1247</port>
<username>rods<username>
<password>rods</password>
<homeDirectory>/Zone/home/rods</homeDirectory>
<zone>Zone</zone>
<defaultStorageResource>Rescources</defaultStorageResource>
</storage>
</irods>
Example: irods.storages
6. Register the iRODs configuration file with UNICORE using one of the two methods
use the default location for file, which is
$UNICORE_HOME/unicorex/conf/irods.storages
or
add irods.storages.file param pointing to the configuration file when running the unicorex component
Limitations: currently UnIRODS can connect only to one IRODS server
The exact license terms used by this project on their project summary page and in the licensing documents included in their downloads.
To join this project, please contact the project administrators of this project, as shown on the project summary page.
Source code for this project may be available as downloads or through one of the SCM repositories used by the project, as accessible from the project develop page.
This page is the default project web page supplied by SourceForge.net. If you are a member of this project, you can deploy your own project web pages as per our site documentation.
If you are a web page developer interested in this project, please consider reaching out to the project admin (per the "Join this project" section, above) to offer your assistance.
©Copyright 1999-2010 - Geeknet, Inc., All Rights Reserved