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 |
is there any function in java to make the text to blink?
What is the internal implementation of set in java?
How does final modifier work?
why did you choose your career in IT?
There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.
What is the is a and has a relation ship in oops concept in java?
Can we override tostring method in java?
What is a Java package and how is it used?
How do you do a line break in java?
Why are the methods of the math class static?
What is stack class in java?