December 1st, 2009
4:33 pm
Posted under EJB
Permalink
Tags EJB, JNDI, Tutorial
This article on CodeIdol is a good detailed FAQ on the Enterprise Naming Context or ENC, also known as the Java EE Application Component Environment, accessed via the JNDI name “java:comp/env”. The article details the use of the java ee annotations in @javax.annotation.EJB and the equivalent XML, including injection of bean references via XML using <injection-target> rather than annotations.
Another article on redhat.com gives a good overview of this with some other helpful links.
Leave a Reply
You must be logged in to post a comment.