6

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.

Marcus Junius Brutus
  • 26,087
  • 41
  • 189
  • 331

3 Answers3

2

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

dr0i
  • 2,380
  • 2
  • 19
  • 36
1

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

mmalmeida
  • 1,037
  • 9
  • 27
1

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.

Marcus Junius Brutus
  • 26,087
  • 41
  • 189
  • 331