What are the design goals of EJB Architecture?
Answer / nirmala
RMI,load balancing(workload of applications are distributed
onthe server) ,clustering(grouping of machines together to
provide enterprise service),transaction fail over(if fails
then distributed on every server),back end integration
(interaction with databases)
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the difference between ejbcreate() and ejbpostcreate?
How is an entity bean created?
What is session bean in ejb?
What is @injectmock?
What were entity beans?
What optimization could I use if the ejb container is the only point of write access to the database?
What are the callback annotations for the stateless bean?
What do you mean by ejb?
What does ejb stand for?
What is ptp model?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
Write down the steps for the creation of stateless ejb.