Ajax keywords defination
Asynchronous: The request is taking place in the background, out of sight of the user interface.
XHR: XMLHttpRequest
RPC: Remote Procedure Calling is a mechanism to allow local code to call methods on objects that exist on a remote server as if that remote object were also local.
Stub: RPC works by creating a local proxy interface that mimics the remote method signature. Example, creator = new in dwr.xml creates client-side stub.
* DWR is only useful for java web applications hosted by a servlet engine.
No comments yet.
Leave a comment
-
Archives
- November 2009 (1)
- July 2009 (1)
- June 2009 (5)
- May 2009 (2)
- April 2009 (4)
- March 2009 (2)
- January 2009 (3)
- December 2008 (1)
- November 2008 (2)
- October 2008 (1)
- September 2008 (3)
- August 2008 (2)
-
Categories
-
RSS
Entries RSS
Comments RSS