Explain the Sotware Architechture of EJB?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How does ejbs work?

495


What are the benefits of ejb?

536


What is ejb in java?

512


What do you mean by ‘hot deployment’ ?

564


What is ejb javatpoint?

555






What is mdb?

524


What is stateless programming?

567


What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?

527


Explain the concept of local interfaces?

517


What does @singleton annotation do?

499


Why do we need ejb?

551


Where is ejb used?

500


What is the difference between find and select methods in ejb?

519


What causes statelessness?

457


Is functional programming stateless?

503