How does legacy object mapping work?
Answer / guest
Legacy object mapping builds object wrappers around legacy
system interfaces in order to access elements of legacy
system business logic and database tiers directly. Legacy
object mapping tools are used to create proxy objects that
access legacy system functions and make them available in an
object-oriented manner.
| Is This Answer Correct ? | 1 Yes | 0 No |
How stateful session beans will maintain consistency, across transaction updates?
How is consistency maintained by Stateful Session through transaction updates ?
In what format is the conversational data written to the disk?
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?
Where a bean can be used ?
What is the difference between find and select methods in ejb?
What is entity beans in ejb with example?
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 bean-managed persistence?
List some key actors in persistence api.
EJB containers supports what kind of transaction attributes?
Define SessionContext ?