try {
Naming.rebind("ServiceServer", new ServiceServerImpl());
} catch(Exception ex) { }
System.out.println("Remote service is running");
private void
setUpServices()
serviceList = new HashMap<String, Service>();
serviceList.put("Dice Rolling Service", new DiceService());
serviceList.put("Day of the Week Service", new DayOfTheWeekService());
serviceList.put("Visual Music Service", new MiniMusicService());