Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is a ejb architecture? and overview of ejb software
architecture?

Answer Posted / arulkumar

An EJB is essentially a software component on which method
calls can be made, and which can itself make calls on other
components. These calls may be made over a network. In this
sense, EJB technology is similar to Java RMI and CORBA.
However, there are some defining features of EJBs that make
EJB development rather different from (and easier than)
other techniques for developing distributed applications.
In Version 2.0 of the EJB Specification, EJBs are allowed
to interact using local calling semantics, as well as
distributed, RMI-like techniques


This illustrates the Key Features of the EJB Architecture

•EJB bean exists within the container
•Client never communicates directly with the EJB bean;
rather it talks to the bean through its home interface and
its remote interface, both of which are provided by the
container.
•EJB server does not take part in the logical conversation
between client and EJB bean. Actually, the server is doing
a lot of work behind the scenes. Remembers the must handle
requests for the container, and feed the container incoming
client requests. And the bean and the client not directly
access the server – all access is performed against the
container.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use @requestmapping?

1044


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

3028


How entity beans support container managed persistence?

2502


Explain ejbhome and ejbobject in ejb?

1133


Enlist the CallBack methods of Session Bean?

1091


What is entity beans in ejb with example?

1031


Enlist the contents of Container.

1106


What is ejb role in j2ee?

1168


Write down the steps for the creation of stateless ejb.

1067


What is passivation and activation in ejb?

993


Define SessionContext ?

1126


What is ejb home object?

1075


What is the meaning of acid in the connection of transaction management?

1101


What is the default transaction attribute for an ejb?

1038


What is ejb and how it works?

1224