Explain the Sotware Architechture of EJB?



Explain the Sotware Architechture of EJB?..

Answer / kathir

Session and Entity bean consists of 4or 5 parts
1.RemoteInterface: in this interface we can declare business
methods..
2.HomeInterface:Used for creating a object.
3.Bean Object: An object which actually performs business
logic and ejb specification.
4.Deployment Descriptor: An xml file which contains
information to maintain the ejb.
5.Primarykey : It is specific to entity bean only.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What are types in SessionBeans?

1 Answers  


what are main features in EJB?

2 Answers  


What do you mean by ‘hot deployment’ ?

0 Answers  


can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.

0 Answers  


In an EJB project, Howmany tables and How many entity beans are used?

1 Answers  






What are the design principles for ejb?

0 Answers  


Is udp stateless?

0 Answers  


what is mean by dll ? Please answer me. Advance thanks.

3 Answers   Excel,


What is bean-managed persistence?

0 Answers  


Are entity beans allowed to create() methods?

0 Answers  


What are the types of enterprise bean?

0 Answers  


Explain the architectural relationship between EJB & XML?

1 Answers   Wipro,


Categories