<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Integrate flex security in Mate using the spring BlazeDS integration project</title>
	<atom:link href="http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:11:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Archana</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-31233</link>
		<dc:creator>Archana</dc:creator>
		<pubDate>Mon, 13 Jun 2011 05:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-31233</guid>
		<description>Hi,

This example helped me a lot in understanding the Spring security and to start up my project.
Can you tell us an example , if I want extra field &quot;Domain &quot; with username and password in login page using flex.
I know how to do in Spring and JSP , but i guess Flex Channel do not provide any field other than username/password for authentication.

Your input will really help me to fix this issue.

Thanks
Archana</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This example helped me a lot in understanding the Spring security and to start up my project.<br />
Can you tell us an example , if I want extra field &#8220;Domain &#8221; with username and password in login page using flex.<br />
I know how to do in Spring and JSP , but i guess Flex Channel do not provide any field other than username/password for authentication.</p>
<p>Your input will really help me to fix this issue.</p>
<p>Thanks<br />
Archana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-31186</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Sat, 19 Mar 2011 20:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-31186</guid>
		<description>This is session based and therefore out-of-the-box functionality</description>
		<content:encoded><![CDATA[<p>This is session based and therefore out-of-the-box functionality</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-31185</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Sat, 19 Mar 2011 19:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-31185</guid>
		<description>I am not sure if I completely understood the example, but where is the part where you check if the user is already authenticated?
In other words, have you used spring security&#039;s remember-me functionality to make authentication work across browser invocations by using a remember-me token??</description>
		<content:encoded><![CDATA[<p>I am not sure if I completely understood the example, but where is the part where you check if the user is already authenticated?<br />
In other words, have you used spring security&#8217;s remember-me functionality to make authentication work across browser invocations by using a remember-me token??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Spring BlazeDS Integration 1.0 &#124; SpringSource Team Blog</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-31167</link>
		<dc:creator>Using Spring BlazeDS Integration 1.0 &#124; SpringSource Team Blog</dc:creator>
		<pubDate>Mon, 14 Feb 2011 22:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-31167</guid>
		<description>[...] of the samples in the test drive to learn more. While you&#039;re at it, check out these additional samples built by some of our active community members, and take a look at the community-driven Spring [...]</description>
		<content:encoded><![CDATA[<p>[...] of the samples in the test drive to learn more. While you&#039;re at it, check out these additional samples built by some of our active community members, and take a look at the community-driven Spring [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HDave</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30484</link>
		<dc:creator>HDave</dc:creator>
		<pubDate>Wed, 15 Sep 2010 01:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30484</guid>
		<description>Can you clarify a few things surrounding how your kept from having to hard code the server name, port, and context.  It looks like you are using a properties file via org.springextensions.actionscript.collections.Properties.  What is this thing?  Where did you find it?  Also, I cannot seem to locate the &quot;config.properties&quot; file it seems to be loading.  Can you clarify?</description>
		<content:encoded><![CDATA[<p>Can you clarify a few things surrounding how your kept from having to hard code the server name, port, and context.  It looks like you are using a properties file via org.springextensions.actionscript.collections.Properties.  What is this thing?  Where did you find it?  Also, I cannot seem to locate the &#8220;config.properties&#8221; file it seems to be loading.  Can you clarify?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HDave</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30483</link>
		<dc:creator>HDave</dc:creator>
		<pubDate>Wed, 15 Sep 2010 00:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30483</guid>
		<description>Thanks for the excellent example.  I am confused by one thing however.  You use the &quot;flex:message-broker&quot; tag within spring-web.xml and you also configure a remoting-service within your services-config.xml file.  I thought the Flex-Spring integration eliminated the need to explicitly configure a remoting-service when you use the flex:message-broker tag.  Is this not the case?</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent example.  I am confused by one thing however.  You use the &#8220;flex:message-broker&#8221; tag within spring-web.xml and you also configure a remoting-service within your services-config.xml file.  I thought the Flex-Spring integration eliminated the need to explicitly configure a remoting-service when you use the flex:message-broker tag.  Is this not the case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30481</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Mon, 13 Sep 2010 16:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30481</guid>
		<description>I don&#039;t mind if you use the code, not sure about letting others download it. But I guess it is ok. Of course do mention where you got it from. Also be sure that this is still the most optimal way to do it. A lot has changed since this post. So you might want to do some further investigation. Also check my post about the parsley framework.
&lt;a href=&quot;/2010/02/25/creating-a-sample-for-axon-using-flex-and-parsley/&quot; rel=&quot;nofollow&quot;&gt;Parsley example&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t mind if you use the code, not sure about letting others download it. But I guess it is ok. Of course do mention where you got it from. Also be sure that this is still the most optimal way to do it. A lot has changed since this post. So you might want to do some further investigation. Also check my post about the parsley framework.<br />
<a href="/2010/02/25/creating-a-sample-for-axon-using-flex-and-parsley/" rel="nofollow">Parsley example</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30479</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Mon, 13 Sep 2010 12:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30479</guid>
		<description>Is it okay to use this code in my website and also keep it open for others to download?</description>
		<content:encoded><![CDATA[<p>Is it okay to use this code in my website and also keep it open for others to download?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30474</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Sat, 11 Sep 2010 05:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30474</guid>
		<description>Hi I used Mate for multiple projects. It is a nice framework. However my last project I have done with Parsley. I like THE idea behind Parsley netter than I like Mate. Dependency injection is à lot better. Therefore, especially as à Java programmer, I thinking Thatcher parsley Suits better. Search on this blog and you will Finder à thorough post about parsley as well.</description>
		<content:encoded><![CDATA[<p>Hi I used Mate for multiple projects. It is a nice framework. However my last project I have done with Parsley. I like THE idea behind Parsley netter than I like Mate. Dependency injection is à lot better. Therefore, especially as à Java programmer, I thinking Thatcher parsley Suits better. Search on this blog and you will Finder à thorough post about parsley as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seismael</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30471</link>
		<dc:creator>seismael</dc:creator>
		<pubDate>Fri, 10 Sep 2010 22:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30471</guid>
		<description>Hi,

I am new flex developer, and was wondering, why you are using MATE framework, is it better than parsley, because my team leader choose the parsley framework over mate, he thinks that its easer for use and less restrictive!!! 

thanks for such a perfect example.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new flex developer, and was wondering, why you are using MATE framework, is it better than parsley, because my team leader choose the parsley framework over mate, he thinks that its easer for use and less restrictive!!! </p>
<p>thanks for such a perfect example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

