Re: [Dspace-tech] DSpace Remote APIs

2008-02-28 Thread Stuart Lewis [sdl]
D] Subject: Re: [Dspace-tech] DSpace Remote APIs Hi Mark, I did post it when it was originally written (Sourceforge patch 1619468) although I don't have too much confidence in this early version, it has been made more robust since then but I never got round to updating the patch. When it wa

Re: [Dspace-tech] DSpace Remote APIs

2008-02-28 Thread Robin Taylor
essage- From: Mark Diggory [mailto:[EMAIL PROTECTED] Sent: 27 February 2008 19:52 To: [EMAIL PROTECTED] Cc: 'Rob Hudson'; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] DSpace Remote APIs Robin, This is interesting... You should post it... Have you seen this patch? h

Re: [Dspace-tech] DSpace Remote APIs

2008-02-27 Thread Mark Diggory
f Rob > Hudson > Sent: 22 February 2008 10:30 > To: dspace-tech@lists.sourceforge.net > Subject: [Dspace-tech] DSpace Remote APIs > > Hello all, > > I'm trying to find out more information about DSpace remote APIs. > I've found > the following wiki page

Re: [Dspace-tech] DSpace Remote APIs

2008-02-26 Thread Rob Hudson
Thanks all for the information. I'm after a purely pull method of access. Effectively sucking as much information out of DSpace as is possible. I was thinking of a REST based approach due to simplicity. Is OAI-PMH supported on the current version? Thanks again, Rob On 22/02/2008, Mark Diggor

Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Mark Diggory
I'll just note that both SWORD and LNI use the same DSpace Packager implementation and should support the same packaging formats. On Feb 22, 2008, at 4:06 AM, Stuart Lewis wrote: > Hi Rob, > >> I'm trying to find out more information about DSpace remote APIs. >> I've found >> the following wi

Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Stuart Lewis
Hi Rob, > I'm trying to find out more information about DSpace remote APIs. I've found > the following wiki page but the information on it seems out of date: > http://wiki.dspace.org/index.php/NetworkInterfaces. I spoke to the CARET team > and they have stated that the LightWeightNetwork interface

Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Robin Taylor
happily provide the code if you are interested. Cheers, Robin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hudson Sent: 22 February 2008 10:30 To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] DSpace Remote APIs Hello all, I'm t

Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Richard Jones
Hi Rob, Depending on what you want to do, I would suggest that there are 3 remote APIs for DSpace: - OAI-PMH: the usual straightforward metadata harvesting mechanism, accessible by HTTP GET. Read only. - LNI: this is a partial WebDAV implementation for DSpace, which deals principally with PU

[Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Rob Hudson
Hello all, I'm trying to find out more information about DSpace remote APIs. I've found the following wiki page but the information on it seems out of date: http://wiki.dspace.org/index.php/NetworkInterfaces. I spoke to the CARET team and they have stated that the LightWeightNetwork interface has