Interview Question: What is Remote client view?

By: Ash  

Question:What is Remote client view?

Answer: The remote client view specification is only available in EJB 2.0. The remote client view of an enterprise bean is location independent. A client running in the same JVM as a bean instance uses the same API to access the bean as a client running in a different JVM on the same or different machine.

Remote interface: The remote interface specifies the remote business methods that a client can call on an enterprise bean.

Remote home interface: The remote home interface specifies the methods used by remote clients for locating, creating, and removing instances of enterprise bean classes.

 

 

 

 


Archived Comments

1. Aleisha
View Tutorial          By: ace cash express at 2012-06-26 16:04:48


Most Viewed Articles (in Interview )

Interview Question: What is abstract schema?

Question: How would you go about analyzing performance of an application?

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

What is J2EE Connector architecture?

Interview Question: What is the difference between ejbCreate() and ejbPostCreate?

Explain the Polymorphism principle.

Interview Question: What is ActionForm?

Interview Question: Why do we need Struts?

What is JSP Output Comments?

Interview Question: What is lazy loading?

What are implicit Objects available to the JSP Page?

Interview Question: Can i map more than one table in a CMP?

What do you understand by Synchronization?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

What is similarities/difference between an Abstract class and Interface?

Latest Articles (in Interview)

Comment on this tutorial