<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Johlero - Cardoen Lieven &#187; fluorinefx</title>
	<atom:link href="http://blog.johlero.eu/category/fluorinefx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johlero.eu</link>
	<description>Software development</description>
	<lastBuildDate>Sun, 25 Jul 2010 16:52:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Making Service Accessible for FluorineFX</title>
		<link>http://blog.johlero.eu/2007/12/17/making-service-accessible-for-fluorinefx/</link>
		<comments>http://blog.johlero.eu/2007/12/17/making-service-accessible-for-fluorinefx/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[fluorinefx]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[accessible]]></category>
		<category><![CDATA[browse]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[remotingserviceattribute]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=29</guid>
		<description><![CDATA[With FluorineFX you need to add the tag [RemotingServiceAttribute]] to our service class to make it accessible. It means you need a hard reference to FluorineFX in your class. There&#8217;s however a configuration setting to make all services accessible at once: &#60;!&#8211; value=&#8221;browse&#124;access&#8221; &#8211;&#62; &#60;remotingServiceAttribute&#62;access&#60;/remotingServiceAttribute&#62;]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2007/12/17/making-service-accessible-for-fluorinefx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending Arrays instead of ArrayCollections in Fluorine &amp; FluorineFX</title>
		<link>http://blog.johlero.eu/2007/12/17/sending-arrays-instead-of-arraycollections-in-fluorine-fluorinefx/</link>
		<comments>http://blog.johlero.eu/2007/12/17/sending-arrays-instead-of-arraycollections-in-fluorine-fluorinefx/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:24:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[fluorinefx]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=28</guid>
		<description><![CDATA[In Fluorine: &#60;classMappings&#62;  &#60;classMapping&#62;   &#60;type&#62;&#60;![CDATA[System.Collections.Generic.List&#60;T&#62;]]&#62;&#60;/type&#62;   &#60;customClass&#62;Array&#60;/customClass&#62;  &#60;/classMapping&#62; &#60;/classMappings&#62; In FluorineFX: In services-config.xml &#60;channels&#62;  &#60;channel-definition id=&#8220;my-amf&#8220; class=&#8220;mx.messaging.channels.AMFChannel&#8220;&#62;   &#60;endpoint uri=&#8220;http://{server.name}:{server.port}/context.root}/Gateway.aspx&#8221;  class=&#8220;flex.messaging.endpoints.AMFEndpoint&#8220;/&#62;    &#60;properties&#62;     &#60;legacy-collection&#62;true&#60;/legacy-collection&#62;    &#60;/properties&#62;   &#60;/channel-definition&#62; &#60;!&#8211; &#60;channel-definition id=&#8221;my-rtmp&#8221; class=&#8221;mx.messaging.channels.RTMPChannel&#8221;&#62; &#60;endpoint uri=&#8221;rtmp://{server.name}:2037&#8243; class=&#8221;flex.messaging.endpoints.RTMPEndpoint&#8221;/&#62; &#60;properties&#62; &#60;idle-timeout-minutes&#62;20&#60;/idle-timeout-minutes&#62; &#60;/properties&#62; &#60;/channel-definition&#62; &#8211;&#62; &#60;/channels&#62;]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2007/12/17/sending-arrays-instead-of-arraycollections-in-fluorine-fluorinefx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>.NET Invocation guide for Flash Remoting clients AS3</title>
		<link>http://blog.johlero.eu/2007/12/17/net-invocation-guide-for-flash-remoting-clients-as3/</link>
		<comments>http://blog.johlero.eu/2007/12/17/net-invocation-guide-for-flash-remoting-clients-as3/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:18:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[fluorinefx]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[AMF0]]></category>
		<category><![CDATA[AMF3]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[fluorine]]></category>
		<category><![CDATA[NetConnection]]></category>
		<category><![CDATA[ObjectEncoding]]></category>
		<category><![CDATA[registerClassAlias]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Weborb]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=26</guid>
		<description><![CDATA[Finding examples with AS2 to do a Remote Call (Fluorine or WebORB) is easy. However, finding an example for AS3 is very, very hard. Here's how you do it (thanks to Ward De Langhe): PLAIN TEXT Actionscript: private function getGalleryData&#40;&#41;:void&#123; &#160; registerClassAlias&#40;"logics.BLL.CollectionEntity",GalleryVO&#41;; registerClassAlias&#40;"logics.BLL.GridRowEntity",GalleryRowVO&#41;; registerClassAlias&#40;"logics.BLL.PictureEntity",GalleryImageVO&#41;; &#160; galleryService=new NetConnection&#40;&#41;; galleryService.objectEncoding=ObjectEncoding.AMF0; galleryService.connect&#40;SiteModel.GATEWAY_URL&#41;; //SiteModel.GATEWAY_URL is url path to your [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2007/12/17/net-invocation-guide-for-flash-remoting-clients-as3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XML-Problem Fluorine (SOLVED)</title>
		<link>http://blog.johlero.eu/2007/12/05/xml-problem-fluorine/</link>
		<comments>http://blog.johlero.eu/2007/12/05/xml-problem-fluorine/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 17:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fluorinefx]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[charles]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[fluorine]]></category>
		<category><![CDATA[root element is missing]]></category>
		<category><![CDATA[Weborb]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=22</guid>
		<description><![CDATA[SOLVED WITH FLUORINEFX VERSION 1.0.0.3! In Fluorine there seems to be a problem with sending a xml object with null as a value. Next screenshot is taken from Charles. As you can see there's a property Content which has null as a value. The property Content is typed to XML in Flex. The error I [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2007/12/05/xml-problem-fluorine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
