<?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; MVC</title>
	<atom:link href="http://blog.minidx.com/tag/mvc/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和AIR的MVC简单原型</title>
		<link>http://blog.minidx.com/2009/09/30/2951.html</link>
		<comments>http://blog.minidx.com/2009/09/30/2951.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:32:33 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2951</guid>
		<description><![CDATA[MVC（Model-View-Controller，模型－视图－控制器）是Web开发中最为通行的应用程序结构， 应用被分为三个解藕的对象：模型，视图，控制器。把一个应用的输入、输出、处理流程按照Model、View、Controller的方式进行分离，这样一个应用被分成三个层——模型层、视图层、控制层。那在Flex中如何实现MVC模型呢？Bogdan Serban写了一个简单的例子，说明了如何创建Flex和AIR的MVC简单原型，非常Cool的一篇教程，有兴趣的可以看看。








http://cookbooks.adobe.com/post_Simple_MVC_for_Flex_and_AIR-16199.html
你可能还对下列文章感兴趣:Flex和AIR不适合你的5个理由(RIAMeeting译)Adobe MAX 2008 Flex/AIR方面部分讲稿打包下载一篇关于Adobe Flash，Adobe Flex，Adobe AIR以及Microsoft Silverlight几款产品比较的精彩文章Flex应用中使用PDF的教程2008年最醒目的5本Flex/AIR相关的书]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/09/30/2951.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenFlux&#8211;一个基于MVC（Model-View-Controller）架构的开源组件框架</title>
		<link>http://blog.minidx.com/2008/07/12/1064.html</link>
		<comments>http://blog.minidx.com/2008/07/12/1064.html#comments</comments>
		<pubDate>Sat, 12 Jul 2008 01:22:15 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Flex组件]]></category>
		<category><![CDATA[Google Code]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[OpenFlux]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/07/12/1064.html</guid>
		<description><![CDATA[在前面的用Flex开发的基于PureMVC框架的五子棋游戏(包含源代码)中介绍过的PureMVC，基本上的FLEXers都知道是一款基于MVC架构的开发框架，接下去介绍的OpenFlux，虽然没有PureMVC那样完善，不过它同样基于MVC（Model-View-Controller）架构的，其目标是使开发者们更加容易，快速的自定义自己的各个开发组件，而无需担心会影响其它组件。既然是基于MVC，那OpenFlux的每个组件当然都由三个核心部分构成，他们协同工作以定义API（模型）、图形（视图）和组件的行为（控制器）。OpenFlux组件和现在的Flex组件主要的区别在于前者将逻辑分离到MVC架构中，使你能在保持其他部分功能不变的情况下，轻松的替换组件的一部分。








看了一下OpenFlux在Google Code上的samples，发现自定义的程度相当惊人，呵呵，的确非常强悍。而且代码非常简洁，有兴趣的可以去研究研究：
http://code.google.com/p/openflux/
你可能还对下列文章感兴趣:11款可以大大提高你WEB开发速度的AJAX工具，APIs以及Frameworks创建Flex和AIR的MVC简单原型jQuery API说明中文版如何在不调用YouTube API的情况下在你的Flash应用中播放YouTube flv的教程Flex中如何使用Google Maps的例子]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/12/1064.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用Flex开发的基于PureMVC框架的五子棋游戏(包含源代码)</title>
		<link>http://blog.minidx.com/2008/03/29/653.html</link>
		<comments>http://blog.minidx.com/2008/03/29/653.html#comments</comments>
		<pubDate>Sat, 29 Mar 2008 04:46:55 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[五子棋]]></category>
		<category><![CDATA[源代码]]></category>
		<category><![CDATA[连珠棋]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/03/29/653.html</guid>
		<description><![CDATA[五子棋在日本叫“连珠棋”，起源于中国古代的传统黑白棋种之一。不过五子棋的棋文化源渊流长，既具有东方的神秘又有西方的直观，可以说是中西文化的交流点。
 PureMVC是一个轻量级的使用as3创建应用程序的框架,它是基于经典的MVC设计模式.为开源项目.它适用于运行在任何平台的As3.0应用.actionscriptnotes.com基于PureMVC框架用Flex写了一个五子棋游戏并且开放了源代码。








Demo在这里
作者主页在这里
你可能还对下列文章感兴趣:创建Flex和AIR的MVC简单原型Flex SDK编译器等(Jar文件)源代码Flex中实现俄罗斯方块的教程（附源代码）写的有点长，但的确是一篇很不错的PureMVC相关的教程一篇关于Flex中实现Mask效果的介绍(附源代码)]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/03/29/653.html/feed</wfw:commentRss>
		<slash:comments>9</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/26 queries in 0.289 seconds using disk
Object Caching 283/566 objects using disk

Served from: blog.minidx.com @ 2012-02-09 15:02:23 -->
