What are the types of ejb?
Answer / Raghavendra Mohan
There are three types of EJBs: Session Beans, Entity Beans, and Message-driven Beans.nnSession Beans provide business logic that is accessed by clients through a session or a conversation. They can be Stateless or Stateful.nnEntity Beans represent database tables and provide a mapping between the application and the database.nnMessage-driven Beans process messages from a message queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between ejb 1.1 and ejb 2.0?
Which is default transaction attribute for the business method of a bean?
List down the steps for the demonstration of ejp persistence mechanism.
What do you mean by ‘hot deployment’ ?
What is message-driven bean?
What is meant by ejb?
what is mean by com/Dcom ? Please answer me. Advance thanks.
What is the difference between Session bean and Entity bean?one?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What is the full form of ejb in java?
Define Context?
Explain the concept of local interfaces?