2008. 9. 8. 16:53
[BlazeDS] Remoting Service 사용 / Using the Remoting Service
2008. 9. 8. 16:53 in Adobe/BlazeDS
Reference : http://livedocs.adobe.com/blazeds/1/blazeds_devguide/rpc_remoteobject_1.html
RPC services > Using the Remoting Service
Remoting Service 를 사용하면, 서버의 Java 객체를 웹 서비스로 설정하지 않아도, 클라이언트 어플리케이션에서 서버 Java 객체의 메쏘드에 접근할 수 있습니다. 서버의 Java 객체에 접근하기 위해, 클라이언트 어플리케이션은 RemoteObject 컴포넌트를 사용합니다. 객체가 웹 서비스로 퍼블리쉬 되지 않았거나, 웹 서비스가 사용되지 않는다거나, 웹 서비스나 HTTP 서비스보다 Java 객체의 사용을 선호할 때에는 WebService 나 HTTPService 컴포넌트 대신 RemoteObject 컴포넌트를 사용하십시오.
RemoteObject 컴포넌트는 클라이언트 어플리케이션에서 사용되는 세 개의 Remote Procedure Call (RPC) 컴포넌트 중 하나입니다. 다른 두 개는 HTTPService 컴포넌트와 WebService 컴포넌트 입니다. RemoteObject 컴포넌트를 사요하기 전에, RPC 컴포넌트의 기본에 대해 익숙해 지도록 하십시오. 더 많은 정보는 Using HTTP and web services 에서 볼 수 있습니다.
'Adobe > BlazeDS' 카테고리의 다른 글
[BlazeDS] BlazeDS 개괄 / BlazeDS overview (0) | 2009.11.28 |
---|---|
[BlazeDS] 설치 가이드 / Installation Guide (0) | 2009.09.21 |
[BlazeDS] destination 설정 / Configuring a destination (1) | 2008.09.08 |
[BlazeDS] RemoteObject 컴포넌트 / RemoteObject component (0) | 2008.09.08 |
[BlazeDS] 어플리케이션 설치 / Deploying your application (0) | 2008.09.02 |
[BlazeDS] 어플리케이션 디버깅 / Debugging your application (0) | 2008.09.02 |
[BlazeDS] Building your server-side application (0) | 2008.09.02 |
Building your client-side application (0) | 2008.09.02 |
[BlazeDS] BlazeDS 샘플 어플리케이션 실행 / Running the BlazeDS sample applications (0) | 2008.09.02 |
[BlazeDS] 개발 환경 설정 / Setting up your development environment (0) | 2008.09.02 |