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 |
Name some OOPS Concepts in Java?
What is the use of static class?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is thread?
What is unicode in java?
Is arraylist a class in java?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
What is the difference between throw and throws?
Why java is made?
What is Java Reflection API? Why it’s so important to have?
What is an example of a keyword?
What is the meaning of course?