发布时间:2013-01-08 14:26:34
在程序中经常可以看到这样的语句:<mx:RemoteObject id="someOneCome" destination="someOneComeDes" endpoint="/BlazeDSObject/messagebroker/amf" fault="failed()" />或:<mx:RemoteObject id="memberDAO" destination="memberDAO" result="memberHandler(event)" endpoint="/my......【阅读全文】
发布时间:2013-01-08 14:20:19
1.学习布局2.使用基于约束的布局1.学习布局(容器的嵌套布局):UI(User Interface,用户界面)。每一个应用程序都需要有ui,adobe flash builder 4的长处之一,就是让开发者更轻松的布置应用程序的ui。flex应用程序的几乎所有定位组件都使用容器(container)和布局对象(layout Object)来完成。容器:container 如:Group、SkinnableContainer、Panel、Application、BorderContainer等 用于包含和分组其他组件的特殊组件。容器最基本的能......【阅读全文】
发布时间: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>......【阅读全文】