Since I am new to EJB, I do not know where to search for the JNDI file of an EJB 3.0 project. I am told that in order to access the EJB classes, we need to lookup the class using the JNDI. So can anyone please suggest where do I usually find the JNDI file for an EJB project?
Note : Since EJB 3.0 is used, the concept of ejb-jar.xml is not used. So please suggest.
Thanks!