3637383940414243444546
ctx = new InitialContext(properties); return ctx; } public M2Interface lookupRemote() throws NamingException { M2Interface facade; Context ctx; if(cache == null) { ctx = getInitialContext(); Object proxy = ctx.lookup(FACADE);