Answer Posted / harika
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
What does @inject mean in java?
In what format is the conversational data written to the disk?
can u explain about design patterns like singleton,builder,factory
Is functional programming stateless?
How is consistency maintained by Stateful Session through transaction updates ?
How to create ejb project in eclipse?
How to find ejb version in websphere?
What causes statelessness?
What is bean-managed transaction?
What are the callback annotations for entity bean?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What are the advantages of ejb?
Differentiate Phantom from Un-repeatable?
Enlist the CallBack methods of Entity Bean.
Can remove() be a Stateless Session bean?