Is there any easy way to make wicket applications like GWT? I mean to
make a "heavy client side", so it will allow easy manage data
pre-loading and requests (AJAX too) caching. The aim is to minimize
amount of web-server requests.
Say, I have several tabs on a page. Some tabs should have all data
pre-loaded and switched immediately (no requests to server). Some tabs
are "big", so they do an AJAX request for data, but only if a tab is
opened first time.

-- 
WBR, kan.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to