333435363738394041424344
*/ public class Client { public static void main(String[] args) throws Exception { TestENC bean = (TestENC)new InitialContext().lookup("ENCTest"); bean.accessENC(); System.out.println("Successfully accessed bean resource references"); bean.remove(); }