<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Session data management in Flex Remoting</title>
	<atom:link href="http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/feed/" rel="self" type="application/rss+xml" />
	<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Nov 2009 08:57:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dev</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-27712</link>
		<dc:creator>dev</dc:creator>
		<pubDate>Wed, 21 Oct 2009 05:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-27712</guid>
		<description>Hi,

great sample..

Im not able to compile java file..showing comiple time error: package flex.messaging does not exist..
can you please guide me on this..


thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great sample..</p>
<p>Im not able to compile java file..showing comiple time error: package flex.messaging does not exist..<br />
can you please guide me on this..</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauranga</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-27579</link>
		<dc:creator>Gauranga</dc:creator>
		<pubDate>Sun, 27 Sep 2009 18:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-27579</guid>
		<description>Hi,

Excellent post, helped alot!

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excellent post, helped alot!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujit Reddy G</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-27447</link>
		<dc:creator>Sujit Reddy G</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-27447</guid>
		<description>Hi Aina,

I am sorry I don&#039;t have much knowledge on this. I will see if I can understand or get some one to help you out. :)</description>
		<content:encoded><![CDATA[<p>Hi Aina,</p>
<p>I am sorry I don&#8217;t have much knowledge on this. I will see if I can understand or get some one to help you out. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aina</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-27367</link>
		<dc:creator>Aina</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-27367</guid>
		<description>hi all

I&#039;ve just load-tested the Spring Blaze DS sample app on springsource website. I use JMeter as a load-testing tool.
JMeter has an internal proxy that lets you record the http session by just starting the proxy and interacting with your web app as you would in normal situations. And once you have the scenario, you can tell JMeter to play it back on your web app so as to generate load on your server.
Everything is okay when dealing with the Spring blaze DS sample App.


But I’ve tried to load test another flex app. Actually, JMeter can record the scenario but when playing it back : i have 100% errors on some of my swf :’(

Do you know whether there are some constraints to manage when dealing with Flex apps ? I mean something with the SESSION for example (session ids etc)...

thanks in advance for your help ...</description>
		<content:encoded><![CDATA[<p>hi all</p>
<p>I&#8217;ve just load-tested the Spring Blaze DS sample app on springsource website. I use JMeter as a load-testing tool.<br />
JMeter has an internal proxy that lets you record the http session by just starting the proxy and interacting with your web app as you would in normal situations. And once you have the scenario, you can tell JMeter to play it back on your web app so as to generate load on your server.<br />
Everything is okay when dealing with the Spring blaze DS sample App.</p>
<p>But I’ve tried to load test another flex app. Actually, JMeter can record the scenario but when playing it back : i have 100% errors on some of my swf :’(</p>
<p>Do you know whether there are some constraints to manage when dealing with Flex apps ? I mean something with the SESSION for example (session ids etc)&#8230;</p>
<p>thanks in advance for your help &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujit Reddy G</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-27237</link>
		<dc:creator>Sujit Reddy G</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-27237</guid>
		<description>Hi Ragini,

Please try this

private FlexSession session;
session = FlexContext.getFlexSession();
session.setTimeoutPeriod(0);

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Ragini,</p>
<p>Please try this</p>
<p>private FlexSession session;<br />
session = FlexContext.getFlexSession();<br />
session.setTimeoutPeriod(0);</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujit Reddy G</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-27236</link>
		<dc:creator>Sujit Reddy G</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-27236</guid>
		<description>Hi Mohamans,

Can you please check and make sure the call to FlexSession.addSessionCreatedListener(new MyFlexSessionListener()); is made. I am planning to write a blog post on how to do this, but honestly got stuck with a lot of deadlines :(

Hope this helps :)</description>
		<content:encoded><![CDATA[<p>Hi Mohamans,</p>
<p>Can you please check and make sure the call to FlexSession.addSessionCreatedListener(new MyFlexSessionListener()); is made. I am planning to write a blog post on how to do this, but honestly got stuck with a lot of deadlines <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Hope this helps <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujit Reddy G</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-27234</link>
		<dc:creator>Sujit Reddy G</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-27234</guid>
		<description>Hi daslicht,

subscribed users are the users subscribed to a messaging destination. If you are not using messaging and want to maintain a list of users logged in to your server, you will have to register a session listener and maintain list of users when the sessions are created.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi daslicht,</p>
<p>subscribed users are the users subscribed to a messaging destination. If you are not using messaging and want to maintain a list of users logged in to your server, you will have to register a session listener and maintain list of users when the sessions are created.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragini</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-26125</link>
		<dc:creator>Ragini</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-26125</guid>
		<description>Hi,

how to specify the session time out for flex session ?

thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how to specify the session time out for flex session ?</p>
<p>thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daslicht</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-26104</link>
		<dc:creator>daslicht</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-26104</guid>
		<description>Hm, I dont get it , how could I use that to get all subscribed users ?</description>
		<content:encoded><![CDATA[<p>Hm, I dont get it , how could I use that to get all subscribed users ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dl</title>
		<link>http://sujitreddyg.wordpress.com/2008/05/16/session-data-management-in-flex-remoting/#comment-25623</link>
		<dc:creator>dl</dc:creator>
		<pubDate>Mon, 15 Jun 2009 13:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://sujitreddyg.wordpress.com/?p=57#comment-25623</guid>
		<description>cool ,
i try that ! thanks alot !</description>
		<content:encoded><![CDATA[<p>cool ,<br />
i try that ! thanks alot !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
