1. Accessing a session scoped bean through RMI: any sense? stackoverflow.comI am debugging a web application, where each logged in user has a "session variable map" implemented in a simple Spring session scoped bean that has a session scoped HashMap bean ... |
2. RMI Session forum.springsource.orgDoes anybody have an idea how to maintain Session in RMI. and spring framework support RMI Session Manage ? Thanks in advance for any help/Web Site Refernce etc. |
3. RMI Session forum.springsource.orghi I have java client and server software, connected by RMI. in the client program, I need to log in to server and the server need to keep a session for ... |
4. Session-scoped RMI Proxy forum.springsource.orgSession-scoped RMI Proxy I want each session to use a different server for RMI calls. My reasons are a little unorthodox, but you can imagine the case of somebody wanting to ... |
5. Close RMI client session programmatically forum.springsource.orgClose RMI client session programmatically I'm creating RMI connections through Spring's RmiProxyFactoryBean, setting the values for the RMI connection, and returning a connected proxy to the service. This works fine. However, ... |
6. RMI Session Management forum.springsource.orgHello all, I'm very new to Spring and only made some tutorial. My problem/question is how can I manage session for client which access services exposed as RMI. What would be ... |