发布时间:2013-01-08 14:00:12
思路: 先定义一个空容器,然后再用actionscript语言往容器中添加:如访谈里面的例子:<s:HGroup id="gzyyGroup" width="100%"> </s:HGroup>protected function ftyyFindAllHandler(event:ResultEvent):void{ _gzyy = event.result as ArrayCollection; if(_gzyy.length>0)&n......【阅读全文】
发布时间:2013-01-08 13:15:17
1.在eclipse中建立一个名为testPerson的动态web项目:Dynamic web project2.下载blazeds-turnkey压缩包,解压,找到blazeds.war,再解压,找到web-inf文件夹,将其覆盖掉刚新建工程的WEB-INF文件夹。3.写java程序,model和service4.在blazeds中的remoting-config.xml中配置service项,如: <destination id="personInfoService"> <properties> <source>......【阅读全文】
发布时间:2013-01-08 13:01:51
后台返回值是string类型后台返回值是一个类后台返回值是一个数组前面的话,flex端与后台交互的代码:如,我的后台java中有一个ZhpfxService类,现在要在前台flex中调用,则:在flex中得到java后台数据,得要注意几步1.在文件中先要包含映射过来的server类,如下代码 xmlns:zhpfx="com.zhpf.services.*"2.在<fx:Declarations>中进行声明,如下代码<fx:Declarations> <zhpfx:ZhpfxService id="zhpfx......【阅读全文】