What is the difference between JNDI context, Initial context, session context and ejb context


Answer posted by Mohan on 2005-05-21 17:07:03: JNDI Context Provides a mechanism to lookup resources on the network 
Initial Context constructor provides the initial context. 
Session Context has all the information a session bean would require from the container 
Entity Context has all the information that an Entity bean would need from a container 
Ejb Context contains the information that is common to both the session and entity bean

Showing Answers 1 - 1 of 1 Answers

Mohan

  • May 21st, 2005
 

JNDI Context Provides a mechanism to lookup resources on the network 
Initial Context constructor provides the initial context. 
Session Context has all the information a session bean would require from the container 
Entity Context has all the information that an Entity bean would need from a container 
Ejb Context contains the information that is common to both the session and entity bean

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions