티스토리 뷰
<s:RemoteObject id="LoginRO" destination="loginRO" showBusyCursor="true"
endpoint="http://www.dtitech.co.kr:8080/PyeongsanSin/messagebroker/amf"
fault="faultHandler(event)">
<s:method name="loginTest" result="resultHandler(event)" />
< /s:RemoteObject>
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
서버 remoting-config.xml : 수정하면 Apche 서비스를 다시시작 해야 적용 되는것으로 보임 ??? 정확한 확인 전
< ?xml version="1.0" encoding="UTF-8"?>
< service id="remoting-service"
class="flex.messaging.services.RemotingService">
<adapters>
<adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default="true"/>
</adapters>
<default-channels>
<channel ref="my-amf"/>
</default-channels>
<destination id="testRO">
<properties>
</properties>
</destination>
<destination id="loginRO">
<properties>
<scope>request</scope>
</properties>
</destination>
< /service>
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
★ 중요 : 확인전 내용으로 짐작하는 부분을 기록함 ( 확실한 내용이 아님 ㅡㅡ;; )
Flex 에서 RemoteObject 시 Method 전달시 값을 받아 오는 부분이
1. WEB-INF/lib 에 포함 되어있는 라이브러리 파일중에 하나 또는 그이상의 부분이 관여 하는것 같음. 추후 해당 내용을 확인 할 예정
'Language > Flex' 카테고리의 다른 글
[ Flex AIR ] FullScreen 생성방법 (0) | 2015.11.29 |
---|---|
[ Flex AIR ] RemoteObject | Flex ( Arraycollection ) -> Java ( List ) (0) | 2015.11.29 |
[ Flex AIR ] WindowedApplication (0) | 2015.11.29 |
[ Flex AIR ] app.xml 초기 설정 (0) | 2015.11.29 |
[ Flex AIR ] exAir01_06 : 화면 캡쳐 (0) | 2015.11.29 |