I agree on Jeremy on this one. I actually don't know much about ajax (migth be an understatement), but with wicket I've been able todo alot of ajax integrations.
Heres something to read (if you want to know the inner workings): http://ninomartinez.wordpress.com/2008/09/09/apache-wicket-javascript-integration/ http://blog.jayway.com/2008/09/26/wicket-javascript-internals-dissected/ Otherwise just see the examples and see how easy it are todo ajax with wicket: http://wicketstuff.org/wicket14/ajax/ regards Nino 2009/11/10 Jeremy Thomerson <jer...@wickettraining.com> > On Tue, Nov 10, 2009 at 12:42 PM, Ashley Aitken <mrhat...@mac.com> wrote: > > > > > On 08/10/2009, at 4:42 AM, Alex Rass wrote: > > > > And so far: ajax is a pain in the ass that > >> requires explicit work even for a simple form verification (bad > >> architecture > >> there). > >> > > > > Is this true? > > > > One of my attractions to Wicket was that, hopefully, AJAX was easy (or at > > least easier) than other frameworks. > > > No - it's not true. AJAX is simpler in Wicket than I've seen in ANY other > application framework. You just have to know how to use it. It's also > very > easy to do custom AJAX things in Wicket. > > > > > -- > Jeremy Thomerson > http://www.wickettraining.com >