Repository Configuration
<?xml version="1.0"?>
<repository class="foor.bar.MyRepositoryImplementation">
<name>My Repository</name>
<!-- Implementation specific configuration goes here --></repository>
If no class attribute is being specified, then the default implementation is being used org.wyona.yarep.impl.DefaultRepository.
There are various other repository implementations, whereas examples can be found within
https://raw.github.com/wyona/yarep/src/test/repository/
resp.
https://raw.github.com/wyona/yarep/src/impl/java/org/wyona/yarep/impl/repo/
Your comments are much appreciated
Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.