what is ejb? what is the importance of ejb?
Answers were Sorted based on User's Feedback
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 |
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 |
Can we create constructor in abstract class ?
How big is a 64 bit float?
What is a flag value?
What is the use of string and stringbuffer?
what is java bean?where can we use it?
What is the difference between throw and throws? What is the similarity between try and throw?
How to calculate the length of a singly linked list in java?
How do you square a number?
What is udp in java?
What are static initalizers in java ?
What is the method used to get the absolute value of a number?
what is difference between global methods and local methods?