Why do we need ejb in java?
Answer / Satendra Pratap Singh
Enterprise JavaBeans (EJB) is a Java technology used for building and deploying enterprise-scale applications. It provides a set of tools that abstract the complexities of distributed computing, allowing developers to focus on application logic rather than dealing with low-level details. EJB simplifies distributed transactions, security, persistence, and concurrency control.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create ejb project in eclipse?
absract methods in EntityBean ?
Why do we use @requestmapping?
How to generate ejb stubs in eclipse?
Life cycle methods in stateful session beans?
How can a CORBA object, accessed from a EJB?
Difference between container-managed & bean-managed persistence?
What are the services that a container provides for an entity bean?
How is consistency maintained by Stateful Session through transaction updates ?
What is enterprise bean provider?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
Is udp stateless?