Google

星期二, 十二月 30, 2008

Adobe将Flash应用软件开发工具Flex转为开源

据国外媒体报道,Adobe系统公司4月25日宣布,将把其Flash应用软件开发工具Flex转为开放源码软件。

据悉,下一个版本的Flex代号为“Moxie”,将在六月份发行。最终版的软件名为Flex 3,发行日期将在今年年底。到年底时,Flex将成为一个比较完备的开源软件项目。

Adobe公司高层对外宣布了这一消息。据悉,在开源软件许可证书方面,Adobe公司将为Flex选择“Mozilla公共许可授权协议”。

该公司表示,Flex软件开发包将转为开源,其中包括一个编译器和库函数,这些都能帮助开发人员快速开发Flash应用软件。不过在开源同时,Adobe公司也将同时销售另外一个开发软件Flex Builder,以及服务器端工具“Flex数据服务”。

Flex可以开发基于Flash的客户端应用程序,支持互动的客户端界面。所开发的程序将可以在一个Flash播放器窗口中运行,同时支持Adobe公司最新的桌面应用容器“阿波罗”。

根据开源软件协议,Flex转为开源之后,其他人员可以对软件进行修改,软件同时可以免费使用。之前,开源运动的旗帜性企业Sun已经将许多Java开发工具专为开源。一般认为,开发工具专为开源之后,可以提高程序员采用这一技术的热情。

http://developer.weaseek.com/2008/01/12/21957019978.shtml

标签: , ,

星期日, 五月 04, 2008

Flex

Overview of Flex

Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code.

http://flex.sourceforge.net/

标签: , ,

辽ICP备05003652号
流风洄雪听天籁,轻云蔽日看落花

Powered by Blogger