Answer Posted / harika.thota001@gmail.com
EJB's holds the business logic solely.
There are 2 types of EJB
1--> Session ==>Performs task for the client
2--> Message Driven ==> acts as a listener for a message type ,for example Java Message Service API
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the attributes of javax.ejb.stateful.
How to invoke ejb from java client?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Which is more beneficial: Stateful or Stateless Bean?
What is an entity manager?
Which is more beneficial: CMP or BMP?
Does spring use ejb?
What is activemq used for?
What is enterprise bean?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
What is jar, war, and ear?
What is stateless code?
How entity beans support container managed persistence?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What are the components of session beam?