code formatting and ignores
Cache management: it's a mess if we have more than one <cache:annotation-driven> instructions:- the container now has a dedicated application context for caches- logs to DEBUG for spring cache module
commenting the disk store path: caches are not working on dev but they are on my local machine
Removed default cache and added debug log
Fixes bug with trailing slash when loading css and js resources.
Displaying term codes
Solved error 406 on API with jackson deps. Low down log level from fatal to debug.
Using tables in st views, javadoc.
Throw and handle exception when no vocabulary with a given id/name can be found.
Views handle the relative path of resources, otherwise js and css cannot work in both cases: vocabularies/xxx requires "../resources" while /vocabularies does not.
Added controller to get vocabulary by name
bootstrap support for views
Added views for the visualization of vocabulary list and terms of each vocabulary.
renamed context files and added property file
cleaned application context
REST publisher of vocabularies: #358. First implementation with caching.