Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am new to EJB I want to know th

Status
Not open for further replies.

linusSanto

Programmer
Jul 31, 2003
15
IN
I am new to EJB
I want to know that if the home interface is called first and it returns the object of the remote interface
and through the remote interface is it possible to call the methods in the bean.
Is it possible to call the methods(directly from the remote interface) of the classes which import that bean?

Plz help me
 
>> through the remote interface is it possible to call the methods in the bean.

ummm... yeah.... that's what it is for.

>> Is it possible to call the methods(directly from the
>> remote interface) of the classes which import that bean?

The remote interface knows nothing about classes that import it, so... no.

-pete
 
>>>>The remote interface knows nothing about classes that import it, so... no.

I suppose you knew that. So maybe that is not really what you are asking for. If you reframe your question, there will probably be some positive answers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top