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

What is the procedure for the creation of stateless ejb?

546


List some key actors in persistence api.

555


can u explain about design patterns like singleton,builder,factory

1895


How to increase ejb transaction timeout in weblogic?

550


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

575






What is EJB server?

598


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?

567


What’s new in the ejb 2.0 specification?

539


TX operation funtion executed by?

2209


What are the advantages of ejb?

552


What is ejb role in j2ee?

586


What is ejb and its types in java?

506


What are ejb containers?

547


What are the types of enterprise bean?

564


Write down the steps for the creation of stateless ejb.

609