<?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: Django Authorization from Flex/AIR via PyAMF</title>
	<atom:link href="http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/</link>
	<description>"Test until fear turns to boredom"</description>
	<pubDate>Tue, 06 Jan 2009 12:36:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jay Wood</title>
		<link>http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/#comment-2963</link>
		<dc:creator>Jay Wood</dc:creator>
		<pubDate>Wed, 12 Nov 2008 18:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=88#comment-2963</guid>
		<description>Joel,

Working for a large news organization for the past year I've created a dozen or so Flex applications that use Django with DjangoAMF on the back end. Recently I've been seeking a replacement for DjangoAMF, something that will work with Django 1.0. It is encouraging to see your success stories and helpful code samples posted here. Thank you for that, and keep up the good work.

Jay</description>
		<content:encoded><![CDATA[<p>Joel,</p>
<p>Working for a large news organization for the past year I&#8217;ve created a dozen or so Flex applications that use Django with DjangoAMF on the back end. Recently I&#8217;ve been seeking a replacement for DjangoAMF, something that will work with Django 1.0. It is encouraging to see your success stories and helpful code samples posted here. Thank you for that, and keep up the good work.</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/#comment-2065</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Wed, 01 Oct 2008 14:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=88#comment-2065</guid>
		<description>Hi Albert,

I would highly recommend asking on the pyAMF User List. The developers are &gt;extremely&lt; helpful.

Also, look at the example files on the pyAMF web site. There are several related to mapping objects.</description>
		<content:encoded><![CDATA[<p>Hi Albert,</p>
<p>I would highly recommend asking on the pyAMF User List. The developers are >extremely< helpful.</p>
<p>Also, look at the example files on the pyAMF web site. There are several related to mapping objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghavendra</title>
		<link>http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/#comment-2053</link>
		<dc:creator>raghavendra</dc:creator>
		<pubDate>Tue, 30 Sep 2008 14:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=88#comment-2053</guid>
		<description>i was thinking about cant we make the normal screen to work as touch screen applications ,my question is that i want to build the touch screen application for the normal screen which works like touchscreen so i saw this blog and i wanted to know this because many people say that there are touchscreen application and we have to use touch screen monitor built for those application if we can create the same this will be useful so that normal person can experience it right. so i had doubt in my mind ok i know u r the right person for this so could able to help me joel</description>
		<content:encoded><![CDATA[<p>i was thinking about cant we make the normal screen to work as touch screen applications ,my question is that i want to build the touch screen application for the normal screen which works like touchscreen so i saw this blog and i wanted to know this because many people say that there are touchscreen application and we have to use touch screen monitor built for those application if we can create the same this will be useful so that normal person can experience it right. so i had doubt in my mind ok i know u r the right person for this so could able to help me joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/#comment-2048</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Tue, 30 Sep 2008 11:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=88#comment-2048</guid>
		<description>Hi Joel

  I am wondering the details of mapping classes between FLEX and python
for example how the register_class functions and how shall I do that in my application, if please would you send me your example on that, thanks alot.
  Besides, recently I encountered problems when retreiving a list data in side another list from djangogateway to flex. the inner list was filtered so that I can't get those data, do you know how to figure this out?
thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi Joel</p>
<p>  I am wondering the details of mapping classes between FLEX and python<br />
for example how the register_class functions and how shall I do that in my application, if please would you send me your example on that, thanks alot.<br />
  Besides, recently I encountered problems when retreiving a list data in side another list from djangogateway to flex. the inner list was filtered so that I can&#8217;t get those data, do you know how to figure this out?<br />
thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/#comment-2011</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sun, 28 Sep 2008 15:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=88#comment-2011</guid>
		<description>Hi Wolfgang,

I just noticed that I didn't register the methods for registered_user_protected_function and staff_protected_function in the gateway.py in my example code. This is necessary, of course, to call them from Flex.

Since login returns a user, I usually have a corresponding class mapped on the Flex side as a VO. The result will be a UserVO in this case so your function would be like this:

private function handleLoginResult(user:UserVO) { if(user)//do some stuff }</description>
		<content:encoded><![CDATA[<p>Hi Wolfgang,</p>
<p>I just noticed that I didn&#8217;t register the methods for registered_user_protected_function and staff_protected_function in the gateway.py in my example code. This is necessary, of course, to call them from Flex.</p>
<p>Since login returns a user, I usually have a corresponding class mapped on the Flex side as a VO. The result will be a UserVO in this case so your function would be like this:</p>
<p>private function handleLoginResult(user:UserVO) { if(user)//do some stuff }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang</title>
		<link>http://joelhooks.com/2008/09/21/django-authorization-from-flex-air-actionscript-via-pyamf/#comment-2008</link>
		<dc:creator>Wolfgang</dc:creator>
		<pubDate>Sun, 28 Sep 2008 11:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=88#comment-2008</guid>
		<description>Just found your useful hints, but I'm running in some trouble with login and the results...

How does your methods for loginResult and handleFault look like? And how do you call registered_user_protected_function from flex? Do you need to login again?</description>
		<content:encoded><![CDATA[<p>Just found your useful hints, but I&#8217;m running in some trouble with login and the results&#8230;</p>
<p>How does your methods for loginResult and handleFault look like? And how do you call registered_user_protected_function from flex? Do you need to login again?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.182 seconds -->
