<?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>FlexMan &#187; Framework</title>
	<atom:link href="http://flexman.info/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sun, 30 Oct 2011 12:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC</title>
		<link>http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/</link>
		<comments>http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 14:49:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MIoC]]></category>

		<guid isPermaLink="false">http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/</guid>
		<description><![CDATA[MIoC uses the reflection capabilities of AVM2 &#38; AS to auto-wire class then it can improve the code readability and generally be helpful for the development process. It is a very small maetadata-driven IoC framework for ActionScript 3. Then if you are interested why not have a try? You can download it by following URL: [...]]]></description>
			<content:encoded><![CDATA[<p>MIoC uses the reflection capabilities of AVM2 &amp; AS to auto-wire class then it can improve the code readability and generally be helpful for the development process. It is a very small maetadata-driven IoC framework for ActionScript 3. Then if you are interested why not have a try? You can download it by following URL: </p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-350"></span>
<p><a title="http://mioc.sourceforge.net/english.html" href="http://mioc.sourceforge.net/english.html">http://mioc.sourceforge.net/english.html</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/06/06/an-as3-library-help-ease-daily-work-splinklibrary/" title="An AS3 Library Help Ease Daily Work &#8211; Splinklibrary">An AS3 Library Help Ease Daily Work &#8211; Splinklibrary</a></li><li><a href="http://flexman.info/2010/03/22/eval-for-actionscript-3-svetka/" title="Eval For ActionScript 3 &#8211; Svetka">Eval For ActionScript 3 &#8211; Svetka</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/03/03/a-3d-ray-caster-engine-for-as3-half-baked-ray-caste/" title="A 3D Ray Caster Engine for AS3 &#8211; Half Baked Ray Caste">A 3D Ray Caster Engine for AS3 &#8211; Half Baked Ray Caste</a></li><li><a href="http://flexman.info/2010/03/01/an-as3-png-encoder-library-aspngencoder/" title="An AS3 PNG Encoder library &#8211; AsPngEncoder">An AS3 PNG Encoder library &#8211; AsPngEncoder</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Testing Framework For Flex 2/3 &#8211; Reflex Unit</title>
		<link>http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/</link>
		<comments>http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 13:58:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Reflex Unit]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/</guid>
		<description><![CDATA[Reflex is designed to be a drop-in repolacement for Flax Unit. The features for Reflex Unit include: Simply specify the name of a class containing testable methods and added to the TestSuite automatically. It will only excute one test method at a time and the test methods maybe defined within the classes they are testing. [...]]]></description>
			<content:encoded><![CDATA[<p>Reflex is designed to be a drop-in repolacement for Flax Unit. The features for Reflex Unit include: Simply specify the name of a class containing testable methods and added to the TestSuite automatically. It will only excute one test method at a time and the test methods maybe defined within the classes they are testing. More detail need your try. You can get more information and download it in following URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-349"></span>
<p><a title="http://code.google.com/p/reflex-unit/" href="http://code.google.com/p/reflex-unit/">http://code.google.com/p/reflex-unit/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li><li><a href="http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/" title="Application Framework For Flex and Flash in AS3 &#8211; Parsley">Application Framework For Flex and Flash in AS3 &#8211; Parsley</a></li><li><a href="http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/" title="FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0">FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0</a></li><li><a href="http://flexman.info/2008/12/04/rubossc-framework-adobe-flex-and-air-application-simple-efficient-integrated-with-ruby-on-rails/" title="Ruboss Framework: Adobe Flex and AIR Application Simple Efficient Integrated With Ruby On Rails">Ruboss Framework: Adobe Flex and AIR Application Simple Efficient Integrated With Ruby On Rails</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</title>
		<link>http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/</link>
		<comments>http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/</guid>
		<description><![CDATA[Tranditional html &#38; javascript websites have many limitions in following aspect: Browser Incompatibles, Linear Experience, Font Limitations, Lack of Video support. Now by using of the SWFSEO framework, all websites can arguably be built as flash wesites. It has many advantages like: Search Engine Friendly, Easy Page Tracking,Powerful Preloading,Dynamic Navigation, Scrollable Flash. If you want [...]]]></description>
			<content:encoded><![CDATA[<p>Tranditional html &amp; javascript websites have many limitions in following aspect: Browser Incompatibles, Linear Experience, Font Limitations, Lack of Video support. Now by using of the SWFSEO framework, all websites can arguably be built as flash wesites. It has many advantages like: Search Engine Friendly, Easy Page Tracking,Powerful Preloading,Dynamic Navigation, Scrollable Flash. If you want to have a try, why not visit following URL? It has more detail information and example for your reference.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-341"></span>
<p><a title="http://www.pcthomatos.com/swfseo/index.html" href="http://www.pcthomatos.com/swfseo/index.html">http://www.pcthomatos.com/swfseo/index.html</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li><li><a href="http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/" title="Application Framework For Flex and Flash in AS3 &#8211; Parsley">Application Framework For Flex and Flash in AS3 &#8211; Parsley</a></li><li><a href="http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/" title="AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3">AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Very Useful AIR-Java Tool &#8211; SomaUI</title>
		<link>http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/</link>
		<comments>http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:05:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/</guid>
		<description><![CDATA[As you know Soma is an open source Flash MVC framework in AS which can help you to create you projects by automating common processes like loading, structure, pages, assets and more… Now what is SomaUI? it is a AIR-Java tool generate sources. The draft of a Flash site based on the Soma framework, ready [...]]]></description>
			<content:encoded><![CDATA[</p>
<h5><a href="http://weblog.cahlan.com/2006/12/flex-upload-component.html" rel="nofollow"></a></h5>
<p> As you know Soma is an open source Flash MVC framework in AS which can help you to create you projects by automating common processes like loading, structure, pages, assets and more… Now what is SomaUI? it is a AIR-Java tool generate sources. The draft of a Flash site based on the Soma framework, ready to use and be taken to a further development. It is available for Windows, Mac and Linux. If you are interested in it please visit following URL to get more details.
</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-340"></span>
<p><a title="http://www.soundstep.com/blog/downloads/somaui/" href="http://www.soundstep.com/blog/downloads/somaui/">http://www.soundstep.com/blog/downloads/somaui/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li><li><a href="http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/" title="Application Framework For Flex and Flash in AS3 &#8211; Parsley">Application Framework For Flex and Flash in AS3 &#8211; Parsley</a></li><li><a href="http://flexman.info/2009/05/03/jswiff-an-open-source-pure-java-framework-for-macromedia-flash-creation-manipulation/" title="JSwiff &#8211; An Open Source Pure Java Framework For Macromedia Flash Creation &amp; Manipulation">JSwiff &#8211; An Open Source Pure Java Framework For Macromedia Flash Creation &amp; Manipulation</a></li><li><a href="http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/" title="AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3">AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</title>
		<link>http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/</link>
		<comments>http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Razor]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/</guid>
		<description><![CDATA[Razor Component Framework is born for Flash, Flex and AIR. It amis to be more easy-to-use, lightweight, and fearture-rich alternative. It comes in ActionScript 2 and 3 flavours while maintaining as consistent an API as possible. It is still a beta copy. What you need pay attention is before using any razor control, you must [...]]]></description>
			<content:encoded><![CDATA[<p>Razor Component Framework is born for Flash, Flex and AIR. It amis to be more easy-to-use, lightweight, and fearture-rich alternative. It comes in ActionScript 2 and 3 flavours while maintaining as consistent an API as possible. It is still a beta copy. What you need pay attention is before using any razor control, you must attach a skin stylesheet with the line. If you skip the step, nothing will show up. Then if you are interested, following URL will give your more detail tutorials. Of course you can also download the software there.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-337"></span>
<p><a title="http://www.razorberry.com/components/wiki" href="http://www.razorberry.com/components/wiki">http://www.razorberry.com/components/wiki</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/" title="Application Framework For Flex and Flash in AS3 &#8211; Parsley">Application Framework For Flex and Flash in AS3 &#8211; Parsley</a></li><li><a href="http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/" title="AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3">AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2009/01/31/an-excellent-article-about-adobe-flash-adobe-flex-adobe-air-and-microsoft-silverlight/" title="An Excellent Article About Adobe Flash, Adobe Flex, Adobe AIR and Microsoft Silverlight">An Excellent Article About Adobe Flash, Adobe Flex, Adobe AIR and Microsoft Silverlight</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript</title>
		<link>http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/</link>
		<comments>http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring Actionscript]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/</guid>
		<description><![CDATA[Spring Actionscript is designed for the Flash, Flex and AIR platforms. It consists of an inversion of Control Container, an MVCS framework, extensions for the Cairngorm and PureMVC frameworks and several other utilities. The latest version Spring Actionscript 0.8.1 is released in Sep. 09. If you are interested, you can visit following URL to get [...]]]></description>
			<content:encoded><![CDATA[<p>Spring Actionscript is designed for the Flash, Flex and AIR platforms. It consists of an inversion of Control Container, an MVCS framework, extensions for the Cairngorm and PureMVC frameworks and several other utilities. The latest version Spring Actionscript 0.8.1 is released in Sep. 09. If you are interested, you can visit following URL to get more detail information and download it.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-335"></span>
<p><a title="http://www.springactionscript.org/index.html" href="http://www.springactionscript.org/index.html">http://www.springactionscript.org/index.html</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2009/05/03/jswiff-an-open-source-pure-java-framework-for-macromedia-flash-creation-manipulation/" title="JSwiff &#8211; An Open Source Pure Java Framework For Macromedia Flash Creation &amp; Manipulation">JSwiff &#8211; An Open Source Pure Java Framework For Macromedia Flash Creation &amp; Manipulation</a></li><li><a href="http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/" title="Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development">Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development</a></li><li><a href="http://flexman.info/2009/03/26/as3commons-collection-framework-string-utilities-for-actionscript3/" title="AS3Commons &#8211; Collection Framework String Utilities For Actionscript3">AS3Commons &#8211; Collection Framework String Utilities For Actionscript3</a></li><li><a href="http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/" title="FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0">FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application Framework For Flex and Flash in AS3 &#8211; Parsley</title>
		<link>http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/</link>
		<comments>http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Parsley]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/</guid>
		<description><![CDATA[A good framework can help you improve the development speed and reduce the mistake. Parsley is an open source application framework for Flex, Flash, AIR. It has many special fetures like: It supports configuration with AS3 Metadata, MXML, XML files, ActionScript. Asynchronously initializing objects, object lifecycle, modular configuration contexts, easily wire Flex components to objects [...]]]></description>
			<content:encoded><![CDATA[<p>A good framework can help you improve the development speed and reduce the mistake. Parsley is an open source application framework for Flex, Flash, AIR. It has many special fetures like:</p>
<ul>
<li>It supports configuration with AS3 Metadata, MXML, XML files, ActionScript. </li>
<li>Asynchronously initializing objects, object lifecycle, modular configuration contexts, easily wire Flex components to objects declared in the container. </li>
<li>You can easily wire Flex components to objects declared in the container by using of it. </li>
<p> And much more… You can get more details and download it in following URL:</ul>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-333"></span>
<p><a title="http://www.spicefactory.org/index.php" href="http://www.spicefactory.org/index.php">http://www.spicefactory.org/index.php</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li><li><a href="http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/" title="AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3">AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2009/01/31/an-excellent-article-about-adobe-flash-adobe-flex-adobe-air-and-microsoft-silverlight/" title="An Excellent Article About Adobe Flash, Adobe Flex, Adobe AIR and Microsoft Silverlight">An Excellent Article About Adobe Flash, Adobe Flex, Adobe AIR and Microsoft Silverlight</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An MVC Based ActionScript Framework &#8211; JumpShip</title>
		<link>http://flexman.info/2009/10/17/an-mvc-based-actionscript-framework-jumpship/</link>
		<comments>http://flexman.info/2009/10/17/an-mvc-based-actionscript-framework-jumpship/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 02:31:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[JumpShip]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/10/17/an-mvc-based-actionscript-framework-jumpship/</guid>
		<description><![CDATA[JumpShip is free Flash Framework. It provides a formal structure for defining the View. Along with the ability to abstract the physical objects on the stage from the Controller and Model, the View also has built in loading control. You can use it no limited to the Rails but Ruby or send/receive all of it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>JumpShip is free Flash Framework. It provides a formal structure for defining the View. Along with the ability to abstract the physical objects on the stage from the Controller and Model, the View also has built in loading control. You can use it no limited to the Rails but Ruby or send/receive all of it&#8217;s data through XML also. It also has basic Application State Model , Application Environment manager, and Service Locator classes. You can get more informatioin and download it in following URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-331"></span>
<p><a title="http://code.google.com/p/jumpship/" href="http://code.google.com/p/jumpship/">http://code.google.com/p/jumpship/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2008/11/24/openflux-an-open-source-component-framework-based-on-mvc-model-view-controller/" title="OpenFlux &#8211; An Open Source Component Framework Based On MVC (Model-View-Controller)">OpenFlux &#8211; An Open Source Component Framework Based On MVC (Model-View-Controller)</a></li><li><a href="http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/" title="Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC">Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/10/17/an-mvc-based-actionscript-framework-jumpship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Open Source Application Framework For Flash Player &#8211; EnFlash</title>
		<link>http://flexman.info/2009/10/07/an-open-source-application-framework-for-flash-player-enflash/</link>
		<comments>http://flexman.info/2009/10/07/an-open-source-application-framework-for-flash-player-enflash/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 08:23:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[EnFlash]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/10/07/an-open-source-application-framework-for-flash-player-enflash/</guid>
		<description><![CDATA[EnFlash as a Application Framework provides a set of visual components, utility classes and data structures which ease the development of sophisticated cross platform applications. It is based on pure object oriented ActionScript 2. It is developed for achieving a set of User Interface possibilities which haven&#8217;t been done previously in Flash. If you are [...]]]></description>
			<content:encoded><![CDATA[<p>EnFlash as a Application Framework provides a set of visual components, utility classes and data structures which ease the development of sophisticated cross platform applications. It is based on pure object oriented ActionScript 2. </p>
<p>It is developed for achieving a set of User Interface possibilities which haven&#8217;t been done previously in Flash. If you are interested in it, you could try the demo and download EnFlash 0.3 in following URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-330"></span>
<p><a title="http://www.asual.com/enflash/" href="http://www.asual.com/enflash/">http://www.asual.com/enflash/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/" title="Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC">Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/10/07/an-open-source-application-framework-for-flash-player-enflash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Implementation of the OpenStep Application Kit &#8211; ActionStep</title>
		<link>http://flexman.info/2009/09/02/a-implementation-of-the-openstep-application-kit-actionstep/</link>
		<comments>http://flexman.info/2009/09/02/a-implementation-of-the-openstep-application-kit-actionstep/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:07:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionStep]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Implementation]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/09/02/a-implementation-of-the-openstep-application-kit-actionstep/</guid>
		<description><![CDATA[ActionStep is used for creating an open source component framework for writing rich internet applications for the Flash Players. It is born because there are many problems with V2 components for example: poor quality, poor development environment and a really dreadful licensing policy. If you have the same feeling with the author why not have [...]]]></description>
			<content:encoded><![CDATA[<p>ActionStep is used for creating an open source component framework for writing rich internet applications for the Flash Players. It is born because there are many problems with V2 components for example: poor quality, poor development environment and a really dreadful licensing policy. If you have the same feeling with the author why not have a try now? You could download it in following URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-317"></span>
<p><a title="http://actionstep.sourceforge.net/" href="http://actionstep.sourceforge.net/">http://actionstep.sourceforge.net/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/03/18/lightweight-actionscript-3-metadata-driven-ioc-application-framework-mioc/" title="Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC">Lightweight ActionScript 3 Metadata-driven IoC Application Framework &#8211; MIoC</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/09/02/a-implementation-of-the-openstep-application-kit-actionstep/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 29/91 queries in 0.152 seconds using disk
Object Caching 980/1786 objects using disk

Served from: flexman.info @ 2012-02-11 22:50:37 -->
