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?
1000Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
1045An 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? : BEA Weblogic
988
How can a CORBA object, accessed from a EJB?
what is the Relationship between EJB and CORBA architecture?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
how to handle exceptions in ejb?
i am trying to intigrate ejb and hibernate ,from session facade i am callind dao implemented through hibernate,i am getting a ClassDefNotFoundException for this org/hibernate/Session i ve set the class path at build path and in setEnv in weblogic still .........
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 direct link to download swing ebook,applet,ejb,core java
in EJB diclare the static methods are not?
difference between ejb,struts,hibernate,spring and jsp
If INDIA = JOEJB then BSNZ =?
Explain what is an EJB Context?
Can EJB made to handle multiple transactions?
Define ejb Create() and EjbPostCreate()?
Differentiate “find a method” from “select method” in EJB ?
How can one EJB be called from within another EJB?