What is the difference between sessioncontext and entitycontext


Answer posted by Mohan on 2005-05-21 17:08:14: Session Context Contains information that a Session Bean would require from the container  
Entity Context contains the information that an Entity Bean would require from a container

Showing Answers 1 - 2 of 2 Answers

kanth

  • Apr 28th, 2005
 

Entity beans use a subclass of EJBContext called EntityContext. Session beans use a subclass called SessionContext

  Was this answer useful?  Yes

Mohan

  • May 21st, 2005
 

Session Context Contains information that a Session Bean would require from the container  
Entity Context contains the information that an Entity Bean would require from a container

  Was this answer useful?  Yes

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