|
|
seperating server and client
| I have developed an application which I am using Spring remoting. I have done configuration of rmi server and client are in the same application-context.xml. In my application there are two view panel. one is for administration and another is for client. what i want is when i run the administration vew by entering admin username and passwork i want to sart the rmi server but not the client. And when i start the client view then i want to run the client to connect to the rmi server. Please tell me how do i do this. |
|