Yes. Or rather a limited subset of the functionality. When profiling Wicket we (Johan) found out that OGNL had a much higher impact on the performance than it should have had - from the top of my head, I think it took about 20% of processing. For the sake of performance and clarity we only implemented a subset of what OGNL does.
Eelco On 2/23/06, Nick Heudecker <[EMAIL PROTECTED]> wrote: > The Wicket team wrote their own implementation. > > > On 2/23/06, karthik Guru <[EMAIL PROTECTED]> wrote: > > I remember reading somewhere in the list that wicket does not use ognl > > any longer. Is this true? If yes, how is this being handled now ? > > > > -- karthik -- > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > > that extends applications into web and mobile media. Attend the live > webcast > > and join the prime developer group breaking into this new coding > territory! > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
