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 |
Life cycle methods in stateful session beans?
Is state maintained by a Stateless bean?
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?
How does ejb invocation take place?
Can EJB made to handle multiple transactions?
What are ejbs used for?
What is Session Bean Interface?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
how to set the relationship between tables in ejb
What is entity bean in ejb?
Which is more beneficial: Stateful or Stateless Bean?
Can remove() be a Stateless Session bean?