Java

本类阅读TOP10

·使用MyEclipse开发Struts框架的Hello World!(录像1)
·hibernate配置笔记
·AOP编程入门--Java篇
·linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·构建Linux下IDE环境--Eclipse篇
·Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·ASP、JSP、PHP 三种技术比较
·Tomcat5.5.9的安装配置
·AWT GUI 设计笔记(二)

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
典型的flex程序的编写步骤

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

典型的flex程序的编写步骤

You typically develop a Flex application using the following steps:

  1. Create an MXML file with the <mx:Application> root tag. (创建MXML文件,根标记为<mx:Application>)
  2. Add one or more containers. (添加一个或多个容器)
  3. Add controls to a container, such as input fields, buttons, and output fields. (添加控件到容器中,例如:输入域、按钮、输出域)
  4. Define a data model. (定义一个数据模型)
  5. Add a web service, HTTP service, or request to a remote object such as a Java object or a Flash Remoting service. (添加请求到web service、HTTP service或一个远程对象上,例如JAVA对象或远程Flash服务)
  6. Add validation to input data. (添加对输入数据的有效性验证)
  7. Add a script to extend a component. (添加组件脚本)



相关文章

相关软件