> I am working on an application that i want to enable to work offline. I want > to use wicket for this. Any ideas. I would like uses to fill and submit > forms even when working offline and then the data is synchronised later. Is > it possible? all manner of suggestions/links are welcome.
Isn't that all a matter of making clients smart? If you'd do it without a web framework you'd use a local (client side) data store, and have a mechanism to synchronize data later. Whatever you would write can be wrapped as Wicket components. It might even be feasible - though I'm not saying easy per se- to create generic components for this, but I'm not that familiar with the new HTML (or now deprecated Google Gear) functionality to say for sure. Just a hunch that a capable coder should be able to do it :-) Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org