Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
1050An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
931A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
939For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
936
What are the differences between ejb 3.0 and ejb 2.0?
What are the different types of ejb?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What is the difference between message driven beans and stateless session beans?
Are entity beans allowed to create() methods?
What is the procedure of ejb container to handle exceptions?
List some key actors in persistence api.
What is activemq used for?
Can you be deported if you are stateless?
What is ejb context?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
Why do we use @requestmapping?
How to generate ejb stubs in eclipse?
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 applicationscoped?