Question :What is the need of Remote and Home interface. Why cant it be in
one? (EJB)
Answer :In a few words, I would say that the main reason is because there is a
clear division of roles and responsibilities between the two interfaces.
The home interface is your way to communicate with the container, that is
who is responsible of creating, locating even removing one or more beans.
The remote interface is your link to the bean, that will allow you to
remotely access to all its methods and members.
As you can see there are two distinct elements (the container and the
beans) and you need two different interfaces for accessing to both of them.
www.interviewhelper.org is a hope for all the Job seekers. Users can find unlimited here. These range from technical to HR, from functional to behavioral. www.interviewhelper.org contains in the fields like Ajax,VB,Networking,Sharepoint,JEE,Perl,Javascript,Bioinformatics,Classic ASP,Unix,Linux,Accounting,Oracle DBA,Microprocessor,Bluetooth,jms,jme,.net framework,ABAP,ASP,ASP.net,Basic .net Framework,Interview Questions,C language,C++,database,Oracle,Java,PHP,LAMP,SAP etc.
Friday, March 13, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment