In bean managed transactions, how session bean can be
configured?
Answer Posted / janet
By set transaction-type in the xml file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is EJB server?
What is the difference between @requestparam and @pathvariable?
What is an ejb container?
What do you mean by timer service and where it is used?
What do you understand by session facade?
What is ejb and its architecture?
What is ejb in weblogic?
When was ejb developed?
Match the ejb functions given below with the functionality equivalent in sql?
What are versions of ejb?
What is remote interface in ejb?
What are the benefits of ejb?
For 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?
How does the server decide which beans to passivate and activate?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?