您的位置:首页 > 编程语言 > Java开发

adobe air for flex(利用blazeds连接远程java服务)

2008-05-08 14:53 405 查看
与以前flex连接java大致相同,只是需要设置RemoteObject的endpoint属性

如<mx:RemoteObject id="com" destination="companyservice-all" endpoint="http://localhost/blazeds/messagebroker/amf "
result="resultHandler(event)"
fault="faultHandler(event)"/>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: