Samples JDK
Main Page
Related Pages
Packages
Classes
Files
File List
src
com
freemindcafe
rmi
sample1
package-info.java
1
/**
2
* \brief rmic and rmiregistry is used. This one does not uses SecurityManager.
3
*
4
* <h1>RMI samples.</h1>
5
* <p>
6
* http://www.ejbtutorial.com/java-rmi/a-step-by-step-implementation-tutorial-for-java-rmi
7
* </p>
8
* <p>
9
* This one does not uses SecurityManager.
10
* </p>
11
* <ul>
12
* <li>Open command line shell.</li>
13
* <li>cd ${project_loc}\build\classes</li>
14
* <li>rmic com.freemindcafe.rmi.sample1.server.Addition</li>
15
* <li>start rmiregistry</li>
16
* <li>Use AdditionServer.launch file to launch the server</li>
17
* <li>Use AdditionClient.launch to launch the client</li>
18
* </ul>
19
*/
20
package
com.freemindcafe.rmi.sample1;
Generated on Fri Feb 19 2016 08:35:42 for Samples JDK by
1.8.9.1