What is the difference between EJB and J2EE ?

Showing Answers 1 - 3 of 3 Answers

sriram

  • Jun 10th, 2006
 

J2EE is an application server that includes an EJB container.So EJB is part of J2EE

  Was this answer useful?  Yes

Nanda

  • Jun 18th, 2006
 

J2EE is a Software which works as backround infrastructure for our application , and EJB(container) is a part of J2EE Architecture .EJB is useful for Distributed Application.

  Was this answer useful?  Yes

James Samuel

  • Oct 27th, 2006
 

J2EE is Java 2 Enterprise Edition.J2EE is Sun's preferred Java platform for multi-tier enterprise applications.J2EE enhances J2SE with: * Enterprise Java Beans(EJB) components * Java Servlets API * JavaServer Pages * XML J2EE is Platform and EJB are middleware objects written in Java langauge and deployed inapplication servers

  Was this answer useful?  Yes

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