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 |
Life cycle methods in stateful session beans?
What is remote interface in ejb?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
What do you mean by ejb ql?
What is an ejb container?
How is consistency maintained by Stateful Session through transaction updates ?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
in EJB diclare the static methods are not?
Enlist the contents of Container.
explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...
What are stateless applications?
What were entity beans?