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 |
what are main features in EJB?
What is ejb framework?
What are the required methods to implement EJB architecture?
Is it possible to have threading in ejb?
Can i write business logic methods in entitybean?
What is the use of @ejb annotation?
What do you mean by ‘hot deployment’ ?
How EJB component can in interact with COM/DCOM components?
What are the advantages of ejb components?
What do you mean by bean managed transaction?
Is soap stateless or stateful?
What is difference between stateless and stateful?