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 |
Which is more beneficial: CMP or BMP?
Define Context?
What optimization could I use if the ejb container is the only point of write access to the database?
What is ejb client?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
What is entity beans in ejb with example?
What is EJB server?
Explain the difference between, Java Class and Bean?
What do you mean by bean managed transaction?
What are the required methods to implement EJB architecture?
What is stateful session bean?
What is @injectmock?