<?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: Java + Flex = Cool application and reliable back end!</title>
	<atom:link href="http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/</link>
	<description>Just a little about development! Think before you write!</description>
	<pubDate>Tue, 06 Jan 2009 02:13:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daxesh</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-7310</link>
		<dc:creator>Daxesh</dc:creator>
		<pubDate>Wed, 24 Dec 2008 05:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-7310</guid>
		<description>Hi, i m new to flex world. this article seems to be quite informative. I wud be glad if u ppl can help me in the below mentioned scenario, i have a server-based servlet component which will be be sending array of images to the client side.

Also if u can send me the source zip to understand the concept better.

Thanx.</description>
		<content:encoded><![CDATA[<p>Hi, i m new to flex world. this article seems to be quite informative. I wud be glad if u ppl can help me in the below mentioned scenario, i have a server-based servlet component which will be be sending array of images to the client side.</p>
<p>Also if u can send me the source zip to understand the concept better.</p>
<p>Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj Tiwari</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-6329</link>
		<dc:creator>Pankaj Tiwari</dc:creator>
		<pubDate>Thu, 27 Nov 2008 07:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-6329</guid>
		<description>Hi,
Good blog for understanding the communication between flex-servlet using HttpService method.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Good blog for understanding the communication between flex-servlet using HttpService method.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-5867</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-5867</guid>
		<description>probably you are having problems with flex "rights".
Flex can only make HTTP calls to the same host it was loaded.
FlexBuilder changes it configuration allowing the flash movie to call anything.
so if you load the movie from the same host you are calling, it will probably work.</description>
		<content:encoded><![CDATA[<p>probably you are having problems with flex &#8220;rights&#8221;.<br />
Flex can only make HTTP calls to the same host it was loaded.<br />
FlexBuilder changes it configuration allowing the flash movie to call anything.<br />
so if you load the movie from the same host you are calling, it will probably work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gallaharsha</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-5865</link>
		<dc:creator>gallaharsha</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-5865</guid>
		<description>Hi,
I have an issue.
I have created an application front end using flex builder which makes a http service call to  a servlet..what i dont understand is that when i run the application in flex builder it makess successful http call and retreieves data but when i copy the project to some where else and try to run the swf file , i dont get it making http call. I need to use the html, swf for my java project..so kindly tell me how it could be done

Thanks in advance..</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have an issue.<br />
I have created an application front end using flex builder which makes a http service call to  a servlet..what i dont understand is that when i run the application in flex builder it makess successful http call and retreieves data but when i copy the project to some where else and try to run the swf file , i dont get it making http call. I need to use the html, swf for my java project..so kindly tell me how it could be done</p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Areef</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-5825</link>
		<dc:creator>Abdul Areef</dc:creator>
		<pubDate>Mon, 10 Nov 2008 07:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-5825</guid>
		<description>Hi, 

 i have seen your article, very nice one,
here you are saying that, we can connect the Java with Flex using OpenAMF, 

 but the Code is not clear to me, is it possible to send the code to my mail id (areef.on@gmail.com).

i went one article , please gothrough it, its useful one.
  http://www.onjava.com/pub/a/onjava/2004/12/01/flexjava.html 

 i am new Flex Development, in my application, i have EJB -&#62; Struts -&#62; JSP to display the Data for UI, but i would like change it to Flex like, EJB -&#62; Struts -&#62; Flex. is it possible, please let me know your suggestion. 

thanks in advance...
areef</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p> i have seen your article, very nice one,<br />
here you are saying that, we can connect the Java with Flex using OpenAMF, </p>
<p> but the Code is not clear to me, is it possible to send the code to my mail id (areef.on@gmail.com).</p>
<p>i went one article , please gothrough it, its useful one.<br />
  <a href="http://www.onjava.com/pub/a/onjava/2004/12/01/flexjava.html" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.onjava.com');">http://www.onjava.com/pub/a/onjava/2004/12/01/flexjava.html</a> </p>
<p> i am new Flex Development, in my application, i have EJB -&gt; Struts -&gt; JSP to display the Data for UI, but i would like change it to Flex like, EJB -&gt; Struts -&gt; Flex. is it possible, please let me know your suggestion. </p>
<p>thanks in advance&#8230;<br />
areef</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhayalan B</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-4002</link>
		<dc:creator>Dhayalan B</dc:creator>
		<pubDate>Thu, 28 Aug 2008 06:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-4002</guid>
		<description>Hi,

Mike i would like to develop flex application, if you have any material please sens me the Following Address:

Dhayalan B
Fountainhead
189,Aarthi Chambers
Mountroad
Chennai-6
Tamilnadu
India.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Mike i would like to develop flex application, if you have any material please sens me the Following Address:</p>
<p>Dhayalan B<br />
Fountainhead<br />
189,Aarthi Chambers<br />
Mountroad<br />
Chennai-6<br />
Tamilnadu<br />
India.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajan</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-3010</link>
		<dc:creator>rajan</dc:creator>
		<pubDate>Tue, 01 Jul 2008 05:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-3010</guid>
		<description>This one is the good example , could you give me source code's zip file?</description>
		<content:encoded><![CDATA[<p>This one is the good example , could you give me source code&#8217;s zip file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AMAHI</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-2930</link>
		<dc:creator>AMAHI</dc:creator>
		<pubDate>Tue, 24 Jun 2008 10:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-2930</guid>
		<description>Hi,
I'm Trying to put your example in lotus Domino. It's not a formely J2EE server. I have some problems with the file path. what does this mean ?
"....TestService"
The four point is for ../../TestService ?
Thanks for this excelent post !</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m Trying to put your example in lotus Domino. It&#8217;s not a formely J2EE server. I have some problems with the file path. what does this mean ?<br />
&#8220;&#8230;.TestService&#8221;<br />
The four point is for ../../TestService ?<br />
Thanks for this excelent post !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ponic</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-2854</link>
		<dc:creator>Ponic</dc:creator>
		<pubDate>Sat, 14 Jun 2008 15:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-2854</guid>
		<description>I am looking to develop Flex dashboard and use Flex in a Portal environment.

However still not clear about building components like

Rich Internet Application (using DataGrids, Trees, Charting
Components, Drag and Drop behaviors,

If you any thoughts or information, kindly let me know.
Where do I start if I want to achieve Flex dashboard in a portal environment.

If anyone has any information, kindly email me at ponicpool at gmail dot com

Thanks</description>
		<content:encoded><![CDATA[<p>I am looking to develop Flex dashboard and use Flex in a Portal environment.</p>
<p>However still not clear about building components like</p>
<p>Rich Internet Application (using DataGrids, Trees, Charting<br />
Components, Drag and Drop behaviors,</p>
<p>If you any thoughts or information, kindly let me know.<br />
Where do I start if I want to achieve Flex dashboard in a portal environment.</p>
<p>If anyone has any information, kindly email me at ponicpool at gmail dot com</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dermot</title>
		<link>http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/comment-page-1/#comment-991</link>
		<dc:creator>Dermot</dc:creator>
		<pubDate>Thu, 31 Jan 2008 09:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/java-flex-cool-application-and-reliable-back-end/#comment-991</guid>
		<description>Hey,

Would it be possible to get a zip file with the final solution?

Cheers,
Derm</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Would it be possible to get a zip file with the final solution?</p>
<p>Cheers,<br />
Derm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
