<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>dismal_denizen's blog &#187; Java</title>
	<atom:link href="http://dismaldenizen.wordpress.com/category/programming/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://dismaldenizen.wordpress.com</link>
	<description>Just another freedom-loving weblog</description>
	<lastBuildDate>Wed, 25 Nov 2009 21:20:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dismaldenizen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/065cebd98d292e6adcf76be4ad8509f8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>dismal_denizen's blog &#187; Java</title>
		<link>http://dismaldenizen.wordpress.com</link>
	</image>
			<item>
		<title>Javent</title>
		<link>http://dismaldenizen.wordpress.com/2009/05/23/javent/</link>
		<comments>http://dismaldenizen.wordpress.com/2009/05/23/javent/#comments</comments>
		<pubDate>Sat, 23 May 2009 09:44:32 +0000</pubDate>
		<dc:creator>dismal_denizen</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://dismaldenizen.wordpress.com/?p=168</guid>
		<description><![CDATA[I have long been surprised by the fact that it is so difficult to raise events in Java. Adding listeners is easy, but as soon as you want your own event system, you&#8217;re out of luck. Through browsing the web I discovered that a commonly used &#8220;solution&#8221; is to piggy-back on existing Swing and AWT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dismaldenizen.wordpress.com&blog=4301755&post=168&subd=dismaldenizen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have long been surprised by the fact that it is so difficult to raise events in Java. Adding listeners is easy, but as soon as you want your own event system, you&#8217;re out of luck. Through browsing the web I discovered that a commonly used &#8220;solution&#8221; is to piggy-back on existing Swing and AWT event queues. This isn&#8217;t good.</p>
<p>In order to fix this problem, I have started a small project called <a href="http://kenai.com/projects/javent/" target="_blank">Javent</a>. The Javent library is tiny (less than 20KiB), and makes event-raising code a lot cleaner. All of you Java developers should give it a try.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dismaldenizen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dismaldenizen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dismaldenizen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dismaldenizen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dismaldenizen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dismaldenizen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dismaldenizen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dismaldenizen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dismaldenizen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dismaldenizen.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dismaldenizen.wordpress.com&blog=4301755&post=168&subd=dismaldenizen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dismaldenizen.wordpress.com/2009/05/23/javent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dismal_denizen</media:title>
		</media:content>
	</item>
	</channel>
</rss>