what is ejb? what is the importance of ejb?

Answers were Sorted based on User's Feedback



what is ejb? what is the importance of ejb?..

Answer / sivasubramanian.k

Enterprise Java Beans (EJB) is a managed, server-side
component architecture for modular construction of
enterprise applications.

The EJB specification is one of the several Java APIs in
the Java Platform, Enterprise Edition. EJB is a server-side
component that encapsulates the business logic of an
application.
Accordingly, the EJB specification details how an
application server provides:

Persistence
Transaction processing
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.

Is This Answer Correct ?    11 Yes 0 No

what is ejb? what is the importance of ejb?..

Answer / srikanth reddy

Enterprise Java Beans (EJB) is given by j2ee technilogy by
sun for remote bussiness serfvices

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is immutability in java?

0 Answers  


how copy the hashmap object into arraylist at java program?

4 Answers   HCL, Wipro,


What is bytecode in java ?

0 Answers  


How to set the Heap size in Java ?

2 Answers   HCL,


What does escaping a character mean?

0 Answers  






What are default methods ?

0 Answers  


What is a private class in java?

0 Answers  


Tell me how many ways are there to initialise an integer with a constant.

0 Answers   Aricent,


What is object-oriented paradigm?

0 Answers  


What does ide stand for?

0 Answers  


FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

1 Answers  


What is abstract class constructor called?

0 Answers  


Categories