What is the Flex?#
Flex is a very sophisticated RIA Presentation system.
Getting the Flex Builder#
Flex Builder Linux Release(alpha)
http://labs.adobe.com/technologies/flex/flexbuilder_linux/
Flex Builder를 설치하기 이전에 아래의 소프트웨어가 미리 설치되어 있어야 합니다.
Eclipse 3.3 over
http://www.eclipse.org/downloads/
Flash Player 9 Update(Linux)
http://labs.adobe.com/downloads/flashplayer9.html
System Requirements#
Linux has various distributions and flavors. This release of Flex Builder Linux requires Sun JRE 1.5.x and Eclipse 3.3 and supports the following distributions:
- SuSE Linux Enterprise Server 10 (x86 32-bit version)
- RedHat Enterprise Linux WS 4 (x86 32-bit version)
- Ubuntu 7.0.4 (Feisty) (x86 32-bit version)
Flex Builder Linux Alpha only supports Firefox (all versions).
Flex Builder Linux requires the debug version of Flash Player (Linux) to support debugging applications from within Flex Builder Linux alpha.
Unsupported Flex Builder Features#
This section lists unsupported Flex Builder features in Flex Builder Linux:
- Design view (이게 없어서 엄청 아쉽습니다.)
- States view
- Refactoring
- AIR support (이것도 확장성 측면에 전투력 상실케 하는 면이죠)
- Automated testing
- Data Wizards
- ColdFusion Extensions to Flex Builder
- Web Services introspection
- Profiler
- Data Visualization components
Flex Application Framework#
Flex Coding#
Hello Flex3#
간단하게 Label로 Hello Flex3 찍는 거 Builder와 vi로 구현하는 거 샘플코드 작성해봤습니다.
Youtube Video#
http://www.jamesward.org/wordpress/2006/10/19/flash-flex-free-for-all-even-linux/
이 분의 동영상 참고하시면 됩니다. 저 분이 하신 걸 네 노트북에서 그대로 따라했습니다.
사실, 조금 바꾸어야 할 게 있습니다. Remote Data Sources를 접근하는 게 Flash나 Flex는 제한이 있습니다.
PHP로 Proxy주소 만들어서, 그걸 연결해서 데이터 가져오게 하면 됩니다.