<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'stub' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/stub</link>
		<description>stub</description>
		<language>ko</language>
		<pubDate>Tue, 17 Aug 2010 11:18:19 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[Stub]]></title>
	<link>http://myepistle.egloos.com/504468</link>
	<guid>http://myepistle.egloos.com/504468</guid>
	<description>
	<![CDATA[ 
스터브는 나중에 적재되거나 원격지에 위치해있는 큰 프로그램을 대리하기 위한, 작은 프로그램 루틴이다. 예를 들어, 원격 절차 호출(RPC)을 사용하는 프로그램이 스터브와 함께 컴파일되면, 그 스터브는 요청된 절차를 제공하는 프로그램의 대역을 맡는다. 스터브는 요구를 받아들여서, 그것을 원격 절차에게 전달한다. 원격지에 있는 프로시저가 서비스를 끝내면, 결과가 스터브에게 반환되며, 스터브는 그것을 서비스를 요구했던 프로그램에게 전달한다.	]]>
	</description>
	<pubDate>Tue, 17 Aug 2010 11:18:19 +0900</pubDate>
	<dc:creator><![CDATA[My Epistle]]></dc:creator>
</item>
<item>
	<title><![CDATA[Creating a Simple Web Service and Client with JAX-RPC(Tutorial)]]></title>
	<link>http://improf.egloos.com/2336964</link>
	<guid>http://improf.egloos.com/2336964</guid>
	<description>
	<![CDATA[ 
  스텁방식일때 Endpoint 입력하기 참조. Coding the Static Stub Client Before it can invoke the remote methods on the stub, the client performs these steps: Creates a Stub object:(Stub)(new MyHelloService_Impl().getHelloIFPort()) The code in this method is implementation-specific because it relies on a MyHelloService_Impl object, which is not defined in the specifications. The MyHelloService_Impl class will be 	]]>
	</description>
	<pubDate>Tue, 26 Jan 2010 21:17:01 +0900</pubDate>
	<dc:creator><![CDATA[impro]]></dc:creator>
</item>
<item>
	<title><![CDATA[간단하지만 꼭 알아야 하는 Android 주요 내용들 2 - AIDL (2) ]]></title>
	<link>http://jindog.egloos.com/4240143</link>
	<guid>http://jindog.egloos.com/4240143</guid>
	<description>
	<![CDATA[ 
  (아래의 내용은 Professional Android Application Development에서 무단으로 발췌한 내용입니다.)   AIDL을 구현하려면(해 주려면?) 아래와 같은 단계를 거치면 된다.   A. 주고 받을 객체 만들기   1. 보내야 할 화물 객체를 정의하자. (즉 Parcelable을 구현하도록 수정)   public class Quake implements Parcelable    2. 이 interface에 딸린 3가지 함수를 구현   public void writeToParcel(Parcel out, int flags);  public static final Parcelable.Creater&amp;lt; Quake &amp;gt; Create = 	new Parcelable.Creater&amp;l	]]>
	</description>
	<pubDate>Tue, 22 Sep 2009 12:30:00 +0900</pubDate>
	<dc:creator><![CDATA[진도의 삽질 월드!]]></dc:creator>
</item>
	</channel>
</rss>

