Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OAI-PMH 2.0 library in Java

Tags:

java

oai

Does anyone have any experience with some open-source OAI-PMH 2.0 library for Java?

This one could be an option but I am put off a little by the 0.1 version counter.

I 've also found this page on the OAI-PMH site that lists a number of tools and libraries but I don't know how they stack up against each other.

like image 277
Marcus Junius Brutus Avatar asked May 27 '13 14:05

Marcus Junius Brutus


3 Answers

I am using OCLC's OAIHarvester2 . This library is from 2006, but it does all and well for me, is Open Source and has a nice license.

It's also available on Maven's central repositories: https://mvnrepository.com/artifact/org.dspace/oclc-harvester2

like image 140
dr0i Avatar answered Oct 25 '22 09:10

dr0i


You might also want to check XOAI, which is available on Maven's central repositories.

like image 45
mmalmeida Avatar answered Oct 25 '22 10:10

mmalmeida


In the end I ended up rolling my own implementation. In retrospect OAI-PMH is not so complicated and the protocol is very clearly documented with zero fluff.

like image 39
Marcus Junius Brutus Avatar answered Oct 25 '22 10:10

Marcus Junius Brutus