I have following the tutorial from ebook Pro Spring 2.5, and this is my code to make RMI in Spring

HelloWorld.java

package server;
public interface HelloWorld
{
public String getMessage();...