What is the purpose of a transaction monitor?
Answer / guest
Transaction monitors are programs that monitor transactions
to ensure that they are completed in a successful manner.
They ensure that successful transactions are committed and
that unsuccessful transactions are aborted.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is ejb technology?
What is message-driven bean?
What is @resource in java?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
What is stateless and stateful session bean in ejb?
Is it possible to share an httpsession between a jsp and ejb?
Define EAR, WAR and JAR ?
What is bean-managed persistence?
Which services are provided to ejb components by the ejb container?
What optimization could I use if the ejb container is the only point of write access to the database?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
abstract methods in SessionBean?