in Technology by

What is JNDI? Explain its terms in terms of EJB.

1 Answer

0 votes
by
JNDI stands for Java Naming and Directory Interface. It is a set of API and service interfaces. Java based applications use JNDI for naming and directory services. In context of EJB, there are two terms: Binding - This refers to assigning a name to an ejb object which can be used later. Lookup - This refers to looking up and getting an object of ejb.

Related questions

0 votes
    When I try the following lookup in my code: Context initCtx = new InitialContext(); Context envCtx = ( ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 22, 2022 in Education by JackTerrance
0 votes
    Explain annotation in EJB to do the database entity relationships/mappings....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.PostActivate annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.ActivationConfigProperty annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Remote annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Local annotation...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.EJB annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.MessageDrivenBean annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Stateful annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Stateless annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain the terms production order and purchase order?...
asked Mar 14, 2021 in Technology by JackTerrance
0 votes
    explain the following term concept financial decision Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    Explain the following terms : : a . E l e t r o p h o r e s i s b . C o a g a -- t i o n c . D i a l y ... T y n d a l l e f f e c t a Select the correct answer from above options...
asked Jan 2, 2022 in Education by JackTerrance
0 votes
    Explain the following terms with suitable examples : : a . a l c o s o l a , b . A e o r s o l b , c . H y d r o s o l c Select the correct answer from above options...
asked Jan 2, 2022 in Education by JackTerrance
0 votes
    Explain the terms User story, Epic, and Tasks in Scrum?...
asked Jul 18, 2021 in Education by JackTerrance
...