In GWT I want to store an Object on the server that contains session configuration.
It has to be on the server side.
I tried to create a static instance of the object within my RPC implementation however it seems that is a true Singleton and the same configuration appears for all users. Any idea how I can tackle this? The configuration is passed to the sever from the client using RPC. I want to store this on the server till the client closes their browser.
Thanks,
Nevermind, I finally got my googling right…
In the RPC Implementation:
Set
Get