Tuesday, January 10, 2012

GWT client static variable versus Server side Session object

Hi,
 
If I need to save some information of the login user, e.g locale, should I put it on server side session object? Or declare a class and a static varible on the gwt client folder of the framework?
 
Can you please compare and explain the benefits of these 2 ways?
 
Thanks
 
     

No comments:

Post a Comment