Hi Florian,

As Phis says, there's nothing for testing quite as you describe.

The best option you have for a quick test of your interface is to use the
Java Client's SpecTests which aim to test that a given server meets the
specification.  The code is here:

https://github.com/swordapp/JavaClient2.0/blob/master/src/test/java/org/swordapp/client/test/SpecTests.java

You just need to provide your own config for it, like this one:

https://github.com/swordapp/JavaClient2.0/blob/master/src/test/resources/spectests.properties

There are similar tests in the python client here:

https://github.com/swordapp/python-client-sword2/blob/master/tests/spec/test_spec.py

You may want to extend these tests for your particular packaging and
metadata formats, of course.

Cheers,

Richard




On 20 December 2017 at 15:47, Philip Durbin <philip_dur...@harvard.edu>
wrote:

> If there's a generic, standalone SWORD client that "just works" I'm
> not aware of it (but would like to know about it!).
>
> I think you're right that you have go write your own solution using
> one of the toolkits mentioned at
> http://swordapp.org/sword-v2/sword-v2-implementations/
>
> Phil
>
> On Wed, Dec 20, 2017 at 9:00 AM, Florian Wille <wi...@ub.fu-berlin.de>
> wrote:
> >
> > Hello List,
> > can someone recommend me a sample SWORD Client for testing my DSpace
> > instance? Is the sth. like a ready to use GUI or Web Client, or do I
> kind of
> > have to make my own from the Java/Ruby/Python/PHP Toolkits?
> > Best Regards
> > Florian
> >
> >
> > ------------------------------------------------------------
> ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > sword-app-tech mailing list
> > sword-app-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/sword-app-tech
> >
>
>
>
> --
> Philip Durbin
> Software Developer for http://dataverse.org
> http://www.iq.harvard.edu/people/philip-durbin
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> sword-app-tech mailing list
> sword-app-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sword-app-tech
>



-- 
Richard Jones,
Founder, Cottage Labs
https://cottagelabs.com || @cottagelabs

Lantern: https://lantern.cottagelabs.com
Repository Solutions: https://cottagelabs.com/repository
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sword-app-tech mailing list
sword-app-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sword-app-tech

Reply via email to