<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PureMVC Tutorial - Flex, PureMVC, Jabber and XIFF 3: Part 3 - Application and ApplicationFacade</title>
	<atom:link href="http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/</link>
	<description>Professional and reliable UK based Actionscript development</description>
	<pubDate>Fri, 21 Nov 2008 03:22:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ted</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-164</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Fri, 12 Sep 2008 17:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-164</guid>
		<description>Thanks for taking the time to put this together Dave. Nice to work through and the FlashDevelop templates are excellent.</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to put this together Dave. Nice to work through and the FlashDevelop templates are excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-163</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 11 Sep 2008 15:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-163</guid>
		<description>Thanks, Dave. Great work!</description>
		<content:encoded><![CDATA[<p>Thanks, Dave. Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-162</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 11 Sep 2008 13:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-162</guid>
		<description>Hey Alex,

That's exactly the same setup as I have here, so there isn't anything wrong with that.

From the error message I am 99% sure that you are creating the classes in the wrong place.  Basically that message means that the class package (i.e. the bit after 'package' at the beginning of the class) and the directory structure to the file itself don't match up.  Go back to part 2 and carefully go over the steps again and see if you missed something out.

Also be sure that 'src' is in your classpath.

Good luck!

Dave</description>
		<content:encoded><![CDATA[<p>Hey Alex,</p>
<p>That&#8217;s exactly the same setup as I have here, so there isn&#8217;t anything wrong with that.</p>
<p>From the error message I am 99% sure that you are creating the classes in the wrong place.  Basically that message means that the class package (i.e. the bit after &#8216;package&#8217; at the beginning of the class) and the directory structure to the file itself don&#8217;t match up.  Go back to part 2 and carefully go over the steps again and see if you missed something out.</p>
<p>Also be sure that &#8217;src&#8217; is in your classpath.</p>
<p>Good luck!</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-161</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-161</guid>
		<description>I'm using XP and FlashDevelop 3.0.0 Beta 9</description>
		<content:encoded><![CDATA[<p>I&#8217;m using XP and FlashDevelop 3.0.0 Beta 9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-160</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-160</guid>
		<description>It's not a problem to fix paths, but I have an error when trying to test movie:
Error: A file found in a source-path must have the same package structure 'org.davekeen.xiffer', as the definition's package, ''.
I searched the solving of the problem on internet, but didn't find good explanation.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a problem to fix paths, but I have an error when trying to test movie:<br />
Error: A file found in a source-path must have the same package structure &#8216;org.davekeen.xiffer&#8217;, as the definition&#8217;s package, &#8221;.<br />
I searched the solving of the problem on internet, but didn&#8217;t find good explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-159</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-159</guid>
		<description>That's very odd.  What version of FlashDevelop are you running?  Also what platform (XP, Vista)?

Cheers,

Dave</description>
		<content:encoded><![CDATA[<p>That&#8217;s very odd.  What version of FlashDevelop are you running?  Also what platform (XP, Vista)?</p>
<p>Cheers,</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-158</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-158</guid>
		<description>Nope! I have the same problem. All files that I create from your templates have empty package path, just like in Felipe's example.</description>
		<content:encoded><![CDATA[<p>Nope! I have the same problem. All files that I create from your templates have empty package path, just like in Felipe&#8217;s example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devdave</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-152</link>
		<dc:creator>devdave</dc:creator>
		<pubDate>Tue, 19 Aug 2008 09:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-152</guid>
		<description>Hey Felipe,

I think your problem is that you are creating the ApplicationFacade at the top level of the application instead of in the org.davekeen.xiffer package.  To do this navigate to the correct directory in the tree, right click on the 'xiffer' folder and then select New ApplicationFacade...

That should automatically fill in all the missing bits with 'org.davekeen.xiffer' and you'll be able to continue with the tutorial :)

Dave</description>
		<content:encoded><![CDATA[<p>Hey Felipe,</p>
<p>I think your problem is that you are creating the ApplicationFacade at the top level of the application instead of in the org.davekeen.xiffer package.  To do this navigate to the correct directory in the tree, right click on the &#8216;xiffer&#8217; folder and then select New ApplicationFacade&#8230;</p>
<p>That should automatically fill in all the missing bits with &#8216;org.davekeen.xiffer&#8217; and you&#8217;ll be able to continue with the tutorial <img src='http://www.actionscriptdeveloper.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-147</link>
		<dc:creator>Felipe</dc:creator>
		<pubDate>Mon, 18 Aug 2008 10:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-147</guid>
		<description>Hi Dave,
i think i installed templates properly, since i see elements in the Add menu in FlashDevelop, but when i create a new SimpleCommand or a new ApplicationFacade, package name is empty and import is incomplete. Is this correct? Am i supposed to add path by hand?

I paste below the first lines of my ApplicationFacade.as:

package  
{
	import org.puremvc.as3.interfaces.IFacade;
	import org.puremvc.as3.patterns.facade.Facade;
	import .model.*;
	import .view.*;
	import .controller.*;

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
i think i installed templates properly, since i see elements in the Add menu in FlashDevelop, but when i create a new SimpleCommand or a new ApplicationFacade, package name is empty and import is incomplete. Is this correct? Am i supposed to add path by hand?</p>
<p>I paste below the first lines of my ApplicationFacade.as:</p>
<p>package<br />
{<br />
	import org.puremvc.as3.interfaces.IFacade;<br />
	import org.puremvc.as3.patterns.facade.Facade;<br />
	import .model.*;<br />
	import .view.*;<br />
	import .controller.*;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-146</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 18 Aug 2008 09:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-3-application-and-applicationfacade/#comment-146</guid>
		<description>Hey Jose,

Oops, that was a typo - I meant to write 'controller' instead of 'command'.  That's now corrected.  Well spotted :)

Dave</description>
		<content:encoded><![CDATA[<p>Hey Jose,</p>
<p>Oops, that was a typo - I meant to write &#8216;controller&#8217; instead of &#8216;command&#8217;.  That&#8217;s now corrected.  Well spotted <img src='http://www.actionscriptdeveloper.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
