wiki-archive/twiki/data/TAPIR/UnitLoader.txt,v

34 lines
833 B
Plaintext
Raw Normal View History

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next ;
desc
@Initial revision
@
1.1
log
@Initial revision
@
text
@*Developers:* AntonGuentsch, JinlingLi, MarkusDoering
*Availability/Location:* Available from the BioCASE developer site http://www.biocase.org/dev/unitloader
*Language:* Java
*Documentation:* http://www.biocase.org/dev/unitloader
*Description:* The UnitLoader classes are used to create BioCASE queries ("search", "capablities", and "scan") through a Java API and to start a set of threads to query BioCASE datasources for given urls and collect the xml responses returned. This class hides the BioCASE unit level access protocol defined with the schema given hat http://www.bgbm.org/biodivinf/Schema/protocol_1_3.xsd
@