Re: [Dspace-tech] adding to DSpace remotely

2012-09-05 Thread Darren Arsenault
Big Thanks to everyone! It will take me a little while to get through it all, 
but there is a lot of good [and interesting] stuff here.

Darren


From: Pottinger, Hardy J. [pottinge...@umsystem.edu]
Sent: September-04-12 3:41 PM
To: Benjamin Ryan; Darren Arsenault; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding to DSpace remotely

Hi, I don't think Richard Jones will mind if I share this URL around, I
bugged him about SWORDiT shortly after OR12, and he passed me this GitHub
URL:

https://github.com/richard-jones/swordit

Haven't done much playing with it yet, but, boy, does it look handy.


--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
Do you love it? Do you hate it? There it is, the way you made it.
--Frank Zappa





On 9/4/12 2:34 PM, Benjamin Ryan benjamin.r...@manchester.ac.uk wrote:

+1 on SWORD
Also Google for the Dev Challenge at OR2012, the Cottage Labs people
presented an idea called SWORDiT a simple widget to allow submission
via SWORD into Dspace.
Also check out https://github.com/kshepherd for EasyDeposit and
RightClickDeposit, both nice ways of making SWORD submissions to Dspace
simple.

Regards,
   Ben

--
Dr Ben Ryan
Jorum Technical Coordinator (Services)

5.12 Roscoe Building
The University of Manchester
Oxford Road
Manchester
M13 9PL
Tel: 0160 275 6039
E-mail: benjamin.r...@manchester.ac.uk
--


-Original Message-
From: Darren Arsenault [mailto:arse...@algonquincollege.com]
Sent: 04 September 2012 18:32
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] adding to DSpace remotely

Hi all,

I'm just looking for a little advice here. I am using DSpace 1.8.0, JSPUI
(though I don't think it matters for my question).

I want to add items to DSpace from a different server. This
server/dataset is not OAI-PMH compliant, and even if it was, I do not
want to harvest the data because I do not want everything on that server
brought into DSpace. I want people who are uploading to that server to be
able to check a box (or push a button, etc., the type of event is of no
concern) and have their content automatically uploaded to DSpace.

My first thought is that I can simply add the data to the DSpace database
with remote ADO or other such code. Has anyone else tried something like
this in the past? Does anyone see any flaws in my idea that might make it
impossible/difficult?

Thanks in advance for any advice/assistance.

Darren Arsenault

--

Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--

Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] adding to DSpace remotely

2012-09-04 Thread Darren Arsenault
Hi all,

I'm just looking for a little advice here. I am using DSpace 1.8.0, JSPUI 
(though I don't think it matters for my question).

I want to add items to DSpace from a different server. This server/dataset is 
not OAI-PMH compliant, and even if it was, I do not want to harvest the data 
because I do not want everything on that server brought into DSpace. I want 
people who are uploading to that server to be able to check a box (or push a 
button, etc., the type of event is of no concern) and have their content 
automatically uploaded to DSpace.

My first thought is that I can simply add the data to the DSpace database with 
remote ADO or other such code. Has anyone else tried something like this in the 
past? Does anyone see any flaws in my idea that might make it 
impossible/difficult?

Thanks in advance for any advice/assistance.

Darren Arsenault

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding to DSpace remotely

2012-09-04 Thread helix84
On Tue, Sep 4, 2012 at 7:31 PM, Darren Arsenault
arse...@algonquincollege.com wrote:
 I want people who are uploading to that server to be able to check a box (or 
 push a button, etc., the type of event is of no concern) and have their 
 content automatically uploaded to DSpace.

Hi Darren,

SWORD is what you are looking for. The server your users submit to
would be the SWORD client and DSpace where you want the content
submitted automatically would be the SWORD server. DSpace supports
SWORD in both roles. Even if your client server is not DSpace, a SWORD
client is quite easy to write, there are even lots of examples (e.g.
in PHP) on the web.

SWORD (both client and server) is documented in the official User Guide:
https://wiki.duraspace.org/display/DSDOC18/DSpace+1.8+Documentation

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding to DSpace remotely

2012-09-04 Thread Benjamin Ryan
+1 on SWORD
Also Google for the Dev Challenge at OR2012, the Cottage Labs people presented 
an idea called SWORDiT a simple widget to allow submission via SWORD into 
Dspace.
Also check out https://github.com/kshepherd for EasyDeposit and 
RightClickDeposit, both nice ways of making SWORD submissions to Dspace 
simple.

Regards,
Ben

--
Dr Ben Ryan
Jorum Technical Coordinator (Services)

5.12 Roscoe Building
The University of Manchester
Oxford Road
Manchester
M13 9PL
Tel: 0160 275 6039
E-mail: benjamin.r...@manchester.ac.uk
--


-Original Message-
From: Darren Arsenault [mailto:arse...@algonquincollege.com] 
Sent: 04 September 2012 18:32
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] adding to DSpace remotely

Hi all,

I'm just looking for a little advice here. I am using DSpace 1.8.0, JSPUI 
(though I don't think it matters for my question).

I want to add items to DSpace from a different server. This server/dataset is 
not OAI-PMH compliant, and even if it was, I do not want to harvest the data 
because I do not want everything on that server brought into DSpace. I want 
people who are uploading to that server to be able to check a box (or push a 
button, etc., the type of event is of no concern) and have their content 
automatically uploaded to DSpace.

My first thought is that I can simply add the data to the DSpace database with 
remote ADO or other such code. Has anyone else tried something like this in the 
past? Does anyone see any flaws in my idea that might make it 
impossible/difficult?

Thanks in advance for any advice/assistance.

Darren Arsenault

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding to DSpace remotely

2012-09-04 Thread Pottinger, Hardy J.
Hi, I don't think Richard Jones will mind if I share this URL around, I
bugged him about SWORDiT shortly after OR12, and he passed me this GitHub
URL:

https://github.com/richard-jones/swordit

Haven't done much playing with it yet, but, boy, does it look handy.


--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
Do you love it? Do you hate it? There it is, the way you made it.
--Frank Zappa





On 9/4/12 2:34 PM, Benjamin Ryan benjamin.r...@manchester.ac.uk wrote:

+1 on SWORD
Also Google for the Dev Challenge at OR2012, the Cottage Labs people
presented an idea called SWORDiT a simple widget to allow submission
via SWORD into Dspace.
Also check out https://github.com/kshepherd for EasyDeposit and
RightClickDeposit, both nice ways of making SWORD submissions to Dspace
simple.

Regards,
   Ben

--
Dr Ben Ryan
Jorum Technical Coordinator (Services)

5.12 Roscoe Building
The University of Manchester
Oxford Road
Manchester
M13 9PL
Tel: 0160 275 6039
E-mail: benjamin.r...@manchester.ac.uk
--


-Original Message-
From: Darren Arsenault [mailto:arse...@algonquincollege.com]
Sent: 04 September 2012 18:32
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] adding to DSpace remotely

Hi all,

I'm just looking for a little advice here. I am using DSpace 1.8.0, JSPUI
(though I don't think it matters for my question).

I want to add items to DSpace from a different server. This
server/dataset is not OAI-PMH compliant, and even if it was, I do not
want to harvest the data because I do not want everything on that server
brought into DSpace. I want people who are uploading to that server to be
able to check a box (or push a button, etc., the type of event is of no
concern) and have their content automatically uploaded to DSpace.

My first thought is that I can simply add the data to the DSpace database
with remote ADO or other such code. Has anyone else tried something like
this in the past? Does anyone see any flaws in my idea that might make it
impossible/difficult?

Thanks in advance for any advice/assistance.

Darren Arsenault

--

Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--

Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech