James McLaughlin a écrit : >> WDYT?, Any comments, feelings? >> > > This looks like really exciting work. I can't wait to try it out. I > took a look at the code and you've done a really nice job. One > question, is it possible to push rendered components instead of > pinging those components on the client side to call back? > The problem comes from cometd bus which is design to transport json and not xml. I was thinking of something which is able to serialize a component rendered as String and put all in a json object in order to avoid this second useless callback. but it need some additionnal work ;)
-- Vincent > ------------------------------------------------------------------------- > 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
