Re: Programming Velocity

2005-04-13 Thread Shinobu Kawai
Hi Matthias, > I have a question on a programmatic way to use velocity. > > I have a class *hooked* into our framework that should use Velocity > to generate dynamic output. > > Example: ## snip > I used the EventCartridge clazz, added a custom > ReferenceInsertionEventHandler. > Now I was ab

AW: Programming Velocity

2005-04-13 Thread Matthias Wessendorf
, Matthias -Ursprüngliche Nachricht- Von: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. April 2005 09:59 An: velocity-user@jakarta.apache.org Betreff: Programming Velocity Hi, I have a question on a programmatic way to use velocity. I have a class *hooked* into our

Programming Velocity

2005-04-13 Thread Matthias Wessendorf
Hi, I have a question on a programmatic way to use velocity. I have a class *hooked* into our framework that should use Velocity to generate dynamic output. Example: I have a String that contains template code: $foo $bar I used the EventCartridge clazz, added