Re: [BioRDF] All about the LSID URI/URN

If we go with Sean's suggestion of an HTTP gateway, you can have one line 
of code that looks like:

InputStream lsidData = new 
URL("http://lsid.info/urn:lsid:ncbi.nlm.nih.gov.lsid.biopathways.org:genbank:32345422").openStream();

Ben Szekely
IBM Software Engineer
Advanced Internet Technology, Cambridge, MA
bhszekel@us.ibm.com

Eric Jain <Eric.Jain@isb-sib.ch> wrote on 07/31/2006 01:30:03 PM:

> Benjamin H Szekely wrote:
> > The LSID Java Toolkit supports both SOAP and HTTP.   The HTTP version 
is 
> > very simple and does not use Axis.  I believe work is being done 
outside 
> > of development team to implement a more lightweight, HTTP-only version 

> > of the LSID Java stack. 
> 
> As far as I am concerned, the resolution mechanism is only light-weight 
> enough when it fits into one line of code and doesn't require any 
special 
> libraries :-)
> 

Received on Monday, 31 July 2006 21:12:45 UTC