what is SessionBean, EntityBean?
Answers were Sorted based on User's Feedback
Answer / guest
i post some answer
session bean is used to model businessprocess
entity bean is used to access the data from database
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / harika.thota001@gmail.com
Session Bean :- It Performs task for a client. It Not Persistent. When the client terminates, its session Bean will no longer be available
Entity Bean:- It Represents a business object. It is Persistent. Even the EJB Container terminates, entity bean still be in database
Is This Answer Correct ? | 0 Yes | 0 No |
Is ejb be called from another ejb? If yes then how?
abstract methods in SessionBean?
What is EJB server provider?
Is functional programming stateless?
Differentiate Conversational from Non-conversational interactions?
Match the ejb functions given below with the functionality equivalent in sql?
What Is EJB Clustering? Explain the Functionality?
1 Answers Business Architectures, College School Exams Tests, HCL,
How the container will maintain synchronization for multiple calls to the entity bean?
Explain what is an EJB Context?
How can a session bean be configured for transactions of bean-managed?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is difference between ejb 1.1 and ejb 2.0?