K
Kikoz
Hi all.
It's a general question, just for the sake of curiosity:
..NET introduced ViewState as a way to keep the state across postbacks. I
love it, use it all the time, blah blah...
But Java has been around for much longer than .NET. I don't have experience
with it. Does Java have anything like ViewState? How do those guys keep the
state? I mean, of course you can create your own session and store it in db
or use cookies, but is there any "stand alone" object / mechanism in Java?
Thanks,
Kikoz
It's a general question, just for the sake of curiosity:
..NET introduced ViewState as a way to keep the state across postbacks. I
love it, use it all the time, blah blah...
But Java has been around for much longer than .NET. I don't have experience
with it. Does Java have anything like ViewState? How do those guys keep the
state? I mean, of course you can create your own session and store it in db
or use cookies, but is there any "stand alone" object / mechanism in Java?
Thanks,
Kikoz