java -jar iiif-server-demo.jarView zoomable image demo (using OpenSeadragon 2.0.0 viewer):
http://localhost:8080/demo/bsb00026283_00041/view_openseadragon.htmlView pagable image demo (using Mirador 2.0.0 viewer):
http://localhost:8080/demo/bsb00026283/view_mirador.html
The Demo IIIF server uses Spring Boot serving a Spring MVC + Thymeleaf-Templates webapplication.
(See https://spring.io/guides/gs/spring-boot/.)
Images are resolved by the demo specific ClasspathResourceResolverImpl and currently only can serve the image with the identifier "bsb00026283_00041" (only packaged image in the demo). But you also could extend the resolvers for HTTP- or File-Protocol (HttpResolver and FileSystemResolver, see library code).
The demo image is part of the "Ottheinrich-Bibel" page "Einzug in Jerusalem" presented by the Bavarian State Library here: http://daten.digitale-sammlungen.de/bsb00026283/image_41.
It is under the "Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)"-License (see http://creativecommons.org/licenses/by-nc-sa/4.0/)