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

Showing Answers 1 - 2 of 2 Answers

Aditya Chaturvedi

  • Jun 1st, 2006
 

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/

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions