Answer Posted / shilpa kapurkar
EJB is a distributed component model for developing
secure,scalable, Transactional and multi user component.
EJBs are reusable software units containing business logic.
EJBs allow separation of application logic from system-level
services thus, allowing the developer to concentrate on the
business logic.EJBs reside in EJB container. needs
Application server.
Servlets are serverside components involved in request
response process. JSP- Java server Pages an extension to
servlet technology. JSPs are text based documents involved
in request response process. at run time JSPs are converted
into servlets. servlets , JSPs resides in web container. one
can use JSPs for presentation, controller as a servlet and
business components can be easily managed as EJBS.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
Why do we use ejb?
What is activemq used for?
How can one EJB be called from within another EJB?
What is software architecture of ejb?
What is ejb in spring?
What do you mean enterprise javabeans (ejb) container?
Is it possible to have threading in ejb?
Which is more beneficial: Stateful or Stateless Bean?
What is bean-managed persistence?
Why stateless is better than stateful?
What is Session Bean Interface?
What are the callback annotations for the stateless bean?
What is message-driven bean?
what is the Relationship between EJB and CORBA architecture?