575859606162636465
protected abstract String getEjbName(); protected MyStateless21 getRemoteView() throws Exception { MyStateless21Home home = lookup(getEjbName() + "/home", MyStateless21Home.class); MyStateless21 bean = home.create(); return bean; }