dont try to make wicket into gwt. if you want a fat client then use
gwt, if you want a server-side app then use wicket.

-igor

On Wed, Apr 29, 2009 at 8:06 AM, kan <kan....@gmail.com> wrote:
> 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
>
>

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

Reply via email to