What is Enterprise JavaBeans?
Answer / janet
EJB architecture is component architecture for the
development and deployment of component based distributed
business application.EJB the widely adopted serverside
component architecture for Java2 platform,Enterprise
edition(J2EE0,versatile,reusable and portable across middleware.
| Is This Answer Correct ? | 0 Yes | 0 No |
when deploying an EJB, does it possible to specify multiple JNDI names?
What is ejb ql?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What are the types of enterprise bean?
How does ejb work in java?
How can I call one EJB from inside of another EJB?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
Can Container Managed Bean-Managed Transaction ?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What is ejb container in java?
What is an ejb context?
Where is ejb used?