<?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 for BinaryMuse</title>
	<atom:link href="http://binarymuse.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://binarymuse.net</link>
	<description>From the mind of a geek</description>
	<pubDate>Sat, 31 Jul 2010 20:49:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on GWT-Wizard: A Wizard Widget for Your Project by Brandon Tilley</title>
		<link>http://binarymuse.net/2010/04/22/gwt-wizard-a-wizard-widget-for-your-project/comment-page-1/#comment-227</link>
		<dc:creator>Brandon Tilley</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=177#comment-227</guid>
		<description>The way it works now (and this certainly can change) is that, if you create a two-way link between B and D, then forward on B leads to D and reverse from D leads to B. If you then create a two-way page link from A to D, then A leads forward to D and D backwards to A--the link between B and D is destroyed.

If, instead, you had created only forward links from A to D and also from B to D, then reverse from D would lead to C--creating forward or reverse links does not change the links in the opposite direction.</description>
		<content:encoded><![CDATA[<p>The way it works now (and this certainly can change) is that, if you create a two-way link between B and D, then forward on B leads to D and reverse from D leads to B. If you then create a two-way page link from A to D, then A leads forward to D and D backwards to A&#8211;the link between B and D is destroyed.</p>
<p>If, instead, you had created only forward links from A to D and also from B to D, then reverse from D would lead to C&#8211;creating forward or reverse links does not change the links in the opposite direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT-Wizard: A Wizard Widget for Your Project by Faisal</title>
		<link>http://binarymuse.net/2010/04/22/gwt-wizard-a-wizard-widget-for-your-project/comment-page-1/#comment-225</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Wed, 30 Jun 2010 22:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=177#comment-225</guid>
		<description>Thanks for the prompt reply Brandon. 
So currently the scenario I described is not supported ?
When you say I can set two way links between pages,  do you mean I can set multiple forward pages and use the link manager to decide which one to go to in the forward scenario. But the above scenario won't work going back if there are multiple reverse links on a page? Does the wizard currently support multiple reverse links described in the above scenario ?</description>
		<content:encoded><![CDATA[<p>Thanks for the prompt reply Brandon.<br />
So currently the scenario I described is not supported ?<br />
When you say I can set two way links between pages,  do you mean I can set multiple forward pages and use the link manager to decide which one to go to in the forward scenario. But the above scenario won&#8217;t work going back if there are multiple reverse links on a page? Does the wizard currently support multiple reverse links described in the above scenario ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT-Wizard: A Wizard Widget for Your Project by BinaryMuse</title>
		<link>http://binarymuse.net/2010/04/22/gwt-wizard-a-wizard-widget-for-your-project/comment-page-1/#comment-224</link>
		<dc:creator>BinaryMuse</dc:creator>
		<pubDate>Wed, 30 Jun 2010 16:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=177#comment-224</guid>
		<description>Hi Faisal,

Any non-linear page movement is currently managed by the WizardPageLinkManager. You can set one-way-forward, one-way-reverse, and two-way links between pages.

I actually like the idea you present in your last paragraph and may implement an option for that style of auto-detection.</description>
		<content:encoded><![CDATA[<p>Hi Faisal,</p>
<p>Any non-linear page movement is currently managed by the WizardPageLinkManager. You can set one-way-forward, one-way-reverse, and two-way links between pages.</p>
<p>I actually like the idea you present in your last paragraph and may implement an option for that style of auto-detection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT-Wizard: A Wizard Widget for Your Project by Faisal</title>
		<link>http://binarymuse.net/2010/04/22/gwt-wizard-a-wizard-widget-for-your-project/comment-page-1/#comment-223</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Mon, 28 Jun 2010 21:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=177#comment-223</guid>
		<description>Hi Brandon, 

Great wizard for GWT, well done!

I have a question regarding navigation backwards. If for example I have the following pages arranged:

A-&#62;B   (Page A has B as its next page)
A-&#62;E (A also have E as the next page).
C-&#62;B (Page C also has B as its next page)
D-&#62; B (So does d). 

I understand that we can use the Navigation event to work out which panel to go to from A when next is pressed. 

However, when on page B and I click previous - how does it handle it ? Does it know to go back to the panel that I came from ? or how does it decide whether to show A or C from B when I click previous? 
 
It would make sense if, when I came from panel A to B and click previous, I go to A. and when I came to B from C and click previous I go to C - is this the current behaviour ? Didn't seem to work for me :-(

 
Keep up the good work!
Many Thanks, 
Faisal.</description>
		<content:encoded><![CDATA[<p>Hi Brandon, </p>
<p>Great wizard for GWT, well done!</p>
<p>I have a question regarding navigation backwards. If for example I have the following pages arranged:</p>
<p>A-&gt;B   (Page A has B as its next page)<br />
A-&gt;E (A also have E as the next page).<br />
C-&gt;B (Page C also has B as its next page)<br />
D-&gt; B (So does d). </p>
<p>I understand that we can use the Navigation event to work out which panel to go to from A when next is pressed. </p>
<p>However, when on page B and I click previous - how does it handle it ? Does it know to go back to the panel that I came from ? or how does it decide whether to show A or C from B when I click previous? </p>
<p>It would make sense if, when I came from panel A to B and click previous, I go to A. and when I came to B from C and click previous I go to C - is this the current behaviour ? Didn&#8217;t seem to work for me :-(</p>
<p>Keep up the good work!<br />
Many Thanks,<br />
Faisal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serving a GWT Application with an Embedded Jetty Server by Seven Corners</title>
		<link>http://binarymuse.net/2010/03/27/serving-a-gwt-application-with-an-embedded-jetty-server/comment-page-1/#comment-222</link>
		<dc:creator>Seven Corners</dc:creator>
		<pubDate>Tue, 15 Jun 2010 14:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=166#comment-222</guid>
		<description>Thanks for posting this!  I have a few questions:

1) How does this get invoked?  Do we have to call this name of the class with a Java command, e.g., with a script?  Or is there some way it can start automatically?

2) If you're deploying to/with Jetty, does this mess up your ability to debug within Eclipse in hosted mode?

3) What if we already have a proxy server for cross-site REST calls?  Is this going to conflict with that?

4) What about Continuations?  Do we need to write a servlet for that?  Could I tweak my existing proxy server for that?

Thanks in advance for your thoughts.

Seven</description>
		<content:encoded><![CDATA[<p>Thanks for posting this!  I have a few questions:</p>
<p>1) How does this get invoked?  Do we have to call this name of the class with a Java command, e.g., with a script?  Or is there some way it can start automatically?</p>
<p>2) If you&#8217;re deploying to/with Jetty, does this mess up your ability to debug within Eclipse in hosted mode?</p>
<p>3) What if we already have a proxy server for cross-site REST calls?  Is this going to conflict with that?</p>
<p>4) What about Continuations?  Do we need to write a servlet for that?  Could I tweak my existing proxy server for that?</p>
<p>Thanks in advance for your thoughts.</p>
<p>Seven</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT-Wizard: A Wizard Widget for Your Project by D. Randle</title>
		<link>http://binarymuse.net/2010/04/22/gwt-wizard-a-wizard-widget-for-your-project/comment-page-1/#comment-155</link>
		<dc:creator>D. Randle</dc:creator>
		<pubDate>Fri, 14 May 2010 10:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=177#comment-155</guid>
		<description>Thanks for Sharing.  Do you have any examples of your project that saves the information captured to a database.  Thanks in advance for your reply.</description>
		<content:encoded><![CDATA[<p>Thanks for Sharing.  Do you have any examples of your project that saves the information captured to a database.  Thanks in advance for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash 10.1 to Bring Performance Upgrades to the Mac by Matthew Morgan</title>
		<link>http://binarymuse.net/2010/04/05/flash-101-to-bring-performance-upgrades-to-the-mac/comment-page-1/#comment-109</link>
		<dc:creator>Matthew Morgan</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=171#comment-109</guid>
		<description>I just hope the same performance increases come to Linux.  I'll have to try out the prerelease when I get a chance.  Flash video rots on Linux in full screen no matter what kind of 1337 video hardware you have.</description>
		<content:encoded><![CDATA[<p>I just hope the same performance increases come to Linux.  I&#8217;ll have to try out the prerelease when I get a chance.  Flash video rots on Linux in full screen no matter what kind of 1337 video hardware you have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serving a GWT Application with an Embedded Jetty Server by Matthew Morgan</title>
		<link>http://binarymuse.net/2010/03/27/serving-a-gwt-application-with-an-embedded-jetty-server/comment-page-1/#comment-101</link>
		<dc:creator>Matthew Morgan</dc:creator>
		<pubDate>Mon, 29 Mar 2010 13:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=166#comment-101</guid>
		<description>I hate it when people get into jetty wars.  Can't we all just share?  I guess people get frustrated when someone else puts the lid too tight on the jetty jar.

I think I should be eligible for worst pun in the universe for one of those!  ;)

All joking aside, this is a really cool feature.  I was just thinking the other day about an idea that would require a custom web server, and jetty seems like it would work great!  I'll probably never implement that particular idea, but I really like it when a blog post or article like this comes along and adds another tool to my tool belt so-to-speak that I hadn't previously known about.</description>
		<content:encoded><![CDATA[<p>I hate it when people get into jetty wars.  Can&#8217;t we all just share?  I guess people get frustrated when someone else puts the lid too tight on the jetty jar.</p>
<p>I think I should be eligible for worst pun in the universe for one of those!  ;)</p>
<p>All joking aside, this is a really cool feature.  I was just thinking the other day about an idea that would require a custom web server, and jetty seems like it would work great!  I&#8217;ll probably never implement that particular idea, but I really like it when a blog post or article like this comes along and adds another tool to my tool belt so-to-speak that I hadn&#8217;t previously known about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Engineer Thinking and the Art of Software Engineering by Matthew Morgan</title>
		<link>http://binarymuse.net/2010/03/12/engineer-thinking-and-the-art-of-software-engineering/comment-page-1/#comment-90</link>
		<dc:creator>Matthew Morgan</dc:creator>
		<pubDate>Mon, 15 Mar 2010 02:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=161#comment-90</guid>
		<description>I think right now I'm inexperienced enough to forgive myself of aiming for a few lay-up shots for the time being.

I have no intention, however, of limiting my goals for the long term to anything less than a shot from half court.

There, a sports metaphor from a man who can't even remember how many people are on a basketball team.  ;)</description>
		<content:encoded><![CDATA[<p>I think right now I&#8217;m inexperienced enough to forgive myself of aiming for a few lay-up shots for the time being.</p>
<p>I have no intention, however, of limiting my goals for the long term to anything less than a shot from half court.</p>
<p>There, a sports metaphor from a man who can&#8217;t even remember how many people are on a basketball team.  ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Operating System Wars: Can&#8217;t We All Just Get Along? by BinaryMuse</title>
		<link>http://binarymuse.net/2010/02/20/the-operating-system-wars-cant-we-all-just-get-along/comment-page-1/#comment-79</link>
		<dc:creator>BinaryMuse</dc:creator>
		<pubDate>Tue, 23 Feb 2010 15:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://binarymuse.net/?p=126#comment-79</guid>
		<description>Either that or spread even more flames. This is the Internet, after all. :P</description>
		<content:encoded><![CDATA[<p>Either that or spread even more flames. This is the Internet, after all. :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>
