hi,
can the developer  implement a  method that save/restore state ?

regards,

hilary

On Mar 19, 2010 7:41 PM, "Koen Deforche" <[email protected]> wrote:

Hey Mobi,

2010/3/17 mobi phil <[email protected]>:

> Hello,
>
> I wonder what would be the best strategy to save and load the session
> of a user, bett...
Serialization of object state is a big challenge (not only in C++, but
obviously in Java this would be simpler).

I think in most situations, it suffices to rely on internal paths to
let a user come back to the same 'page', in a new session. The only
concern that is left is data he is currently entering but I think a
user does not really expect to have 'unconfirmed' data saved ?

Regards,
koen


------------------------------------------------------------------------------
Download Intel&#174;...
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to