Yeah but I have a really bad experience with GWT. If the number of objects that are on a page goes up, performance decreases drastically due to the use of Javascript. No wonder Google wrote a browser of their own.
Take a look at AjaxLazyLoadPanel if it might do the trick for your heavier parts. Javadoc: "A panel where you can lazy load another panel. This can be used if you have a panel/component that is pretty heavy in creation and you first want to show the user the page and the replace the panel when it is ready. " /per On Wed, Apr 29, 2009 at 9:11 PM, Igor Vaynberg <igor.vaynb...@gmail.com> wrote: > 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 > > -- Varning! E-post till och från Sverige, eller som passerar servrar i Sverige, avlyssnas av Försvarets Radioanstalt, FRA. WARNING! E-mail to and from Sweden, or via servers in Sweden, is monitored by the National Defence Radio Establishment. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org