- Hessian . . . . 6 matches
Resin 을 이용하는 경우라면 Hessian 이용해서 간단하게 RPC 를 구현할 수 있다.
RPC 를 위해서는 서버-클라이언트의 대화를 위한 interface 의 정의가 필요하다. 간단하게 정의해본다.
=== RPC Service 구현 ===
그리고 RPC Test 를 구현해보자. (여기선 Hessian Servlet 을 이용)
public class RpcTest extends HessianServlet implements Basic {
그리고 class 화일을 Servlet 이 돌아가는 디렉토리에 복사한다. 이로서 RPC Publish 기본준비는 ok.
=== RPC Client 구현 ===
>>> proxy = hessianlib.Hessian("http://localhost:8080/servlet/RpcTest")
public class RpcClient {
String url = "http://localhost:8080/servlet/RpcTest";
See Also PythonXmlRpc
- PythonXmlRpc . . . . 2 matches
* http://python.kwangwoon.ac.kr:8080/python/Internet/xmlrpc.html
* http://kldp.org/HOWTO/html/XML-RPC-HOWTO/index.html
* http://www.onlamp.com/pub/a/python/2000/11/22/xmlrpcclient.html
* http://www.pythonware.com/products/xmlrpc/
* http://www.xmlrpc.org/
#xmlrpctest.py
import xmlrpcserver
import xmlrpclib
class MyRequestHandler(xmlrpcserver.RequestHandler):
raise AttributeError, "No XML-RPC procedure %s" % method
return xmlrpclib.dumps(params)
- Atom . . . . 1 match
As well as syndication format, the Atom Project is producing the "Atom Publishing Protocol", with a similar aim of improving upon and standarizing existing publishing mechanisms, such as the Blogger API and LiveJournal XML-RPC Client/Server Protocol.
- FundamentalDesignPattern . . . . 1 match
근데, 지금 보면 저건 Patterns in Java 의 관점인 것 같고.. 그렇게 '필수적 패턴' 이란 느낌이 안든다. (Proxy 패턴이 과연 필수개념일까. RPC 구현 원리를 이해한다던지 등등이라면 몰라도.) Patterns in Java 에 있는건 빼버리는 것이 좋을 것 같다는 생각. (DoubleDispatch 는 잘 안이용해서 모르겠고 언어 독립적으로 생각해볼때는 일단은 Delegation 정도만?) --["1002"]
- PythonLanguage . . . . 1 match
* PythonXmlRpc - Python 으로 구현하는 RPC 서버 & 클라이언트 프로그램.
- RPC . . . . 1 match
= Remote Procedure Call (RPC) =
- TCP/IP . . . . 1 match
* Interactive Shell이 지원되는 언어(e.g. Python, Ruby, ...)를 사용하면 TCP/IP의 개념을 아주 빠른 시간 안에 배울 수 있음. (Python은 내부적으로 C 라이브러리를 그대로 사용) 또, 현재 개발된/개발중인 시스템을 테스트 하는 데에도 매우 편리함. 예컨대, 리코에서는 XMLRPC 서버 접속을 파이썬 쉘에서 하고(import xmlrpc 한 다음에...), 거기서 사용자 등록 등의 서비스를 직접 사용하게 한다.
- ZP도서관 . . . . 1 match
|| XML-RPC || 사이먼 로렌트 외 || O'REILLY || ["구근"] || 한민수 역 ||
- fnwinter . . . . 1 match
[RPC]
- 상협/프로젝트관련 . . . . 1 match
''뭐.. 가..강하게 키우죠; RPC 를 이용하는 Messenger Project; --석천''
- 서민관 . . . . 1 match
||[http://zeropage.org/seminar/95651 XML-RPC을 이용한 네이버 블로그 글 올리기]||
Found 11 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.