<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DEYESHsyeip7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-5401915803314088706</id><updated>2011-11-27T15:21:49.592-08:00</updated><title>KOSHTA</title><subtitle type="html">[Life with Adobe - Flash, Flex, AIR]</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://koshta.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://koshta.blogspot.com/" /><author><name>PRASHANT KOSHTA</name><uri>http://www.blogger.com/profile/00663452226282347365</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Koshta" /><feedburner:info uri="koshta" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DUACQXg4fyp7ImA9WxBXE08.&quot;"><id>tag:blogger.com,1999:blog-5401915803314088706.post-7536052270556317583</id><published>2010-01-24T02:06:00.000-08:00</published><updated>2010-01-24T02:09:20.637-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-24T02:09:20.637-08:00</app:edited><title>Start Flex/AIR with Cairngorm</title><content type="html">&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Overview:&lt;br /&gt;
Cairngorm Microarchitecture is open source framework for developing RIA development in Flex and AIR. It is based into MVC model.&amp;nbsp; Whole module is divided into following part&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
Model: -It is centralize storage of the data which used in entire application. Model Locator&amp;nbsp; is singleton class. It means only have single instance of this Model class.&lt;a name='more'&gt;&lt;/a&gt;Controller:- It is extended base class Frontcontroller. The FrontController maps a CairngormEvent to a Command. The class extends FrontController and has two methods: the constructor and the initialize method. The initialize method is where you will use the addCommand method to map your events to commands.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
Command: - Command class implements the interface ICommand. Command class used for wirting the business and functional logic of your application. For a Command to function properly in Cairngorm, it needs to implement the ICommand interface. This interface requires that a command have a method named execute and that it accept the CairngormEvent that is mapped to it as an argument. &lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
Events:- Your event class extends the CairngormEvent. It is central in this pattern. It extends from Event. For your event to be handled properly in Cairngorm, it will need to be of type CairngormEvent.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
Business Delegate:- The final design pattern in the Cairngorm Micro-Architecture is the Business Delegate. A Business Delegate essentially is the abstraction layer between your services and the rest of your application.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
Vo:-&amp;nbsp; Vo stands for the Value Object. &lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
View:- It is user presentation screen.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
My one of the best guide for the Cairngorm is:&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
&lt;a href="http://www.davidtucker.net/category/cairngorm/"&gt;http://www.davidtucker.net/category/cairngorm/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
I &lt;b&gt;thanks to David Tucker&lt;/b&gt; for it.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5401915803314088706-7536052270556317583?l=koshta.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yVfsSSOanQuhX6bKSYDS1iQNeiw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yVfsSSOanQuhX6bKSYDS1iQNeiw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yVfsSSOanQuhX6bKSYDS1iQNeiw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yVfsSSOanQuhX6bKSYDS1iQNeiw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Koshta/~4/gaQ2_8V8QQM" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5401915803314088706/posts/default/7536052270556317583?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5401915803314088706/posts/default/7536052270556317583?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Koshta/~3/gaQ2_8V8QQM/start-flexair-with-cairngorm.html" title="Start Flex/AIR with Cairngorm" /><author><name>PRASHANT KOSHTA</name><uri>http://www.blogger.com/profile/00663452226282347365</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://koshta.blogspot.com/2010/01/start-flexair-with-cairngorm.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYBQXs9eCp7ImA9WxBSE08.&quot;"><id>tag:blogger.com,1999:blog-5401915803314088706.post-6682947319911065855</id><published>2009-12-20T07:33:00.000-08:00</published><updated>2009-12-20T07:49:10.560-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-20T07:49:10.560-08:00</app:edited><title>Now easy to build Mobile Application in Flex - Elips Studio</title><content type="html">Hello Every One,&lt;br /&gt;&lt;br /&gt;As usual in this weekend i spent some time in Flex - Mobile application development.&lt;br /&gt;I found the entire new vision for flex developer who looking for Mobile application in Flex.&lt;br /&gt;The Elips Studio is product of OpenPlug Organization which provide the ability to build mobile application using Flex for any mobile like Symbian, Windows Mobile and iPhone.It definite open the new era for us.&lt;br /&gt;&lt;br /&gt;I want to share special thank to OpenPlug for given such great technology conversion.&lt;br /&gt;&lt;br /&gt;Now built is Mobile Application is similar like your Flex/Air application.&lt;br /&gt;&lt;br /&gt;Visit here for details:&lt;br /&gt;&lt;br /&gt;http://developer.openplug.com/&lt;br /&gt;&lt;br /&gt;Please share your feedback.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5401915803314088706-6682947319911065855?l=koshta.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/c-v6HnMqgjqH_HoQH1u4Rfj1C4s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/c-v6HnMqgjqH_HoQH1u4Rfj1C4s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/c-v6HnMqgjqH_HoQH1u4Rfj1C4s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/c-v6HnMqgjqH_HoQH1u4Rfj1C4s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Koshta/~4/2hIiCDhZRZA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://koshta.blogspot.com/feeds/6682947319911065855/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://koshta.blogspot.com/2009/12/now-easy-to-build-mobile-application-in.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5401915803314088706/posts/default/6682947319911065855?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5401915803314088706/posts/default/6682947319911065855?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Koshta/~3/2hIiCDhZRZA/now-easy-to-build-mobile-application-in.html" title="Now easy to build Mobile Application in Flex - Elips Studio" /><author><name>PRASHANT KOSHTA</name><uri>http://www.blogger.com/profile/00663452226282347365</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://koshta.blogspot.com/2009/12/now-easy-to-build-mobile-application-in.html</feedburner:origLink></entry></feed>

