They are nothing alike. Wicket parses your HTML template into a Java object tree, then renders the page by recursively rendering the page root, calling each object.
Velocity copies the template, then does variable substitution, more like a mail merge. Brian On Mar 6, 2007, at 1:31 AM, Steven Zou wrote: > > I feel Wicket like one thick template engine? such as > smarty,velocity with > thick business layer. > the page object is just like something in common template engine.. > do you agree with me?.. > -- > View this message in context: http://www.nabble.com/Is-Wicket-like- > one-thick-template-engine--tf3354355.html#a9328724 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
