<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The Flex, Cairngorm, and .Net Cocktail</title>
	<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/</link>
	<description></description>
	<pubDate>Fri, 30 Jul 2010 16:09:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: <![CDATA[Michael Bendio]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-361</link>
		<author><![CDATA[Michael Bendio]]></author>
		<pubDate>Wed, 08 Aug 2007 19:31:44 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-361</guid>
		<description>Sorry for the noise. I had several tabs open and posted this comment in the wrong one...</description>
		<content:encoded><![CDATA[<p>Sorry for the noise. I had several tabs open and posted this comment in the wrong one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Michael Bendio]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-351</link>
		<author><![CDATA[Michael Bendio]]></author>
		<pubDate>Tue, 07 Aug 2007 20:52:33 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-351</guid>
		<description>Under linux, mxmlc client.mxml gives this error:
client.mxml(3): Error: Could not resolve  to a component implementation
xmlns:ak33m="http://ak33m.com/mxml" layout="absolute"&#62;

as3-rpclib.swc is in the same directory as client.xml and this is where I invoke mxmlc.

Hoping for your compassion and good will in helping me out...</description>
		<content:encoded><![CDATA[<p>Under linux, mxmlc client.mxml gives this error:<br />
client.mxml(3): Error: Could not resolve  to a component implementation<br />
xmlns:ak33m=&#8221;http://ak33m.com/mxml&#8221; layout=&#8221;absolute&#8221;&gt;</p>
<p>as3-rpclib.swc is in the same directory as client.xml and this is where I invoke mxmlc.</p>
<p>Hoping for your compassion and good will in helping me out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Tom Van den Eynde]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-362</link>
		<author><![CDATA[Tom Van den Eynde]]></author>
		<pubDate>Wed, 01 Aug 2007 12:45:56 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-362</guid>
		<description>Mark,

Sorry - lost your email on vacation (my webmail s*cks). Regarding my lazy loading comment: if you have related-tables 2 or more levels deep than it's not really practical to work with event listeners. You could easily end up with hundred active event listeners. Being able to do synchronous calls would be soooo helpful in soo many cases. But I know that this has more to do with Flex than with WebOrb. Regarding the datasets: I didn't mean to blame WebOrb for the lack of .NET dataset support. It's just a shame that Flex (in combination for example with webservices) doesn't support .NET datasets. Because what could be easier than getting a dataset from .NET in Flex, do updates in at (add/update/delete records) and send the diffgram using webservices  back for processing by .NET... It could be that WebOrb supports this (could you confirm/deny this?) but this isn't a cheap solution (in case of more than 1 processor)...

Regards,
Tom</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>Sorry - lost your email on vacation (my webmail s*cks). Regarding my lazy loading comment: if you have related-tables 2 or more levels deep than it&#8217;s not really practical to work with event listeners. You could easily end up with hundred active event listeners. Being able to do synchronous calls would be soooo helpful in soo many cases. But I know that this has more to do with Flex than with WebOrb. Regarding the datasets: I didn&#8217;t mean to blame WebOrb for the lack of .NET dataset support. It&#8217;s just a shame that Flex (in combination for example with webservices) doesn&#8217;t support .NET datasets. Because what could be easier than getting a dataset from .NET in Flex, do updates in at (add/update/delete records) and send the diffgram using webservices  back for processing by .NET&#8230; It could be that WebOrb supports this (could you confirm/deny this?) but this isn&#8217;t a cheap solution (in case of more than 1 processor)&#8230;</p>
<p>Regards,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Alper Unek]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-364</link>
		<author><![CDATA[Alper Unek]]></author>
		<pubDate>Mon, 23 Jul 2007 07:29:59 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-364</guid>
		<description>Hi again,

The tags were deleted by the commenting system, the full error message is
"Could not resolve &#38;ltcairngorm:ServiceLocator&#38;gt to a component implementation."</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>The tags were deleted by the commenting system, the full error message is<br />
&#8220;Could not resolve &amp;ltcairngorm:ServiceLocator&amp;gt to a component implementation.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Alper Unek]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-363</link>
		<author><![CDATA[Alper Unek]]></author>
		<pubDate>Mon, 23 Jul 2007 07:26:54 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-363</guid>
		<description>Hi,
Downloaded the codes, created the project but can't run it. There is an error in servicelocator.mxml file, the message is:
"Could not resolve  to a component implementation."
I've seen this error several times but don't know how to fix it. Does anybody?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Downloaded the codes, created the project but can&#8217;t run it. There is an error in servicelocator.mxml file, the message is:<br />
&#8220;Could not resolve  to a component implementation.&#8221;<br />
I&#8217;ve seen this error several times but don&#8217;t know how to fix it. Does anybody?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Mark Piller]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-358</link>
		<author><![CDATA[Mark Piller]]></author>
		<pubDate>Thu, 05 Jul 2007 14:28:15 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-358</guid>
		<description>Tom, sent you an email, but have not heard back.

I am not quite sure what you meant by lazy loading in WebORB? Could you please give me an example?

Also, as for the support for DataSets, they are supported out of the box. Here's more info:
http://www.adobe.com/devnet/flex/articles/net_interop_05.html</description>
		<content:encoded><![CDATA[<p>Tom, sent you an email, but have not heard back.</p>
<p>I am not quite sure what you meant by lazy loading in WebORB? Could you please give me an example?</p>
<p>Also, as for the support for DataSets, they are supported out of the box. Here&#8217;s more info:<br />
<a href="http://www.adobe.com/devnet/flex/articles/net_interop_05.html" rel="nofollow" onclick="javascript:urchinTracker('/outbound/comment/www.adobe.com');">http://www.adobe.com/devnet/flex/articles/net_interop_05.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Tom]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-350</link>
		<author><![CDATA[Tom]]></author>
		<pubDate>Thu, 28 Jun 2007 09:20:40 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-350</guid>
		<description>I agree with Initapp that using webservices makes the task less daunting. And I know from experience that the lazy loading stuff of WebOrb isn't necessarily making things any easier... Also the cryptic error messages like 'error' when using WebOrb aren't really helping out when they should. The sad thing is that there isn't any decent support for .NET datasets. Most developers still use them and it would make live for all .NET developers 100 times easier when interfacing with Flex. Sadly enough things aren't really moving forward :(</description>
		<content:encoded><![CDATA[<p>I agree with Initapp that using webservices makes the task less daunting. And I know from experience that the lazy loading stuff of WebOrb isn&#8217;t necessarily making things any easier&#8230; Also the cryptic error messages like &#8216;error&#8217; when using WebOrb aren&#8217;t really helping out when they should. The sad thing is that there isn&#8217;t any decent support for .NET datasets. Most developers still use them and it would make live for all .NET developers 100 times easier when interfacing with Flex. Sadly enough things aren&#8217;t really moving forward <img src='http://initApp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Mark Piller]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-352</link>
		<author><![CDATA[Mark Piller]]></author>
		<pubDate>Thu, 21 Jun 2007 21:21:23 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-352</guid>
		<description>Initapp, I understand your concerns and I am not asking for a leap of faith here. Anyone would have to make their own judgment on whether they trust a software vendor to be there when you need them. Thousands of developers from small to large companies use our product on daily basis and that explains why we're still around after almost 5 years in business.

Sorry you didn't find the session valuable. (Btw, was it my or Harris' session?) I do not think we made any misrepresentations and did cover webservices and http services in addition to remoting.</description>
		<content:encoded><![CDATA[<p>Initapp, I understand your concerns and I am not asking for a leap of faith here. Anyone would have to make their own judgment on whether they trust a software vendor to be there when you need them. Thousands of developers from small to large companies use our product on daily basis and that explains why we&#8217;re still around after almost 5 years in business.</p>
<p>Sorry you didn&#8217;t find the session valuable. (Btw, was it my or Harris&#8217; session?) I do not think we made any misrepresentations and did cover webservices and http services in addition to remoting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[initapp]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-360</link>
		<author><![CDATA[initapp]]></author>
		<pubDate>Thu, 21 Jun 2007 14:42:28 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-360</guid>
		<description>Hey Mark,

1. Thanks for your non-biased opinion. I'm sure that fact that you work for WebOrb had nothing to do with your hostility.

2. My intention wasn't to say that if you use Weborb your project is a goner. A suicide could be a good drink, but it was going to be difficult to tell what you would get when mixing so many things together. I was just trying to say that you can make larger applications in flex without the use of a third party software like weborb its a lot to take on all at once. Using your software is like putting you on my team. I trust microsoft and adobe and they're cool on my team, you, I'm not sure about yet. If i'm on a tight deadline and we're having a problem with webOrb(not the 10,000 dollar per cpu version), are you going to be there?

3. The session midnight coders did on Flex and .Net at the 360 conference was the most disappointing of the conference. Why? Because it was a glorified ad for your software. You didn't go through any examples of alternative ways to build applications with Flex and .Net other than the webOrb way. Above is an example of that.

The real point of the article was to give a couple of simple building blocks for new flex developers (especially) .net developers that are apprehensive about trying flex. They can use these blocks to start understanding what a standard design pattern and framework is like to use in a flex application. Also, what is a simple way to connect it to their backend. After they gain trust with Flex itself then other elements can be introduced to them like WebOrb and Flourine.

Everyones got to start somewhere.

Thanks -s

PS: I will be putting up my thoughts on spending 5 minutes with webOrb in the future. I'll email you.</description>
		<content:encoded><![CDATA[<p>Hey Mark,</p>
<p>1. Thanks for your non-biased opinion. I&#8217;m sure that fact that you work for WebOrb had nothing to do with your hostility.</p>
<p>2. My intention wasn&#8217;t to say that if you use Weborb your project is a goner. A suicide could be a good drink, but it was going to be difficult to tell what you would get when mixing so many things together. I was just trying to say that you can make larger applications in flex without the use of a third party software like weborb its a lot to take on all at once. Using your software is like putting you on my team. I trust microsoft and adobe and they&#8217;re cool on my team, you, I&#8217;m not sure about yet. If i&#8217;m on a tight deadline and we&#8217;re having a problem with webOrb(not the 10,000 dollar per cpu version), are you going to be there?</p>
<p>3. The session midnight coders did on Flex and .Net at the 360 conference was the most disappointing of the conference. Why? Because it was a glorified ad for your software. You didn&#8217;t go through any examples of alternative ways to build applications with Flex and .Net other than the webOrb way. Above is an example of that.</p>
<p>The real point of the article was to give a couple of simple building blocks for new flex developers (especially) .net developers that are apprehensive about trying flex. They can use these blocks to start understanding what a standard design pattern and framework is like to use in a flex application. Also, what is a simple way to connect it to their backend. After they gain trust with Flex itself then other elements can be introduced to them like WebOrb and Flourine.</p>
<p>Everyones got to start somewhere.</p>
<p>Thanks -s</p>
<p>PS: I will be putting up my thoughts on spending 5 minutes with webOrb in the future. I&#8217;ll email you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <![CDATA[Mark Piller]]></title>
		<link>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-354</link>
		<author><![CDATA[Mark Piller]]></author>
		<pubDate>Thu, 21 Jun 2007 12:17:58 +0000</pubDate>
		<guid>http://initApp.com/2007/06/21/the-flex-cairngorm-and-net-cocktail/#comment-354</guid>
		<description>Posts like this do not make the task of Flex and .NET integration any clearer. The soda fountain analogy tells you have not spent any time trying to understand what individual components do. Anyone who spends no more than 5 minutes would know that either WebORB of Fluorine can do an excellent job  in bringing Flex and .NET together *alone*.

And by way choosing Cairngorm to do web-services based integration with .Net is a HUGE overkill. It is like using an elephant to move a matchbox.

Cheers,
Mark</description>
		<content:encoded><![CDATA[<p>Posts like this do not make the task of Flex and .NET integration any clearer. The soda fountain analogy tells you have not spent any time trying to understand what individual components do. Anyone who spends no more than 5 minutes would know that either WebORB of Fluorine can do an excellent job  in bringing Flex and .NET together *alone*.</p>
<p>And by way choosing Cairngorm to do web-services based integration with .Net is a HUGE overkill. It is like using an elephant to move a matchbox.</p>
<p>Cheers,<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
