Re: using velocity to traverse object graph

2008-04-02 Thread Nathan Bubna
Jexl was originally Velocity based/inspired. AFAIK, the syntaxes are still quite similar. If you'd like a general description, Velocity's user guide describes how to call methods on an object and gives examples. http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html#references

Re: Probelm with template

2008-05-29 Thread Nathan Bubna
You might find more help on the [EMAIL PROTECTED] list. This list doesn't have a lot of subscribers, i think. Anyway, if you are working with Velocity in a servlet environment, you should really be using VelocityTools as well. http://velocity.apache.org/tools/devel/ VelocityTools provides the

Re: site maintenance issue - what happened to Velocity 1.5?

2008-12-07 Thread Nathan Bubna
If you scroll down on the download page, you'll notice that it tells you that all older releases are here: http://archive.apache.org/dist/velocity/engine/ Also, 1.5 depended on commons-collections 3.x as well. You can always use the velocity-1.5-dep.jar or velocity-1.6-dep.jar if you don't want

Re: VTL

2009-03-18 Thread Nathan Bubna
Yeah, that's the simplest way. If you run into performance problems later, you can use the StringResourceLoader to allow you to put strings into a repository and load templates from there to allow your app to cache templates and not re-parse them every time. On Tue, Mar 17, 2009 at 7:14 AM,

Re: this is a test - does general@velocity.apache.org still exist?

2016-05-16 Thread Nathan Bubna
It does :) On Mon, May 16, 2016 at 8:47 AM, Claude Brisson wrote: > we'll see... > > > > - > To unsubscribe, e-mail: general-unsubscr...@velocity.apache.org > For additional commands, e-mail:

Re: Site revamping preview (was: Re: this is a test - does general@velocity.apache.org still exist?)

2016-05-16 Thread Nathan Bubna
it your /etc/hosts (or \Windows\System32\Drivers\etc\hosts) > file, and give it the IP 94.23.250.229). > > All remarks are welcome! > > I'll cast a vote, and if everyone agrees we'll switch to it with Apache > CMS. Once done, there's a little bookmarklet that let commiters edit pages >

Re: Does Velocity project use CI ?

2020-11-16 Thread Nathan Bubna
I'm not aware of a CI set up for Velocity at this point. On Fri, Nov 13, 2020 at 4:05 AM Martin Tzvetanov Grigorov < mgrigo...@apache.org> wrote: > Hi Velocity devs, > > I am trying to find the Continuous Integration tool used by Velocity > project. > But I don't find anything at Jenkins

Re: Format Velocity HTML templates with Prettier

2021-09-27 Thread Nathan Bubna
Very cool! On Mon, Sep 27, 2021 at 10:58 AM Frederik Claus wrote: > Hi all, > > I wrote a plugin for Prettier that formats Velocity HTML templates. > Prettier also has plugins for Java and XML, so I thought this might be a > good addition. You can find the plugin here >