Lavanya
Answered On : Apr 17th, 2005
Enterprise Java Bean is a specification for server-side scalable,transactional and multi-user secure enterprise-level applications. It provides a consistant component architecture for creating distributed n-tier middleware.
Login to rate this answer.
Srikanth
Answered On : May 26th, 2005
Enterprise JavaBeans (EJB) is a technology that based on J2EE platform.
EJBs are server-side components. EJB are used to develop the distributed, transactional and secure applications based on Java technology.
Login to rate this answer.
Rajesh
Answered On : May 28th, 2005
EJB is Sun Microsystem's server side distributed component object model based on CORBA.
Login to rate this answer.
K Rajesh Achary
Answered On : Jul 22nd, 2005
EJBs are ServerSide Business Components, Used to encapsulate business logic, without having to worry about Application Developer from System Level Issues( Trasaction, Threading, Distributable, Security etc...)
Login to rate this answer.
pradeep.gt
Answered On : Jul 24th, 2005
ejb: enterprice java beans
server side middleware component
used in distributed application
Login to rate this answer.
Divya
Answered On : Jul 29th, 2005
Enterprise Java Bean is the midtier component
Login to rate this answer.
suman medisetti
Answered On : Oct 4th, 2005
It is no suficient in saying that EJB is a middleware component.The EJB is a distibuted object oriented business logic component.
Login to rate this answer.
krishna
Answered On : Nov 11th, 2005
EJB ia a server-side component architecture that simplifies the process of building enterprise-class distributed application components in java.
Login to rate this answer.
EJB is an server side component & its a WODA ( Write Once Deploy Any Where).
EJB's run will under the control of EJB container.
EJB is popular due to System level services provided by it.
Developer can more concentrate on Business Logic due to services provided byu EJB.
thanks.
Login to rate this answer.
EJB is a distributed technology i.e capable of developing java based distributed applications, enterprise application & heavy weight business component giving the advantages of readymade / implicite middleware services.
To be more clear.
- The apps that allows to access the Businesslogic from remote clients having location tranparency is called Distributed application.
Example. All credit card processing logic are distributed apps because they allow remote clients like swipecards, websites & ATM to process cards.
Cheers.
Omprakash.

1 User has rated as useful.
Login to rate this answer.