THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Let's start with some bullet points we can flesh out. When we have enough information we can organise it to create a cohesive and valuable document.
What Is It?
Stateful Web Applications
Server Side State vs Client Side State
Versioning
Back Button
Page Maps
Why Does It Matter?
Detachable Models
Stateful vs Stateless
Gotchas
- Use of non-static inner classes: non-static inner classes can access the state of the enclosing object. To do this, the byte code of the inner-class contains a reference to the outer-class instance. So, when the inner-class instace is serialised, the outer-class instance will be serialised too!