<?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"
	>
<channel>
	<title>Comments on: A GUI framework using&#160;XWork</title>
	<atom:link href="http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/</link>
	<description>Sam Newman's blog</description>
	<pubDate>Wed, 08 Oct 2008 06:29:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Stuart Ervine</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-206</link>
		<dc:creator>Stuart Ervine</dc:creator>
		<pubDate>Mon, 04 Oct 2004 17:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-206</guid>
		<description>I had a look at the Spring-RCP (or Rich C), and although Keith has done a great job so far, I was a bit confused about how to handle an application which required posting results to new panels in say... a tabcontainer.
So I picked up on where I'd left off and have pushed on with the development of an XWork based framework. It's now on it's first Release Candidate and if you're at all interested, it's available at: http://www.sourceforge.net/projects/pendulum
</description>
		<content:encoded><![CDATA[<p>I had a look at the Spring-RCP (or Rich C), and although Keith has done a great job so far, I was a bit confused about how to handle an application which required posting results to new panels in say&#8230; a tabcontainer.<br />
So I picked up on where I&#8217;d left off and have pushed on with the development of an XWork based framework. It&#8217;s now on it&#8217;s first Release Candidate and if you&#8217;re at all interested, it&#8217;s available at: <a href="http://www.sourceforge.net/projects/pendulum"  rel="nofollow">http://www.sourceforge.net/projects/pendulum</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-205</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Tue, 29 Jun 2004 20:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-205</guid>
		<description>I'd certainly like to look at what you've done Ryan, although as far as getting involved goes my plate is very full - I'm currently working on a NakedObject's related project. In fact it sounds like your work may be of use further down the road.</description>
		<content:encoded><![CDATA[<p>I&#8217;d certainly like to look at what you&#8217;ve done Ryan, although as far as getting involved goes my plate is very full &#8211; I&#8217;m currently working on a NakedObject&#8217;s related project. In fact it sounds like your work may be of use further down the road.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Sonnek</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-204</link>
		<dc:creator>Ryan Sonnek</dc:creator>
		<pubDate>Tue, 29 Jun 2004 17:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-204</guid>
		<description>I just read your blog, and was quite intrigued.  I started a project called SwingWork a couple monthes ago with the hope to flesh out a more comfortable execution environment for XWork and Swing.  I would be very interested to hear your comments (and if you're interested involvement) with this project!</description>
		<content:encoded><![CDATA[<p>I just read your blog, and was quite intrigued.  I started a project called SwingWork a couple monthes ago with the hope to flesh out a more comfortable execution environment for XWork and Swing.  I would be very interested to hear your comments (and if you&#8217;re interested involvement) with this project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-203</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Mon, 26 Apr 2004 16:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-203</guid>
		<description>Work has stalled at present due to a new job. In the mean time you might want to look at the spring-rcp project: http://www.springframework.org/spring-rcp.html

If I do get to do any more work on this, it will probably be folded into spring-rcp rather than being its own framework.</description>
		<content:encoded><![CDATA[<p>Work has stalled at present due to a new job. In the mean time you might want to look at the spring-rcp project: <a href="http://www.springframework.org/spring-rcp.html"  rel="nofollow">http://www.springframework.org/spring-rcp.html</a></p>
<p>If I do get to do any more work on this, it will probably be folded into spring-rcp rather than being its own framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Ervine</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-202</link>
		<dc:creator>Stuart Ervine</dc:creator>
		<pubDate>Mon, 26 Apr 2004 16:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-202</guid>
		<description>Your idea for a swing framework looks pretty good, and I came across it because I was thinking about producing something similar - but figured someone must have done it before.

After many hours searching the web however, I came up with zip and started out by coding my own. I am currently still throwing ideas around - but something I was quite keen on introducing was a way of 'binding' component value properties to their corresponding action properties. This technique has been used by the likes of webwork and tapestry. 

I'm going to keep pushing on with my code, but your idea definitely sounds as if it could be more robust, and I look forward to seeing more of it!</description>
		<content:encoded><![CDATA[<p>Your idea for a swing framework looks pretty good, and I came across it because I was thinking about producing something similar &#8211; but figured someone must have done it before.</p>
<p>After many hours searching the web however, I came up with zip and started out by coding my own. I am currently still throwing ideas around &#8211; but something I was quite keen on introducing was a way of &#8216;binding&#8217; component value properties to their corresponding action properties. This technique has been used by the likes of webwork and tapestry. </p>
<p>I&#8217;m going to keep pushing on with my code, but your idea definitely sounds as if it could be more robust, and I look forward to seeing more of it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Martins</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-201</link>
		<dc:creator>Fernando Martins</dc:creator>
		<pubDate>Mon, 01 Mar 2004 12:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-201</guid>
		<description>the issue exists, it's just that the ')' got somehow inside the URL :)

http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-234</description>
		<content:encoded><![CDATA[<p>the issue exists, it&#8217;s just that the &#8217;)&#8217; got somehow inside the <acronym title="Uniform Resource Locator">URL</acronym> :)</p>
<p><a href="http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-234"  rel="nofollow">http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-234</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-200</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Tue, 24 Feb 2004 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-200</guid>
		<description>Yep, meant webwork not xwork :-) Remote XWork invocation shouldn't be too hard - I'm guessing you just need to use an ActionInvocation as a proxy wrapping underlying RMI calls. The JIRA link you provided doesn't work by the way.</description>
		<content:encoded><![CDATA[<p>Yep, meant webwork not xwork :-) Remote XWork invocation shouldn&#8217;t be too hard &#8211; I&#8217;m guessing you just need to use an ActionInvocation as a proxy wrapping underlying RMI calls. The JIRA link you provided doesn&#8217;t work by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Martins</title>
		<link>http://www.magpiebrain.com/blog/2004/02/22/a-gui-framework-using-xwork/#comment-199</link>
		<dc:creator>Fernando Martins</dc:creator>
		<pubDate>Tue, 24 Feb 2004 16:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/02/22/a-gui-framework-using-xwork/#comment-199</guid>
		<description>I guess you mean xwork1.0 an not webwork1.0.
Anyway, that is all very nice, but I'de really like to see Remote Xwork Action invocation. There is some work started on this (see http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-234)
and although it's webwork based, I think could be striped of ww dependencies and be able to provide 
a Xwork clean way of invoquing action remotely.
I hope to have some time soon, to work on this, and provide a few simple samples...</description>
		<content:encoded><![CDATA[<p>I guess you mean xwork1.0 an not webwork1.0.<br />
Anyway, that is all very nice, but I&#8217;de really like to see Remote Xwork Action invocation. There is some work started on this (see <a href="http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-234"  rel="nofollow">http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-234</a>)<br />
and although it&#8217;s webwork based, I think could be striped of ww dependencies and be able to provide <br />
a Xwork clean way of invoquing action remotely.<br />
I hope to have some time soon, to work on this, and provide a few simple samples&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
