What is ejb and how it works?
Answer / Ram Yagya Pal
Enterprise JavaBeans (EJB) is a Java technology for building enterprise-scale applications. EJB provides a way to write business logic in the form of reusable components that can be distributed across multiple servers and accessed by various clients over a network. It works by encapsulating business logic into objects known as beans, which are managed by an EJB container.nnThe container handles tasks like security, transaction management, life cycle events, and connection pooling for the beans, allowing developers to focus on writing business logic without worrying about low-level details.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is rmi and ejb in java?
what is finder method?
what is the difference between stateless and stateful sessions?
Define ACID Properties?
What is ejb in java with example?
How is an entity bean created?
How many enterprise beans?
What is session bean?
In what way, the client gets a reference to an existing entity bean?
in EJB diclare the static methods are not?
Explain ejbhome and ejbobject in ejb?
What is @enableautoconfiguration?