GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE

 Print  |  
Question:  CMP & BMP

Answer: If given an option to choose between CMP and BMP in writing an application, Which one will you choose? Which among these is a better choice? Why


July 07, 2008 03:37:07 #1
 br928d J2EE Expert  Member Since: July 2008    Total Comments: 1 

RE: CMP & BMP
 
I always go for CMP, because you have code less. More over in large application, for Example Banking , Insurance application CMP is best option. CMP can handle n number of User. If your using Weblogic all mapping files are created by command line very easily. You have to go BMP in Small Organisation where there are less than 100 user. In BMP you have length coding in Bean Class. Developer usually finds difficult to code.
     

 

Back To Question