在Spring MVC应用程序中,我使用了一个独特的控制器,用户可以在其中填充他们会话的信息(我使用@SessionAttributes("Form") )。
1) It looks that it works fine, but is it the right way to do things ?
2) I would like to share some data between users, how could I do that ?发布于 2011-10-09 01:33:57
https://stackoverflow.com/questions/7698543
复制相似问题