출처 : http://www.javafx.com/docs/gettingstarted/javafx/


Getting Started With JavaFX Technology

This article provides some brief information about JavaFX technology. It explains what to download and install, and how to get started with the JavaFX technology by using the NetBeans IDE 6.5 for JavaFX 1.1. The Contents box on the left enables you to navigate to the topic you need.

What is JavaFX?

JavaFX is a rich client platform for building cross-device applications and content. Designed to enable easy creation and deployment of rich internet applications (RIAs) with immersive media and content, the JavaFX platform ensures that RIAs look and behave consistently across diverse form factors and devices.

The JavaFX 1.1 platform release includes the following components:

  • JavaFX 1.1 SDK which includes the JavaFX compiler and runtime tools, graphics, media, web services, and rich text libraries to create RIAs for the desktop, browser and mobile platforms.

  • NetBeans IDE 6.5 for JavaFX 1.1 which provides a sophisticated integrated development environment for building, previewing, and debugging JavaFX applications. The editor features a drag-and-drop palette to quickly add JavaFX objects with transformations, effects and animation. This IDE also comes with its own set of Building Block samples and the JavaFX Mobile Emulator, a mobile phone simulator.

  • JavaFX 1.1 Production Suite is a suite of tools and plugins that enable designers to export graphical assets to JavaFX applications.

Read the Develop Expressive Content With JavaFX Platform document to learn more about what JavaFX technology has to offer you.


다운로드와 관련된 내용은 다음 페이지를 참조하세요.

http://www.javafx.com/docs/gettingstarted/javafx/javafx-download-info.jsp




어도비 플렉스(Adobe Flex)는 어도비 플래시 플랫폼의 특허에 기반을 둔 크로스 플랫폼을 지원하는 리치 인터넷 어플리케이션의 개발과 배포를 위해 어도비에서 발표한 기술의 컬렉션이다. 2004년 3월에 매크로미디어에서 발표한 최초 버전은 SDK, IDE, 그리고 플렉스 데이터 서비스로 알려진 J2EE 통합 어플리케이션을 포함하고 있다. 어도비가 2005년에 매크로미디어를 인수한 이후, 플렉스의 다음버전부터 더 이상 플렉스 데이터 서비스에 대한 라이선스를 요구하지 않았고, 플렉스 데이터 서비스는 ‘라이브싸이클 데이터 서비스’라는 상표가 붙은 분리된 제품이 되었다.

2008년 2월, 어도비는 오픈소스 모질라 공개 라이선스를 따르는 플렉스3 SDK를 발표했다. 하지만 플렉스 응용 프로그램을 보기 위한 어도비 플래시 플레이어와 플렉스 응용프로그램 IDE인 어도비 플렉스 빌더는 여전히 독점적이고 상업적으로 남아 있다.

출처 : http://ko.wikipedia.org/wiki/어도비_플렉스


복잡한 것을 싫어하는 내 단순화 회로를 굴려서 생각을 해보면 JavaFX는 어도비 플렉스와 유사한 형태의 RIA(Rich Internet Application, RIA - 위키백과) 개발을 위한 기술 컬랙션(API)라는 것이라고 할 수 있을 듯 하다. 이를 사용하기 위해서는 JavaFX 1.1 SDK  NetBeans IDE 6.5 for JavaFX 1.1 가 기본적으로 설치가 되어 있어야 하는 것으로 보인다.


최근 업데이트가 2009.1월 인 것으로 봐도 그렇고, 아직 널리 인식된 것은 아닌 것 같다. 이와 관련한 내용들은 5월 23일 있을 DTFE 세미나에서 들어봐야 어느정도 감을 잡을 수 있을 것으로 보인다. ㅡㅅ-)>


  

+ Recent posts