<?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: Swiz Autowire View</title>
	<atom:link href="http://soenkerohde.com/2009/05/swiz-autowire-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2009/05/swiz-autowire-view/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Sat, 24 Jul 2010 13:37:31 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rupert</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-28277</link>
		<dc:creator>Rupert</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-28277</guid>
		<description>Great Sönke I will keep an eye on swiz site for 1.0 release.
best wishes and good luck!</description>
		<content:encoded><![CDATA[<p>Great Sönke I will keep an eye on swiz site for 1.0 release.<br />
best wishes and good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-28276</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-28276</guid>
		<description>I am glad that you like Swiz and yes, it feels so good when you come from Cairngorm and can get rid of all this boiler plate code!
swizframework.org should have all main docs. For further information try the blogs of the Swiz team members and examples listed on swizframework.org.

Swiz 1.0 is around the corner so be sure to get tons of new docs and examples soon.
However, this should not stop you from using 0.6.4 and when 1.0 is ready the transition should be pretty easy.</description>
		<content:encoded><![CDATA[<p>I am glad that you like Swiz and yes, it feels so good when you come from Cairngorm and can get rid of all this boiler plate code!<br />
swizframework.org should have all main docs. For further information try the blogs of the Swiz team members and examples listed on swizframework.org.</p>
<p>Swiz 1.0 is around the corner so be sure to get tons of new docs and examples soon.<br />
However, this should not stop you from using 0.6.4 and when 1.0 is ready the transition should be pretty easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupert</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-28275</link>
		<dc:creator>Rupert</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-28275</guid>
		<description>Ok, thanks a lot Sönke. I am taking my first steps with Swiz and I find it very interesting, ligthyears ahead from Cairngorm2 (which I used a few times). I wonder if there is some documentation available about all this Swiz tags features. I have already browsed swizframework.org and read the examples but I think they not cover all the nice features Swiz offers. I don&#039;t want to sound ungrateful like demanding more documentation I see swiz team efford and goodwill, just asking if you could recommend some posts, lectures, books or whatever.

best regards.</description>
		<content:encoded><![CDATA[<p>Ok, thanks a lot Sönke. I am taking my first steps with Swiz and I find it very interesting, ligthyears ahead from Cairngorm2 (which I used a few times). I wonder if there is some documentation available about all this Swiz tags features. I have already browsed swizframework.org and read the examples but I think they not cover all the nice features Swiz offers. I don&#8217;t want to sound ungrateful like demanding more documentation I see swiz team efford and goodwill, just asking if you could recommend some posts, lectures, books or whatever.</p>
<p>best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-28274</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 16 Feb 2010 01:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-28274</guid>
		<description>Rupert, currently Swiz only support autowire view by type so you would have to subclass Panel to inject them by type into different mediators.</description>
		<content:encoded><![CDATA[<p>Rupert, currently Swiz only support autowire view by type so you would have to subclass Panel to inject them by type into different mediators.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupert</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-28273</link>
		<dc:creator>Rupert</dc:creator>
		<pubDate>Tue, 16 Feb 2010 01:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-28273</guid>
		<description>Hi I wonder if it&#039;s possible to wire two different view instances to two different view mediators.
I mean:
mediator1-----&gt;employeesPanel(Panel)
mediator2-----&gt;productsPanel(Panel)

where mediator1 and 2 are instances of different mediator classes and employeesPanel and productsPanel are instances of Panel.
Is it posible to specify an id on the autowire tag?
Hope I have expressed myself correctly.</description>
		<content:encoded><![CDATA[<p>Hi I wonder if it&#8217;s possible to wire two different view instances to two different view mediators.<br />
I mean:<br />
mediator1&#8212;&#8211;&gt;employeesPanel(Panel)<br />
mediator2&#8212;&#8211;&gt;productsPanel(Panel)</p>
<p>where mediator1 and 2 are instances of different mediator classes and employeesPanel and productsPanel are instances of Panel.<br />
Is it posible to specify an id on the autowire tag?<br />
Hope I have expressed myself correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Ganski</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-28233</link>
		<dc:creator>Matt Ganski</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-28233</guid>
		<description>This is great.  I understand its not an MVC best practice to do this in controllers.  However, in my project, I have classes that are non views, yet they can ask the controller to make service calls.  Since the class is a non view class, it must be declared as a bean in order for me to mediate events.  I found myself using a public property setter to set a reference to a view in my application.  Now with this, no setter necessary,  I can inject the view I want right in when it&#039;s created.  Thanks!</description>
		<content:encoded><![CDATA[<p>This is great.  I understand its not an MVC best practice to do this in controllers.  However, in my project, I have classes that are non views, yet they can ask the controller to make service calls.  Since the class is a non view class, it must be declared as a bean in order for me to mediate events.  I found myself using a public property setter to set a reference to a view in my application.  Now with this, no setter necessary,  I can inject the view I want right in when it&#8217;s created.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashscope components</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-27288</link>
		<dc:creator>flashscope components</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-27288</guid>
		<description>@Sönke,wow. I&#039;ll try to use it right now and let you know the result.</description>
		<content:encoded><![CDATA[<p>@Sönke,wow. I&#8217;ll try to use it right now and let you know the result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: him_aeng</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-26901</link>
		<dc:creator>him_aeng</dc:creator>
		<pubDate>Fri, 17 Jul 2009 06:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-26901</guid>
		<description>I think this is the solution of my scenario. I use Flash CS3 .swc file that publish from Flex Component Kit.

When I use this flash view I have to add many line of &quot;addEventListener&quot; and check for the frame was entered or not? (if the frame was not entered, its child component was not instantiate). 

So, with swiz ViewPackage I can separate the &quot;addEventListener&quot; code to another file even though it promote tightly coupling pattern but for flash component view I think swiz viewPackage is nice solution.

awesome guy.</description>
		<content:encoded><![CDATA[<p>I think this is the solution of my scenario. I use Flash CS3 .swc file that publish from Flex Component Kit.</p>
<p>When I use this flash view I have to add many line of &#8220;addEventListener&#8221; and check for the frame was entered or not? (if the frame was not entered, its child component was not instantiate). </p>
<p>So, with swiz ViewPackage I can separate the &#8220;addEventListener&#8221; code to another file even though it promote tightly coupling pattern but for flash component view I think swiz viewPackage is nice solution.</p>
<p>awesome guy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Borek</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-26432</link>
		<dc:creator>Borek</dc:creator>
		<pubDate>Sun, 24 May 2009 19:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-26432</guid>
		<description>Hi Sönke,

I will post into the Swiz Google Group with a sample project when I have time. Basically, what I would love to see is support for this:

[Autowire(view=&quot;true&quot;)]
public var myView : IMyView;

Swiz currently supports only concrete type like MyView which makes the Presenter tightly coupled to the View which is not good practice and it also makes testing of such presenter hard.

Cheers,
Borek</description>
		<content:encoded><![CDATA[<p>Hi Sönke,</p>
<p>I will post into the Swiz Google Group with a sample project when I have time. Basically, what I would love to see is support for this:</p>
<p>[Autowire(view="true")]<br />
public var myView : IMyView;</p>
<p>Swiz currently supports only concrete type like MyView which makes the Presenter tightly coupled to the View which is not good practice and it also makes testing of such presenter hard.</p>
<p>Cheers,<br />
Borek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2009/05/swiz-autowire-view/comment-page-1/#comment-26431</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Sun, 24 May 2009 15:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=304#comment-26431</guid>
		<description>Hi JB,
I think it really depends on the style you want to code and if you like code behind you are free to use it this way. However, we don&#039;t want Swiz to be understood as code behind technology. I think the beauty of Swiz is the flexibility which enables developers to code how they want and how it fits best to solve a given problem.
What do you think about the example I made with &quot;decoupling&quot; the drag handler from the view?</description>
		<content:encoded><![CDATA[<p>Hi JB,<br />
I think it really depends on the style you want to code and if you like code behind you are free to use it this way. However, we don&#8217;t want Swiz to be understood as code behind technology. I think the beauty of Swiz is the flexibility which enables developers to code how they want and how it fits best to solve a given problem.<br />
What do you think about the example I made with &#8220;decoupling&#8221; the drag handler from the view?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
