<?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: BlazeDS &#8211; Spring Integration</title>
	<atom:link href="http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/</link>
	<description>Every day is a journey, and the journey itself is home</description>
	<lastBuildDate>Mon, 13 Jul 2009 06:50:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Kenneth Ranosa</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-466</link>
		<dc:creator>Mark Kenneth Ranosa</dc:creator>
		<pubDate>Sun, 05 Jul 2009 02:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-466</guid>
		<description>Venkat, JettyFan and Maverick

You guys are missing servlet-api.jar. In order for you to see FlexContext.getServletConfig you have to add servlet-api.jar in your web app library.

Regards,
Ken</description>
		<content:encoded><![CDATA[<p>Venkat, JettyFan and Maverick</p>
<p>You guys are missing servlet-api.jar. In order for you to see FlexContext.getServletConfig you have to add servlet-api.jar in your web app library.</p>
<p>Regards,<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YouRock!!!!</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-460</link>
		<dc:creator>YouRock!!!!</dc:creator>
		<pubDate>Tue, 19 May 2009 15:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-460</guid>
		<description>I have been struggling with this for literally days.  Thank you so much for this &quot;from the ground up&quot; writeup.  I do not have Flex Builder and I was struggling with getting my applications to connect to the AMF providers.  I though I tried everything.  I even set the context-root to no avail!  Apparently I did not have my syntax correct.

After looking at your examples I was able to get it to connect properly and I am off and running!  

Thank you, Thank you, Thank you,
Ben</description>
		<content:encoded><![CDATA[<p>I have been struggling with this for literally days.  Thank you so much for this &#8220;from the ground up&#8221; writeup.  I do not have Flex Builder and I was struggling with getting my applications to connect to the AMF providers.  I though I tried everything.  I even set the context-root to no avail!  Apparently I did not have my syntax correct.</p>
<p>After looking at your examples I was able to get it to connect properly and I am off and running!  </p>
<p>Thank you, Thank you, Thank you,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JettyFan</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-451</link>
		<dc:creator>JettyFan</dc:creator>
		<pubDate>Tue, 17 Feb 2009 14:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-451</guid>
		<description>I got the same error that Venkat and Maverick reported.
Help is much appreciated!</description>
		<content:encoded><![CDATA[<p>I got the same error that Venkat and Maverick reported.<br />
Help is much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-449</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Mon, 01 Dec 2008 07:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-449</guid>
		<description>Hi,

I got the same error that Maverick got. I use myeclipse and I added web project capablities and the compile errors were gone. but when I tried to restart my server I got an errror which says

javax.servlet.UnavailableException: An error occurred trying to construct FlexFactory &#039;flex.samples.factories.SpringFactory&#039;.   The underlying cause is: &#039;java.lang.Error: Unresolved compilation problems: 
	The type javax.servlet.ServletContext cannot be resolved. It is indirectly referenced from required .class files
	The type javax.servlet.ServletConfig cannot be resolved. It is indirectly referenced from required .class files
	The method getServletContext() is undefined for the type ServletConfig
&#039;.
	at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)


Any idea why?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I got the same error that Maverick got. I use myeclipse and I added web project capablities and the compile errors were gone. but when I tried to restart my server I got an errror which says</p>
<p>javax.servlet.UnavailableException: An error occurred trying to construct FlexFactory &#8216;flex.samples.factories.SpringFactory&#8217;.   The underlying cause is: &#8216;java.lang.Error: Unresolved compilation problems:<br />
	The type javax.servlet.ServletContext cannot be resolved. It is indirectly referenced from required .class files<br />
	The type javax.servlet.ServletConfig cannot be resolved. It is indirectly referenced from required .class files<br />
	The method getServletContext() is undefined for the type ServletConfig<br />
&#8216;.<br />
	at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)</p>
<p>Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trung</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-443</link>
		<dc:creator>Trung</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-443</guid>
		<description>To get the http session, you can use static methods provided in FlexContext

Tricky thing is when you write test cases that use FlexContext, you need to use AspectJ to intercept to FlexContext and recompile it into a library to be used in your testcases</description>
		<content:encoded><![CDATA[<p>To get the http session, you can use static methods provided in FlexContext</p>
<p>Tricky thing is when you write test cases that use FlexContext, you need to use AspectJ to intercept to FlexContext and recompile it into a library to be used in your testcases</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trung</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-442</link>
		<dc:creator>Trung</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-442</guid>
		<description>Please have a try with maven-blazeds-spring-archetype at http://code.google.com/p/maven-blazeds-spring-archetype/

This project aims to create the basic project structure for you to start with maven2, blazeds, spring stacks
The project created from the archetype has strong integration with Eclipse, Flex Builder and WTP</description>
		<content:encoded><![CDATA[<p>Please have a try with maven-blazeds-spring-archetype at <a href="http://code.google.com/p/maven-blazeds-spring-archetype/" rel="nofollow">http://code.google.com/p/maven-blazeds-spring-archetype/</a></p>
<p>This project aims to create the basic project structure for you to start with maven2, blazeds, spring stacks<br />
The project created from the archetype has strong integration with Eclipse, Flex Builder and WTP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrisl</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-441</link>
		<dc:creator>Chrisl</dc:creator>
		<pubDate>Wed, 24 Sep 2008 16:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-441</guid>
		<description>Hi. Found this extremely useful, thanks. I extended it to work in Eclipse too -- http://www.blackpepper.co.uk/black-pepper-blog/Saddling-Blaze-Adventures-with-BlazeDS-part-1-Eclipse-.html</description>
		<content:encoded><![CDATA[<p>Hi. Found this extremely useful, thanks. I extended it to work in Eclipse too &#8212; <a href="http://www.blackpepper.co.uk/black-pepper-blog/Saddling-Blaze-Adventures-with-BlazeDS-part-1-Eclipse-.html" rel="nofollow">http://www.blackpepper.co.uk/black-pepper-blog/Saddling-Blaze-Adventures-with-BlazeDS-part-1-Eclipse-.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silent Walker</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-439</link>
		<dc:creator>Silent Walker</dc:creator>
		<pubDate>Sun, 20 Jul 2008 23:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-439</guid>
		<description>Hi, Yes I did. It was pretty simple actually. You can get the request/session object from a static method, I forgot the name. Its been a long time and I don&#039;t have the code right now...</description>
		<content:encoded><![CDATA[<p>Hi, Yes I did. It was pretty simple actually. You can get the request/session object from a static method, I forgot the name. Its been a long time and I don&#8217;t have the code right now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crystal Lake</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-438</link>
		<dc:creator>Crystal Lake</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-438</guid>
		<description>Hello,

Did you follow up with:
Next stop is to find out how BlazeDS handles authentication and how can I get access to HttpSession.

Did you succeed?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Did you follow up with:<br />
Next stop is to find out how BlazeDS handles authentication and how can I get access to HttpSession.</p>
<p>Did you succeed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: వికటకవి</title>
		<link>http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-413</link>
		<dc:creator>వికటకవి</dc:creator>
		<pubDate>Sun, 04 May 2008 22:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://silentwalker.wordpress.com/2008/01/09/blazeds-spring-integration/#comment-413</guid>
		<description>Hey, i am having problem using mxmlc in ant. could you send your build file? thx.</description>
		<content:encoded><![CDATA[<p>Hey, i am having problem using mxmlc in ant. could you send your build file? thx.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
