Hi all,
I was wondering if anybody knows if the serverobject is created once per session (or user if you will) or once only (load of datasource)?
And when is this serverobject ever destroyed (or garbage collected)?
In the DMI example of Smart GWT EE showcase the "store" keeps a hashmap with all the fetched data, we want to use this same system but if this serverobject is created only once (for each datasource and all sessions)... we need to rethink some stuff.
Thanx!
I was wondering if anybody knows if the serverobject is created once per session (or user if you will) or once only (load of datasource)?
And when is this serverobject ever destroyed (or garbage collected)?
In the DMI example of Smart GWT EE showcase the "store" keeps a hashmap with all the fetched data, we want to use this same system but if this serverobject is created only once (for each datasource and all sessions)... we need to rethink some stuff.
Thanx!
Comment