Example: Reference Java EE resources and configuration information

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2822

This topic has not yet been written. The content below is from the topic description.
For example: web.xml ejb/foo ... resource code: @Path("/") public class MyBean { public Object getSomethingFromJndi() { new InitialContext.lookup("java:comp/ejb/foo"); } ... }