1.

What Are The Core Components Of Gwt Rpc?

Answer»

FOLLOWING are the three components used in GWT RPC COMMUNICATION MECHANISM:

  • A remote service (server-side servlet) that runs on the server.
  • Client code to invoke that service.
  • Java data objects which will be passed between client and server.
  • GWT client and server both serialize and deserialize data automatically so developers are not REQUIRED to serialize/deserialize objects and data objects can travel over HTTP.

 

Following are the three components used in GWT RPC communication mechanism:

 



Discussion

No Comment Found