The EJB

5
 The EJB specification intends to provide a standard way to implement the back-end 'business' code typically found in enterprise applications . EJB code was frequently found to address the same types of problems, and it was found that solutions to these problems are often re peatedly re-implemented by programmers.  EJB APPLICATION SERVER PROVIDE  Transaction processing  Integration with the Persistence services offered by the Java Persistence API (JPA)  Concurrency control  Events using Java Message Service  Naming and directory services (JNDI)  Security (Java Cryptography Extension (JCE) and JAAS)  Deployment of  software components in an application server  Remote procedure calls using RMI-IIOP.  Exposing business methods as Web Services Enterprise beans Enterprise beans are typically deployed in EJB containers and run on EJB servers.  You can customize them by changing their deployment descriptors and you can assemble them with other beans to create new applications.

Transcript of The EJB

Page 1: The EJB

8/3/2019 The EJB

http://slidepdf.com/reader/full/the-ejb 1/5

Page 2: The EJB

8/3/2019 The EJB

http://slidepdf.com/reader/full/the-ejb 2/5

Page 3: The EJB

8/3/2019 The EJB

http://slidepdf.com/reader/full/the-ejb 3/5

Page 4: The EJB

8/3/2019 The EJB

http://slidepdf.com/reader/full/the-ejb 4/5

Page 5: The EJB

8/3/2019 The EJB

http://slidepdf.com/reader/full/the-ejb 5/5