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 |
What do you mean by ‘hot deployment’ ?
What is stateful or stateless?
How entity beans support container managed persistence?
What is the difference between Session bean and Entity bean?one?
Describe client view of an Enterprise JavaBeans component?
Are entity beans allowed to create() methods?
Is ejbCreate() method mandatory while defining a Session Bean?
How 'messaging' supported in EJB 2.0 Specification?
What is stateless session bean?
What is pub/sub model?
Explain the architectural relationship between JavaBeans and JTA?
Why stateless is better than stateful?