
Since the UtilCallback bean calls methods of the remote callback object (that is, it behaves like a client to this object), the server-side application must contain the corresponding stub that will carry out the actual communication with the remote object. The callback object's implementation resides on the remote system but it is defined by the remote Notificator interface. Therefore, you must generate the stub against the Notificator class from the UtilCallback project in your Developer Studio.
We use the standard rmic tool that is distributed with the Java Development Kit (JDK) software that you have installed.
You must execute the rmic.exe file that is located in the <jdk_install_dir>\bin directory in a command prompt with the following options:
If you have correctly performed all of the above steps, the rmic tool has generated the _Notificator_Stub.java file in the directory that you entered with the -d option.