Example code to lookup an EJB Reference

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2634

This topic has not yet been written. The content below is from the topic description.
Example 6.8. ENC ejb-ref access code fragment InitialContext iniCtx = new InitialContext(); Context ejbCtx = (Context) iniCtx.lookup("java:comp/env/ejb"); ShoppingCartHome home = (ShoppingCartHome) ejbCtx.lookup("ShoppingCartHome");