How does legacy object mapping work?



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

Post New Answer

More EJB Interview Questions

What is software architecture of ejb?

0 Answers  


What is Enterprise JavaBeans?

1 Answers  


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

2 Answers   Infosys,


Can EJB made to handle multiple transactions?

0 Answers  


What is the meaning of acid in the connection of transaction management?

0 Answers  






What is remote interface in ejb?

0 Answers  


Is ejbCreate() method mandatory while defining a Session Bean?

0 Answers  


What is stateless programming?

0 Answers  


An EJB client, can marshall an object of the class java.lang.Class to an EJB?

2 Answers  


Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.

2 Answers   HCL,


What is the default transaction attribute for an ejb?

0 Answers  


Should services be stateless?

0 Answers  


Categories