[Dspace-tech] REST API for DSpace

2011-03-09 Thread Mark Melia
Hello everyone,

Just wondering if anyone else has played around with Bojan Suzic's great 
REST API extension? I am trying to allow for REST queries to be done on 
my DSpace. With our DSpace anonymous users can search. It seems to me 
that you must log in as an authenticated user to do anything with the 
plug-in, is this correct?

Thanks for any help you can provide,
Mark

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Instruction video: How to enable Mirage and Discovery in DSpace 1.7

2011-03-09 Thread Bram Luyten
Hello,

we just finished a short video on enabling Mirage and Discovery in DSpace
1.7 http://www.youtube.com/user/atmireclips#p/a/u/0/9obqwFPWR6w.

The information contained in the video is part of the DSpace documentation:
https://wiki.duraspace.org/display/DSDOC/Discovery
https://wiki.duraspace.org/display/DSDOC/XMLUI+Configuration+and+Customization

If this kind of short how-to is useful to you, please feel free to suggest
topics for future videos.

best regards,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium
2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA

atmire.com - Institutional Repository Solutions
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Google Apps Email

2011-03-09 Thread Jason Fowler
I know that DSpace has the ability to use LDAP for authentication. Recently,
however, our institution decided to switch to Google Apps for our email. We
were wondering if DSpace is able to support authentication via Google Apps.
Does anyone have any experience with this?

Thanks,
*Jason Fowler, CA, MSLS*
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
President, ALABI
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] REST API for DSpace

2011-03-09 Thread Bojan Suzic
Hi Mark,

no, it is not necessary to be logged in order to search.
By my understanding, you have already installed the extension and it 
requires a user to be logged in order to search?
If that is the case then please send your configuration description 
direct to me, the message/action you tried and the server response.

Regards
Bojan


 Just wondering if anyone else has played around with Bojan Suzic's great
 REST API extension? I am trying to allow for REST queries to be done on
 my DSpace. With our DSpace anonymous users can search. It seems to me
 that you must log in as an authenticated user to do anything with the
 plug-in, is this correct?

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Google Apps Email

2011-03-09 Thread Stuart Lewis
Hi Jason,

 I know that DSpace has the ability to use LDAP for authentication. Recently, 
 however, our institution decided to switch to Google Apps for our email. We 
 were wondering if DSpace is able to support authentication via Google Apps. 
 Does anyone have any experience with this?

We do the same here, however we provide the authentication to Google Apps.

We use Shibboleth as the authentication into Google apps, so that our users can 
use their normal logins.  When they try to log-in, they are bounced to our 
shibboleth server, get authenticated, and are then bounced back to Google apps. 
We also use Shibboleth for our DSpace instance.

Thanks,


Stuart Lewis
Digital Development Manager
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Maven Profiles

2011-03-09 Thread Pottinger, Hardy J.
Hi, I was wondering if anyone would be interested in sharing how they use Maven 
profiles in their DSpace development? We use them quite a bit in our 
development process, to facilitate builds to developer workspaces, and staging, 
and production. I'm thinking about this because I'm working on an upgrade to 
DSpace 1.7, as well as testing some alternate builds of DSpace, so I'm changing 
a few dspace.cfg files to work with our profiles... and it has me thinking that 
I may be doing it wrong... the big thing I change is, in a stock dspace.cfg 
file, I change all occurrences of:

{dspace

To

{default.dspace

So that our profiles can change those values. I also change other variables... 
Here's an excerpt from our profiles.xml file, so you can get an idea of what 
I'm up to:

profiles

!-- The Oracle profile below serves as a trigger, to force the use of 
Oracle info from
  the profiles further below. Without it, default info is included 
from the pom.xml
  and all other profiles are ignored. --

profile
idoracle/id
activation
property
namedb.name/name
valueoracle/value
/property
/activation
properties
default.db.nameoracle/default.db.name
default.db.driveroracle.jdbc.OracleDriver/default.db.driver
/properties
/profile

profile
idirsandbox/id
properties

default.dspace.dir/dspacepath/default.dspace.dir

default.dspace.baseUrlhttps://irsandbox.example.edu/default.dspace.baseUrl

default.dspace.urlhttps://irsandbox.example.edu/xmlui/default.dspace.url

default.dspace.hostnameirsandbox.example.edu/default.dspace.hostname
default.dspace.nameExample IRsandbox/default.dspace.name


default.db.urljdbc:oracle:thin:@oracledb.example.edu:1521:data/default.db.url
default.db.usernameexample/default.db.username
default.db.passwordfoobar!/default.db.password
default.db.maxconnections30/default.db.maxconnections

default.smtp.usernameexample/default.smtp.username
default.smtp.passwordfoobar!/default.smtp.password


default.assetstore.dir/path/to/assetstore/default.assetstore.dir

/properties

activation
  property
   nameirsandbox/name
  /property
/activation

   /profile

Anyhow, I'm curious to hear how you're using profiles, if you are. AND, if you 
see something in that example above that could be simplified or is just 
wrong-headed, please let me know. Thanks!

--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
No matter how far down the wrong road you've gone,
turn back. --Turkish proverb 



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Help - import and export

2011-03-09 Thread Kumara SS
Hi all,

I hve installed dspace1.7 on Mac OSX 10.4 and have 50+ records.

How to backup these records?How to import and export everything?

Also how to modify the fields?

Please reply..

Thanks in advance

With regards
Kumara SS

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech