Flex 2.0 기반의 일반적인 개발단계
Study/Flex 2008/05/09 22:29 |Typical application development steps
You typically develop a Flex application by using the following steps:
1. Within a text editor or integrated development environment (IDE), such as Adobe Flex
Builder, Eclipse, or IntelliJ, insert the MXML root tags into an MXML file.
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 Java object.
6. Add validation to input data.
Developing applications 57
7. Add a script to extend a component.
8. Compile your application into a SWF file.
TAG Flex
댓글을 달아 주세요