0

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!

4

2 に答える 2

0

JNDI ファイルはありませんが、EJB 2.0 の weblogic サーバーで EJB の JNDI 名を見つけることができます。一方、EJB 3.0 の場合、JNDI は web.xml ファイルにあります。

于 2012-11-28T12:40:55.427 に答える
0

JNDI ファイルはありません。名前を介してオブジェクトを検索できます。

于 2012-11-15T18:30:02.853 に答える