RE: Templating Engine - Next steps?

2004-11-03 Thread Carsten Ziegeler
Daniel Fagerstrom wrote: I have done some work on implementing a Jelly generator. Basically my own versions of the JellyGenerator in scratchpad and your TemplateObjectModelHelper, didn't know the existence of either of them :/ The most irritating problem that I have found this far

Re: Templating Engine - Next steps?

2004-11-03 Thread Daniel Fagerstrom
Carsten Ziegeler wrote: Daniel Fagerstrom wrote: I have done some work on implementing a Jelly generator. Basically my own versions of the JellyGenerator in scratchpad and your TemplateObjectModelHelper, didn't know the existence of either of them :/ The most irritating problem that I have

RE: Templating Engine - Next steps?

2004-11-02 Thread Bart Molenkamp
-Original Message- From: Leszek Gawron [mailto:[EMAIL PROTECTED] Reinhard Poetz wrote: - control structures like for/each, if, choose (RP) what bugs me is the verbosity of choose/when/otherwise to implement if/else semantics. I've also been thinking about a simple method

Re: Templating Engine - Next steps?

2004-11-02 Thread Daniel Fagerstrom
Reinhard Poetz wrote: After a lot of mails talking about expression languages and templating enginges I try to summarize the current state of our discussion. I see following requirements so far (in brackets you find the name of the person that brought up the requirement): - control

RE: Templating Engine - Next steps?

2004-11-02 Thread Carsten Ziegeler
Daniel Fagerstrom wrote: E.) Use Jelly: http://jakarta.apache.org/commons/jelly/ AFAIK Jelly allready solve most of the requirements above. More specifically it uses JEXL or Jaxen as expression language, and you can use expressions both in attributes and in text with the syntax

Re: Templating Engine - Next steps?

2004-11-02 Thread Daniel Fagerstrom
Carsten Ziegeler wrote: Daniel Fagerstrom wrote: E.) Use Jelly: http://jakarta.apache.org/commons/jelly/ AFAIK Jelly allready solve most of the requirements above. More specifically it uses JEXL or Jaxen as expression language, and you can use expressions both in attributes and in text with

Re: Templating Engine - Next steps?

2004-11-01 Thread Bertrand Delacretaz
Le 1 nov. 04, à 17:30, Reinhard Poetz a écrit : After a lot of mails talking about expression languages and templating enginges I try to summarize the current state of our discussion. I see following requirements so far (in brackets you find the name of the person that brought up the

Re: Templating Engine - Next steps?

2004-11-01 Thread Leszek Gawron
Reinhard Poetz wrote: After a lot of mails talking about expression languages and templating enginges I try to summarize the current state of our discussion. I see following requirements so far (in brackets you find the name of the person that brought up the requirement): - control

RE: Templating Engine - Next steps?

2004-11-01 Thread Conal Tuohy
Coincidentally I'm just starting work on a templater too. I have been using JXTemplate and I really like it, but a few things have frustrated me about it, too. Perhaps it's unusual, but I really like it BECAUSE it's like XSLT, and I don't mind at all that it's not like Java. The things I don't