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 is the difference between find and select methods in ejb?
What are ejb containers?
What do you understand by session facade?
What are the design goals of EJB Architecture?
What are the design principles for ejb?
Explain the important elements of ejb?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
Enlist the changes in EJB 2.1 ?
How does legacy object mapping work?
Can i write business logic methods in entitybean?
What is an ejb platform?
What is Introspection ?