more work on idp-distribution

Tom Zeller tzeller at dragonacea.biz
Fri Aug 23 18:42:21 EDT 2013


> But my concern is whether all the view handling will allow for externally
> located templates. I'm concerned they may do their own template lookup
> instead of using Velocity ResourceLoaders, but I don't know that they do.

By "view handling" do you mean Spring ViewResolvers ?

Just a comment about template lookup : my thought was that customizers
wanting to add custom templates could merely add whitespace separated
paths to file.resource.loader.path in
/opt/idp/conf/velocity.properties.

The Spring docs indicate that the VelocityViewResolver is the last in
the chain, so to speak, of view resolvers, so I am not sure if it is
chainable manually, meaning there is no other ViewResolver.


More information about the dev mailing list