Tuesday, November 29, 2011

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

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
Category:EJB Interview Questions

No comments:

Post a Comment