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 |
Explain ejbhome and ejbobject in ejb?
Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.
Name the attributes of javax.ejb.ejb.
What is the use of @resource?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
What does ejb stand for?
What is bean-managed persistence?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
Define ripple effect?
What is an ejb container?
What is the meaning of acid in the connection of transaction management?
How EJB component can in interact with COM/DCOM components?