hi!
J2EE is nothing but an enhancement on jdk1.2 with more APIs. u have APIs of
servlet,mail,sql etc. all much enhanced.
EJB is dedicated to a specific purpose, typically to business transaction
types. But Beans can be any set of class files developed for any purpose,
even games, animation etc. As such both r collection of class files only.
EJB is a layer to help DB access with features like record locking,
synchronization etc. But u always need Oracle to store & index data,
atleast.


----------
From:   Arnab Acharya[SMTP:[EMAIL PROTECTED]]
Reply To:       A mailing list about Java Server Pages specification and
reference
Sent:   Wednesday, April 19, 2000 12:34 PM
To:     [EMAIL PROTECTED]

What is J2EE, could anyone tell me? Also, what is the difference btwn Beans
and EJB? Does EJB remove the need for a database (like Oracle) at the
backend?

Rgds,

Arnab

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to