Answer Posted / anonymous
Assume, there are two real persons.
Jayan - He provides some calculation services to people.
He lives in WebLogic Server.
When some one want to ask him to do calculations, they
should connect to WebLogic Server.
When jayan is being called by some one, the weblogic server
creates his Duplicate-1 in the calling people's Computer.
this is stub.
In the Weblogic also there is Dup-2 created. this is
skeleton.
Actually the stub asks the server to make jayan perform the
calculation.
But in reality, the Dup2 carries this request to Jayan. So
the other guy cannot DIRECTLY talk to jayan. All messages
will be intercepted by Dup1.
Jayan takes messages from Dup1 and perform the task.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is the infobus?
What is the difference between java class and bean?
Why a component architecture for the java platform?
Why are component architectures useful?
What are the design considerations while making a choice between using interface and abstract class?
Can I run seam with jdk 1.4 and earlier?
What are the types of scaling?
What is the immediate superclass of the applet class?
What are the benefits of detached objects?
What are the different approaches to represent an inheritance hierarchy?
how i secure my site with the https protocol.what are the steps?
Have you used threads in Servelet?
What is the difference between the session.update() method and the session.lock() method?
What is clustering? What are the different algorithms used for clustering?