I just had a look recently at wicket project page and on their latest version they replaced ognl with their own object navigation language... They claim to have a much faster speed. I was thinking the other day of a compromise between ognl and Howard's prop: what if for simple navigation prop and for more complex language fall back to ognl? 99% of my stuff are simple navigation... I have like 1% with comparisons and other operators.
Henri. On 6/18/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
I did notice this - even went as far as to peek through the source but, wasn't overly impressed. I ~will~ upgrade of course, but would be much more excited about something like http://howardlewisship.com/tapestry-javaforge/tapestry-prop/ showing up. This will probably be one of those things that causes too much confusion (unless we can rip out ognl wholesale, which we can't..I mean we ~could~,but how many projects can we humanly work on? ...) and so may not be doable... :( Damn users...Stop getting confused! ;) On 6/17/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: > > Hi, > > I've just realized that after almost 2 years of silence there is a new > ognl version with minor fixes. Maybe tapestry should be upgraded as > well... > > Regards, > Norbi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.
-- Thanks, Henri.
