What is RPC?
Remote Procedure Call (RPC) is a protocol that one program can use to request a service from a program located in another computer in a network without having to understand network details. (A procedure call is also sometimes known as a function call or a subroutine call.) RPC uses the client/server model. The requesting program is a client and the service-providing program is the server. Like a regular or local procedure call, an RPC is a synchronous operation requiring the requesting program to be suspended until the results of the remote procedure are returned. However, the use of lightweight processes or threads that share the same address space allows multiple RPCs to be performed concurrently.
for complte info see this.
What is RPC?
http://technet.microsoft.com/en-us/library/cc787851(WS.10).aspx
Remote Procedure Calls
http://www2.cs.uregina.ca/~hamilton/courses/430/notes/rpc.html
http://docs.linux.cz/programming/c/c_marshall/node34.html
Remote Procedure Calls (RPC)
http://www.cs.cf.ac.uk/Dave/C/node33.html
C# XML-RPC Tutorial
http://www.wordtracker.com/docs/api/ch03s04.html
RPC Tutorials
http://www.techtutorials.info/serrpc.html
Getting Started with JAX-RPC
http://java.sun.com/developer/technicalArticles/WebServices/getstartjaxrpc/
Writing A JAX-RPC Client from WSDL
http://www.descriptor.com/articles/web-services/wsdlclient.html
JSON-RPC-Java
http://oss.metaparadigm.com/jsonrpc-1.0/tutorial.html
A Small tutorial on XML-RPC
http://www.tutorialized.com/tutorial/A-Small-tutorial-on-XML-RPC/22333
XML-RPC
http://devzone.zend.com/search/results?q=rpc
Writing an RPC Server
http://www.iseriespython.com/documentation/rpc/page1.htm
Building Web Services with JAX-RPC
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXRPC.html
Protocol Compiling and Lower Level RPC Programming
http://www.cs.cf.ac.uk/Dave/C/node34.html
Advanced XML-RPC Tags tutorial
http://www.openx.org/en/docs/tutorials/Advanced+XML-RPC
Tutorial: RPC with GWT and the GWT Designer by Instantiations
http://giantflyingsaucer.com/blog/?p=117
XML-RPC Tutorial
http://www.tutorialspoint.com/xml-rpc/index.htm
XML-RPC and SOAP Programming Guide
http://www.programminglearn.com/328/xml-rpc-and-soap-programming-guide
Developing JAX-RPC Web Services for WebSphere
http://www.myeclipseide.com/documentation/quickstarts/blueedition/blue_jaxrpc/
Customize JAX-RPC Web services and clients with advanced tools
http://www.ibm.com/developerworks/edu/j-dw-java-jaxrpc2-i.html
Build an RPC service and client using JAX-RPC
http://www.ibm.com/developerworks/edu/j-dw-java-jaxrpc-i.html
Creating a XML-RPC Client
http://confluence.atlassian.com/pages/viewpage.action?pageId=9623
XML Matters: XML-RPC as object model
http://www.ibm.com/developerworks/xml/library/x-matters15.html
The Python Web services developer: XML-RPC for Python
http://www.ibm.com/developerworks/webservices/library/ws-pyth10.html
Web services programming tips and tricks: Using SOAP headers with JAX-RPC
http://www.ibm.com/developerworks/webservices/library/ws-tipjax1.html
Web services hints and tips: JAX-RPC versus JAX-WS, Part 1Introduction
http://www.ibm.com/developerworks/webservices/library/ws-tip-jaxwsrpc.html
Web services programming tips and tricks: Exception Handling with JAX-RPC
http://www.ibm.com/developerworks/webservices/library/ws-tip-jaxrpc.html
Java API for XML-Based RPC (JAX-RPC)
http://www.java201.com/resources/browse/2008/jaxrpc.html
No comments:
Post a Comment