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  >  EJB

 Print  |  
Question:  what kind of bean(entity/session) will you use if there are no database transactions and all you use is a read-only database.



April 04, 2006 05:57:49 #2
 Rakesh   Member Since: Visitor    Total Comments: N/A 

RE: what kind of bean(entity/session) will you use if ...
 
It depends on the available infrastructure and programming efforts to be put in.Read only Entity bean(CMP) will minimize progarmmer time and effors, if one is comfortable with CMP developmet.Stateless or BMP requires more effort and coding than CMP
     

 

Back To Question