Can stateful session beans are persistent?
Answers were Sorted based on User's Feedback
Answer / guest
Session beans are not designed to be persistent, whether
stateful or stateless. A stateful session bean instance
typically can?t survive system failures and other
destructive events
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat
Session Beans have Business Logic.
Entity Beans supports the persistent logic and
MessageDriven Beans have asynchronuous communication.
EJB2.1 does not support hibernate and frame
works,Inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
What are ejbs used for?
How is an entity bean created?
What are different Methods and Classes written in a Session Bean
Can i write business logic methods in entitybean?
What does @singleton annotation do?
How does legacy object mapping work?
Which services are provided to ejb components by the ejb container?
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 the procedure for the presentation of ejb persistence mechanism?
How is ejb different from java beans?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.