Tuesday, November 29, 2011

When we have the servlets/struts what is the perpose of EJB

EJBs have totally different purpose than Servlets/Struts. EJBs are used for business components which require some basic set of features like transaction/persistance etc. and EJBs are hosted in Application servers.Serlvets are used for handling HTTP requests and generally for generating dynamic content for web page. And struts is a framework for Web application. http://struts.apache.org/
Category:Servlet Interview Questions

No comments:

Post a Comment