package com.biztino.buzzbuz.myService.svc; import
org.springframework.flex.remoting.RemotingDestination; @Service |
<?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> <fx:Declarations> <s:RemoteObject id="ro" destination="helloWorldService" endpoint="http://localhost:8080/blazeDS.Srping/messagebroker/amf"/> </fx:Declarations> <s:layout><s:VerticalLayout/></s:layout> <s:TextInput id="t"/> <s:Button label="sayHello" click="ro.sayHello(t.text)"/> <s:Label text="{ro.sayHello.lastResult}"/> </s:Application> |
[Spring] Async pattern 예제 (0) | 2012.01.30 |
---|---|
[Spring] Scheduler 예제 (0) | 2012.01.13 |
flex 4 + blazeDS + spring 3 연동하기-3(spring 설정) (0) | 2011.06.17 |
flex 4 + blazeDS + spring 3 연동하기-2(project 생성) (0) | 2011.06.16 |
flex 4 + blazeDS + spring 3 연동하기-1(Tomcat6 Server 설정) (0) | 2011.06.16 |
댓글 영역