On Monday, August 31, 2009, at 12:46AM, "Vincent
Massol" <vincent(a)massol.net
  wrote:
 On Aug 31, 2009, at 9:28 AM, Guillaume Lerouge wrote:
  Hi Andreas,
 On Mon, Aug 31, 2009 at 1:11 AM, Andreas Schaefer <schaefera(a)me.com>
 wrote:
  My try to deploy the Blog Plugin together with
the updated Blog
 Application failed miserably today and my dislike of Velocity
 reach a
 new high.
 Because I see the value of the scripting nature of the Blog
 allowing
 users to customize their Blog to a quite large degree I don't
 want to
 ditch that but I have a lot of problems with Velocity and the way
 is
 plastering over issues. I rather fail fast than late with hardly a
 trail to understand what is going on.
 
 My personal experience with velocity is more of a try & fail, try &
 fail,
 try and succeed one than anything else. 
 This is not really related to velocity which is the simplest language
 on earth. It's related to any language you type without an IDE to
 help
 you. Try using groovy in wiki pages you'll have the same problem (I
 know I have it, I need to preview 10 times to get something right).
 That said, there are some velocity editing support in IntellilJ IDEA
 and I think there's also a plugin for Eclipse which might help. You
 can also use XEclipse which has syntax highlighting and some
 autocompletion for velocity (you'd need to use the 1.2RC1 version). 
 I can agree with that. Velocity might be the simplest language for
 you but for started I could not find a good Velocity language
 tutorial.