<?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; PureMVC</title>
	<atom:link href="http://blog.minidx.com/tag/puremvc/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>利用Flex和PureMVC框架实现认证处理（authentication）的教程</title>
		<link>http://blog.minidx.com/2008/12/16/1739.html</link>
		<comments>http://blog.minidx.com/2008/12/16/1739.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 10:03:09 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1739</guid>
		<description><![CDATA[现在的企业级的应用，一般在安全方面都会有一定的考虑，而认证处理（authentication）是一个比好常见的也是必要的安全手段。下面的教程，通过实际的例子说明了如何利用Flex和PureMVC框架实现认证处理（authentication），大家可以学习一下。关于PureMVC框架，在前面不少文章中都有介绍，这里就不作说明了。文章地址：








http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=12246
你可能还对下列文章感兴趣:Flex4视频教程《一周学习Flex4》中文字幕版+离线下载播放器25篇非常详细的关于如何从PSD转换为HTML&#38;CSS的教程50篇Adobe PhotoShop教程超过30篇最新的高质量Adobe PhotoShop教程25篇很不错的Flash和ActionScript 3相关的教程]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/12/16/1739.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexMVCS: 一款基于PureMVC修改的应用框架</title>
		<link>http://blog.minidx.com/2008/10/10/1501.html</link>
		<comments>http://blog.minidx.com/2008/10/10/1501.html#comments</comments>
		<pubDate>Thu, 09 Oct 2008 22:55:32 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[FlexMVCS]]></category>
		<category><![CDATA[Mate]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[框架]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/10/10/1501.html</guid>
		<description><![CDATA[FlexMVCS是今年7月份才发布的一款基于PureMVC修改的应用框架，实际上可以直接认为是PureMVC的修改版本。很多人使用PureMVC可能都是因为它的interfaces设计，不过在前面的
Mate的优点，缺点以及不足点中我们已经看到Mate大有长江后浪推前浪的趋势。对FlexMVCS有兴趣的，可以看这里：








http://code.google.com/p/flexmvcs/
你可能还对下列文章感兴趣:Mate的优点，缺点以及不足点需要从PureMVC框架转换到Mate的理由以及如何转换利用Flex和PureMVC框架实现认证处理（authentication）的教程写的有点长，但的确是一篇很不错的PureMVC相关的教程Mate&#8211;一款基于Tag事件驱动的Flex开发框架]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/10/1501.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>写的有点长，但的确是一篇很不错的PureMVC相关的教程</title>
		<link>http://blog.minidx.com/2008/09/23/1424.html</link>
		<comments>http://blog.minidx.com/2008/09/23/1424.html#comments</comments>
		<pubDate>Tue, 23 Sep 2008 15:31:08 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Pipes]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/09/23/1424.html</guid>
		<description><![CDATA[在用Flex开发的基于PureMVC框架的五子棋游戏(包含源代码)中，我们介绍过PureMVC这个优秀的框架，对于具有比较丰富的AS3之类的开发经验的开发人员来说，理解这个框架并不是什么很难的事情，不过对于大部分的初学者，可能就比较困难了。虽说是轻量级的，不过还是有一定的代码量，架构也不是那么简单。下面是一篇写的非常详细的关于PureMVC的教程，结合代码进行了说明，说明的虽然只是PureMVC中的一小块（Pipes），不过通过局部去理解整体，通常会比较简单一些。








这是其中的一张说明用图：
 
下面是教程地址：
http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/
你可能还对下列文章感兴趣:用Flex开发的基于PureMVC框架的五子棋游戏(包含源代码)利用Flex和PureMVC框架实现认证处理（authentication）的教程FlexMVCS: 一款基于PureMVC修改的应用框架AsBeanGen: 一个用Java写的用于从DTD(Document Type Definition)文件生成AS3 data bean类的类生成工具Mate的优点，缺点以及不足点]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/09/23/1424.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mate的优点，缺点以及不足点</title>
		<link>http://blog.minidx.com/2008/09/11/1385.html</link>
		<comments>http://blog.minidx.com/2008/09/11/1385.html#comments</comments>
		<pubDate>Thu, 11 Sep 2008 15:21:14 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Mate]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[Techper]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/09/11/1385.html</guid>
		<description><![CDATA[Mate相对于PureMVC框架来说，虽然还是非常“年轻”，不过却以相当惊人的速度吸引着非常多的&#8221;fans&#8221;。如果你还不知道Mate是什么，那么建议你可以看看前面的Mate–一款基于Tag事件驱动的Flex开发框架。而在需要从PureMVC框架转换到Mate的理由以及如何转换中，则提到了PureMVC开发人员向Mate转移的细节。而在techper.net，则更加具体的“抽取”出了Mate的优点，缺点以及不足点（对于Ugly，我觉得看作不足点比较贴切，认为不合适得还请指出），他们分别为：








优点：
1. Acknowledges Its Flex Heritage
2. Builds Upon Dependency Injection
3. Simple, Uncluttered View
缺点：
1. Too Much Magic
2. Programming in XML （我个人并不认为这是缺点，相反觉得这是Mate的很有特色的地方）
3. Nullifies The Power of AS3 Compile-Time Type Checking
不足点：
在调用一个constructor的时候，代码相当的恐怖，具体的还是看原文吧……
原文URL地址：
http://www.techper.net/2008/09/10/mate-the-good-the-bad-and-the-ugly/
你可能还对下列文章感兴趣:FlexMVCS: 一款基于PureMVC修改的应用框架需要从PureMVC框架转换到Mate的理由以及如何转换利用Flex和PureMVC框架实现认证处理（authentication）的教程写的有点长，但的确是一篇很不错的PureMVC相关的教程Mate&#8211;一款基于Tag事件驱动的Flex开发框架]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/09/11/1385.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>需要从PureMVC框架转换到Mate的理由以及如何转换</title>
		<link>http://blog.minidx.com/2008/08/11/1245.html</link>
		<comments>http://blog.minidx.com/2008/08/11/1245.html#comments</comments>
		<pubDate>Mon, 11 Aug 2008 05:14:16 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Mate]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1245</guid>
		<description><![CDATA[PureMVC从一开始就备受广大Flex开发者的推崇和宠爱。在前面的用Flex开发的基于PureMVC框架的五子棋游戏(包含源代码)中也有介绍过基于PureMVC的应用，John Blanco写了一篇关于需要从PureMVC框架转换到Mate的理由以及如何转换，相当具体，强烈推荐看一看，下面是原文地址：








http://raptureinvenice.blogspot.com/2008/08/why-and-how-i-switched-from-puremvc-to.html
你可能还对下列文章感兴趣:FlexMVCS: 一款基于PureMVC修改的应用框架Mate的优点，缺点以及不足点利用Flex和PureMVC框架实现认证处理（authentication）的教程写的有点长，但的确是一篇很不错的PureMVC相关的教程Mate&#8211;一款基于Tag事件驱动的Flex开发框架]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/11/1245.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/24 queries in 0.139 seconds using disk
Object Caching 404/771 objects using disk

Served from: blog.minidx.com @ 2012-02-09 18:17:13 -->
