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 |
What is the parse method in java?
What happens to the Exception object after handling an exception?
What is a parameter in simple terms?
what is difference betwwen hashmap and hashtable ?
What are the types of inner classes (non-static nested class) used in java?
What are the types of arrays in java?
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
Is ++ operator thread-safe in java?
What is the difference between a factory and abstract factory pattern?
Can we create object of inner class in java?
i need income tax program using java inheritance concept. could u please help me?
Does java map allow duplicates?