having data only on the client will not help you unless you also have
behavior. these kinds of apps are really only feasible when you use a
clientside framework like gwt.

-igor

On Fri, Feb 19, 2010 at 9:10 PM, Eelco Hillenius
<[email protected]> wrote:
>> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to