What are the different kind of ejb's?
Answer / Avanish Kumar Shukla
The three main types of Enterprise Java Beans (EJBs) in Java EE are Session Beans, Entity Beans, and Message-driven Beans. Session Beans provide business logic for client applications, Entity Beans represent persistent database objects, and Message-driven Beans process messages from a message queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is entity beans in ejb with example?
What do you understand by session facade?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What is ejb container in java?
How can I access ejb from asp?
How does legacy object mapping work?
How to find ejb version in websphere?
Explain the concept of local interfaces?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What do you mean by ejbdoclet?
What is ejb bean in java?
What is stateless session bean?