InitialContext ctx = new InitialContext(); StatefulRemote remote = (StatefulRemote) ctx.lookup("StatefulBean/remote"); while (true) { remote.increment(); Thread.sleep(10000); }