Re: [Dspace-tech] DSpace and Z39.50

2007-08-17 Thread Mika Stenberg
I tried to see the URL you sent but the site was down this morning?

In my server.xml I have already set URIencoding as follows:

   Connector port=8080 maxHttpHeaderSize=8192
maxThreads=150 minSpareThreads=25 maxSpareThreads=75
enableLookups=false redirectPort=8443 acceptCount=100
connectionTimeout=2 disableUploadTimeout=true 
URIEncoding=UTF-8/


What else might be wrong?

-Mika



 I tried a search for the author Siikamäki and got a bad result back.  My 
 guess is that you haven't set the URIEncoding in your tomcat.  See this page 
 for information on how to do that:
 http://confluence.atlassian.com/display/DOC/Configuring+Tomcat's+URI+encoding
 
 Ralph
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LeVan,Ralph
 Sent: Thursday, August 16, 2007 9:30 AM
 To: Mika Stenberg
 Cc: dspace-tech@lists.sourceforge.net; Peter Cliff
 Subject: Re: [Dspace-tech] DSpace and Z39.50
 
 The word test in that URL is in the position where the database name 
 occurs.  If you want to search DSpace, replace test with DSpace.
 
 Here's a search in your database:
 http://otto.terkko.helsinki.fi:8080/SRW/search/DSpace?query=dc.creator%20=%20Aalto,%20AnumaximumRecords=1
 
 
 Ralph
 
 -Original Message-
 From: Mika Stenberg [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 15, 2007 3:36 AM
 To: LeVan,Ralph
 Cc: Peter Cliff; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] DSpace and Z39.50
 
 I tried this one but have hard time making it work. The installation 
 seems to be succesful, but I cant figure out how to make queries to my 
 own Dspace database?
 
 The test query is built like this:
 http://otto.terkko.helsinki.fi:8080/SRW/search/test?query=cancermaximumRecords=1
 
 So how should I change it to search my Dspace instance? Removing the 
 test part results to error.
 
 Thanks,
 Mika
 
 
 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/

 Ralph

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50

 Hello!

 I've been trawling through the DSpace mailing list archives and also the

 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.

 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?

 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).

 Thanks,

 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath




 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 
 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-17 Thread LeVan,Ralph
Probably old code.

I have my latest code controlled in Subversion behind the company firewall now. 
 The only thing I'm lacking is an idea for how to organize the various 
subprojects to build a working deployment.

Let me describe my setup and see if someone out there can help me organize it.

I have a main project named SRW with all the protocol handling logic and 
interfaces for database logic.

I have a number of other projects with implementations for databases including 
straight Lucene and Lucene/DSpace.

The problem is that some project, either the SRW project or a database project, 
needs to be able to generate a .war file that includes the product of the other 
project(s).  I can't come up with an auto-magic way of making that happen.  If 
one of you can suggest how to do that, I'd be very grateful and deploy it 
immediately.

In the meantime, I'll send my latest SRW and SRWDSpace jars to Mika.

Thanks!

Ralph

-Original Message-
From: Mika Stenberg [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 17, 2007 3:57 AM
To: LeVan,Ralph
Cc: dspace-tech@lists.sourceforge.net; Peter Cliff
Subject: Re: [Dspace-tech] DSpace and Z39.50

I tried to see the URL you sent but the site was down this morning?

In my server.xml I have already set URIencoding as follows:

   Connector port=8080 maxHttpHeaderSize=8192
maxThreads=150 minSpareThreads=25 maxSpareThreads=75
enableLookups=false redirectPort=8443 acceptCount=100
connectionTimeout=2 disableUploadTimeout=true 
URIEncoding=UTF-8/


What else might be wrong?

-Mika



 I tried a search for the author Siikamäki and got a bad result back.  My 
 guess is that you haven't set the URIEncoding in your tomcat.  See this page 
 for information on how to do that:
 http://confluence.atlassian.com/display/DOC/Configuring+Tomcat's+URI+encoding
 
 Ralph
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LeVan,Ralph
 Sent: Thursday, August 16, 2007 9:30 AM
 To: Mika Stenberg
 Cc: dspace-tech@lists.sourceforge.net; Peter Cliff
 Subject: Re: [Dspace-tech] DSpace and Z39.50
 
 The word test in that URL is in the position where the database name 
 occurs.  If you want to search DSpace, replace test with DSpace.
 
 Here's a search in your database:
 http://otto.terkko.helsinki.fi:8080/SRW/search/DSpace?query=dc.creator%20=%20Aalto,%20AnumaximumRecords=1
 
 
 Ralph
 
 -Original Message-
 From: Mika Stenberg [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 15, 2007 3:36 AM
 To: LeVan,Ralph
 Cc: Peter Cliff; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] DSpace and Z39.50
 
 I tried this one but have hard time making it work. The installation 
 seems to be succesful, but I cant figure out how to make queries to my 
 own Dspace database?
 
 The test query is built like this:
 http://otto.terkko.helsinki.fi:8080/SRW/search/test?query=cancermaximumRecords=1
 
 So how should I change it to search my Dspace instance? Removing the 
 test part results to error.
 
 Thanks,
 Mika
 
 
 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/

 Ralph

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50

 Hello!

 I've been trawling through the DSpace mailing list archives and also the

 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.

 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?

 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).

 Thanks,

 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath




 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser

Re: [Dspace-tech] DSpace and Z39.50

2007-08-16 Thread LeVan,Ralph
The word test in that URL is in the position where the database name occurs.  
If you want to search DSpace, replace test with DSpace.

Here's a search in your database:
http://otto.terkko.helsinki.fi:8080/SRW/search/DSpace?query=dc.creator%20=%20Aalto,%20AnumaximumRecords=1


Ralph

-Original Message-
From: Mika Stenberg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 3:36 AM
To: LeVan,Ralph
Cc: Peter Cliff; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace and Z39.50

I tried this one but have hard time making it work. The installation 
seems to be succesful, but I cant figure out how to make queries to my 
own Dspace database?

The test query is built like this:
http://otto.terkko.helsinki.fi:8080/SRW/search/test?query=cancermaximumRecords=1

So how should I change it to search my Dspace instance? Removing the 
test part results to error.

Thanks,
Mika


 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/
 
 Ralph
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50
 
 Hello!
 
 I've been trawling through the DSpace mailing list archives and also the
 
 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.
 
 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?
 
 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).
 
 Thanks,
 
 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath
 
 
 
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-16 Thread LeVan,Ralph
I tried a search for the author Siikamäki and got a bad result back.  My 
guess is that you haven't set the URIEncoding in your tomcat.  See this page 
for information on how to do that:
http://confluence.atlassian.com/display/DOC/Configuring+Tomcat's+URI+encoding

Ralph

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LeVan,Ralph
Sent: Thursday, August 16, 2007 9:30 AM
To: Mika Stenberg
Cc: dspace-tech@lists.sourceforge.net; Peter Cliff
Subject: Re: [Dspace-tech] DSpace and Z39.50

The word test in that URL is in the position where the database name occurs.  
If you want to search DSpace, replace test with DSpace.

Here's a search in your database:
http://otto.terkko.helsinki.fi:8080/SRW/search/DSpace?query=dc.creator%20=%20Aalto,%20AnumaximumRecords=1


Ralph

-Original Message-
From: Mika Stenberg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 3:36 AM
To: LeVan,Ralph
Cc: Peter Cliff; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace and Z39.50

I tried this one but have hard time making it work. The installation 
seems to be succesful, but I cant figure out how to make queries to my 
own Dspace database?

The test query is built like this:
http://otto.terkko.helsinki.fi:8080/SRW/search/test?query=cancermaximumRecords=1

So how should I change it to search my Dspace instance? Removing the 
test part results to error.

Thanks,
Mika


 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/
 
 Ralph
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50
 
 Hello!
 
 I've been trawling through the DSpace mailing list archives and also the
 
 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.
 
 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?
 
 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).
 
 Thanks,
 
 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath
 
 
 
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-15 Thread Mika Stenberg
I tried this one but have hard time making it work. The installation 
seems to be succesful, but I cant figure out how to make queries to my 
own Dspace database?

The test query is built like this:
http://otto.terkko.helsinki.fi:8080/SRW/search/test?query=cancermaximumRecords=1

So how should I change it to search my Dspace instance? Removing the 
test part results to error.

Thanks,
Mika


 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/
 
 Ralph
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50
 
 Hello!
 
 I've been trawling through the DSpace mailing list archives and also the
 
 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.
 
 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?
 
 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).
 
 Thanks,
 
 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath
 
 
 
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-15 Thread Peter Cliff
Hello!

I tend to agree, SRU/W is the way to go, though I guess Z39.50 is still 
hanging in there in some places. It is good that SRU/W be part of DSpace 
1.5.

Thank you for the replies!

Pete Cliff
Research Officer, Repositories Support Project,
UKOLN, University of Bath

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-14 Thread LeVan,Ralph
OCLC provides an SRW/U interface to DSpace.  See
http://www.oclc.org/research/software/srw/

Ralph

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
Cliff
Sent: Tuesday, August 14, 2007 10:47 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] DSpace and Z39.50

Hello!

I've been trawling through the DSpace mailing list archives and also the

documentation, and while I've found a few references - notably an email 
stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
I've not found any concrete evidence that would suggest DSpace supports 
either protocol.

Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
SRU (or even SRW) interface?

I realise adding one would be pretty straight forward for an 
implementor, either by indexing the output of an OAI-PMH request for 
everything (using, say, IndexData's Zebra) or using the DSpace search 
API and something like JZKit 
(http://developer.k-int.com/projects.php?page=dspace for example).

Thanks,

Pete Cliff
Research Officer, Repositories Support Project,
UKOLN, University of Bath





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-14 Thread MacKenzie Smith
And as I recall, we couldn't distribute it with the DSpace codebase
because it contained some code under the GPL... so it's an add-on
that has to be downloaded separately (and many have).

We talked about adding Z39.50 support a long time ago, but
nobody really wanted it and SRU seemed like the right way to go.

MacKenzie

 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/

 Ralph

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50

 Hello!

 I've been trawling through the DSpace mailing list archives and also the

 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.

 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?

 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).

 Thanks,

 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-14 Thread Mark Diggory
Hello,

We also have a reorganized version of the OCLC SRW/U ported into the  
the DSpace 1.5 build system which we are planning to deploy on  
[EMAIL PROTECTED] and other DSpace instances at MIT Libraries. We've made it  
available to the public. The code is no different than the OCLC  
release for 1.4.2, it simply uses Maven to be built rather than Ant.  
The GPL third party jars only applied to the SRW/U's other driver  
implementations (which it originally shipped inside the distribution)  
those implementations are removed from this version and thus the  
dependencies are not required.

See the following for source:
http://libstaff.mit.edu/svn/repos/projects/dspace-addons/dspace-srw/ 
trunk/

-Mark

On Aug 14, 2007, at 7:02 PM, MacKenzie Smith wrote:

 And as I recall, we couldn't distribute it with the DSpace codebase
 because it contained some code under the GPL... so it's an add-on
 that has to be downloaded separately (and many have).

 We talked about adding Z39.50 support a long time ago, but
 nobody really wanted it and SRU seemed like the right way to go.

 MacKenzie

 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/

 Ralph

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50

 Hello!

 I've been trawling through the DSpace mailing list archives and  
 also the

 documentation, and while I've found a few references - notably an  
 email
 stating that there was a task to add Z39.50 and SRU to DSpace in  
 2003 -
 I've not found any concrete evidence that would suggest DSpace  
 supports
 either protocol.

 Am I right in thinking that DSpace does not ship with a Z39.50 and/or
 SRU (or even SRW) interface?

 I realise adding one would be pretty straight forward for an
 implementor, either by indexing the output of an OAI-PMH request for
 everything (using, say, IndexData's Zebra) or using the DSpace search
 API and something like JZKit
 (http://developer.k-int.com/projects.php?page=dspace for example).

 Thanks,

 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath


 -- 
 ---
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a  
 browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Office: E25-131
Phone: (617) 253-1096



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech