The data comes to the application of interest through a specialized custom feed that directly updates a relational database. If the application is expected to receive between fifty to hundred concurrent hits in their site, which of the following
java based technologies may be best suited ?
a.
Servlets and
JSP for presentation and session beans with DAO for retreival
b. Servlets and JSP for presentation and CMP beans for retreival
c. Servlets and JSP for presentation and BMP beans for retreival
d.
Applets for presentation and either Session or Entity beans for retreival
e. Servlets and JSP for presentation with Java classes encapsulating all database access.
Options a and e look the candidates for the question.
Please give your options and the reason behind your option. I am always confused about when I should consider EJBs. Please give me your tip.
Please suggest me the book or material which helps me on this topic.
Regards
Santosh