All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.distributeme.firstexample.LocalClient Maven / Gradle / Ivy

package org.distributeme.firstexample;

public class LocalClient {
	public static void main(String[] args) {
		FirstService service = new FirstServiceImpl();
		System.out.println("client: Service replied "+service.greet("Hello from client"));
	}
}
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy