What is the difference between BMP and CMP Entity Bean. Plz clarify my confusion with a very simple and efficient example

Questions by questioninterest

Showing Answers 1 - 1 of 1 Answers

srikanth-wipro

  • Nov 3rd, 2006
 

 BMP- in bmp u should write jdbc code explicitly for accessing the database.

 ADV- Container Independent

 DisAdv-Database dependent

CMP- in cmp cantainer will write all jdbc logic u just map the database fields with Bean variables in deplyoment descriptor file

ADv- database independetn

Dis-Containere dependent

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions