Samples JDK
package-info.java
1 /**
2  * \brief Registry can be started from java code.rmic is not needed as well.
3  *
4  * <h1>RMI samples.</h1>
5  * <ul>
6  * <li>Registry can be started from java code.</li>
7  * <li>We are starting it at the server side.</li>
8  * <li>rmic is not needed as well.</li>
9  * <li>Seems common code base is also needed</li>
10  * </ul>
11  */
12 package com.freemindcafe.rmi.sample3;