Where to store the session object in a Standalone application?
Posted
by HanuAthena
on Stack Overflow
See other posts from Stack Overflow
or by HanuAthena
Published on 2010-06-15T16:20:58Z
Indexed on
2010/06/15
16:32 UTC
Read the original article
Hit count: 145
I'm having a session object that does NOT implement the java.lang.Serializable. (its a legacy application, and now I can't go and change the code)
Is there any way where I can store the session object some where and later GET BACK THE SAME STATE in a STANDALONE application.
One thought is to use RMI. Is there any better way of achieving this.
Thank you :)
© Stack Overflow or respective owner