Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RPC (Remote Procedure Call) is the communication's workhorse of GWT. GWT offers an easy-to-use RPC mechanism for exchanging the exchange of Java objects to and from with a server using standard HTTP.

OpenSyllabus server used GWT special RPC servlets to implement exchange of serialized Models Objects with the client application.

...