<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; SWC</title>
	<atom:link href="http://blog.minidx.com/tag/swc/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>利用ANT编译你自己的SWC</title>
		<link>http://blog.minidx.com/2008/10/20/1563.html</link>
		<comments>http://blog.minidx.com/2008/10/20/1563.html#comments</comments>
		<pubDate>Sun, 19 Oct 2008 23:15:29 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[SWC]]></category>
		<category><![CDATA[脚本引擎]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1563</guid>
		<description><![CDATA[ANT是一个流程脚本引擎，用于自动化调用程序完成项目的编译，打包，相当的好用。假如你用的不是Flex Builder，而是Flex SDK的话，那肯定需要不断重复的执行相同的命令来完成编译与打包的工作，ANT可以帮你完成这些重复的动作。下面是一篇如何利用ANT编译你自己的SWC的文章（例子），可以照例子尝试一下。








文章地址：
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=11309
你可能还对下列文章感兴趣:如何加速你的Flex Builder？关于Flex Builder中如何添加SWC文件用Flex Builder和Flex Ant编译结果不同的原因以及解决方法使用Flex Builder 3.x中的性能分析工具如何恢复Flex builder和Eclipse被删除的文件]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/20/1563.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何加速你的Flex Builder？</title>
		<link>http://blog.minidx.com/2008/10/13/1517.html</link>
		<comments>http://blog.minidx.com/2008/10/13/1517.html#comments</comments>
		<pubDate>Mon, 13 Oct 2008 02:40:28 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[SWC]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1517</guid>
		<description><![CDATA[如何加速我们的Flex Builder？当然这个问题是假设在硬件条件不变的情况下的。基于Java的东西在速度方面总是让人无法忍受&#8211;虽然Eclipse相对于其他NetBean之类的有显著的提高，不过却依然无法在根本上改变效率的问题，而基于Eclipse的Flex Builder当然也是一样的。那么，有没有办法让我们机器上的Flex Builder跑得更加快一些呢？下面总结了一些可以提高其效率的途径，你是否有更好的呢？








Here are some of things we do:
    * Build every application in one project using multiple source paths (instead of using extra library projects)
    * Build parts of the applications as SWCs (instead of referencing their source paths)
    * Close extra projects
  [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/13/1517.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsf-flex: 像创建JavaServer Faces(JSF)组件那样创建Flex组件</title>
		<link>http://blog.minidx.com/2008/09/10/1380.html</link>
		<comments>http://blog.minidx.com/2008/09/10/1380.html#comments</comments>
		<pubDate>Tue, 09 Sep 2008 23:50:49 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Jsf-Flex]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[SWC]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/09/10/1380.html</guid>
		<description><![CDATA[JSF Flex提供了这样的功能，是用户可以像创建JavaServer Faces(JSF)组件那样创建Flex组件，包括必需的SWC，SWF文件。内部利用了JSON，JavaScrip和ActionScript。借助这一工具，使得很多压根就不懂Adobe Flex的开发人员也可以很容易的写出很专业的Flex组件。并且最让人激动的是，这一项目是完全开放源代码的。Ji Hoon Kim有一篇分析JSF-Flex项目的东东，可以帮助大家快速的了解这个好东西的基本原理/构造。








 
这里是项目的URL：
http://code.google.com/p/jsf-flex/
这里是Ji Hoon Kim文章URL：
http://www.theserverside.com/tt/articles/article.tss?l=JSFFlex
你可能还对下列文章感兴趣:在Unix/Linux下搭建Flash/Flex的开发环境开始使用ActionScript 3.0的6个理由&#8212;呃，是否牵强了点？关于Flex Builder中如何添加SWC文件Web开发中Flex程序员们可真是&#8220;钱途&#8221;无量啊论Flex 3编译器的设计]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/09/10/1380.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于Flex Builder中如何添加SWC文件</title>
		<link>http://blog.minidx.com/2008/07/24/1126.html</link>
		<comments>http://blog.minidx.com/2008/07/24/1126.html#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:45:49 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[SWC]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1126</guid>
		<description><![CDATA[今天有人问起在Flex Builder中如何使用SWC文件，其实这位同学真的是应该好好的去翻翻书，呵呵。首先借用Adobe官方的一段话，让我们了解一下SWC是什么样的文件：








A SWC file is an archive file for Flex components and other assets. SWC files contain a SWF file and a catalog.xml file. The SWF file implements the compiled component or group of components and includes embedded resources as symbols. Flex applications extract the SWF file from a SWC file and use the SWF [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/24/1126.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/25 queries in 0.118 seconds using disk
Object Caching 355/688 objects using disk

Served from: blog.minidx.com @ 2012-02-09 15:29:31 -->
