using Velocity to externalize configuration properties ?

Cantor, Scott cantor.2 at osu.edu
Wed Jul 31 20:43:00 EDT 2013


On 7/31/13 8:18 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:

>I probably still misunderstand, but my first thought re Velocity is
>that it would be inserted between the DOM and Spring. So an area worth
>investigating.

No, Velocity would be up front before the XML was parsed, it has to
operate on text, not a DOM.

Right now, we would hand the Velocity produced stream of text to Spring
via the Resource API. Then it parses the XML. I'd love to be able to do
the XML step, but I'm not sure we can.

-- Scott




More information about the dev mailing list