Introduction - If you have any usage issues, please Google them yourself
public static void main(String[] args) { try { Enterprise1TestClient1 client = new Enterprise1TestClient1() Enterprise1 remote=client.getHome().create() System.out.print(remote.helloWorld("Demo one")) }catch (RemoteException ex) { ex.printStackTrace() }catch (CreateException ex) { ex.printStackTrace() } }