Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
1112An 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?
985A 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?
999For 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?
1000
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is stateless session?
What are the advantages of java beam?
What is ejb and why it is used?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
Should services be stateless?
What is the default transaction attribute for an ejb?
What is bean-managed persistence?
How many ejb objects are created for a bean?
Match the ejb functions given below with the functionality equivalent in sql?
Why do we use ejb?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What is Session Bean Interface?
Are entity beans allowed to create() methods?
What causes statelessness?