Wow. Proofs that we didn't just do it because of a not invented here syndrom.
Eelco On 2/24/06, Matej Knopp <[EMAIL PROTECTED]> wrote: > 20%? Maybe on simple properties, but I've been using ognl compound > property model for list items, and with 20 list items on certain page > the rendering took almost 300 milliseconds. Replacing it with new > implementation the page was rendered in 30-50 milliseconds. > > So in some cases, the ognl could be a real bottleneck. Mostly i think > because the expression needs to be compiled every time. > > -Matej > > Eelco Hillenius wrote: > > 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=k&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&kid=110944&bid=241720&dat=121642 > _______________________________________________ > 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
