Hi,
I just read about interfaces in
EJB. What I have read is : There are two interfaces in EJB. The first one is "Home interface" which contains life cycle methods of a bean and upon "create" method invocation , it gives a reference of second interface i.e. "remote interface" which contains business methods. Can you guys please throw some light on other interfaces like local , local home....Actually these things are creating lot of confusion. Please write about all interfaces.