<?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/"
	>

<channel>
	<title>coffeecoders.de &#187; news</title>
	<atom:link href="http://coffeecoders.de/tag/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffeecoders.de</link>
	<description>professional devs at work</description>
	<lastBuildDate>Thu, 11 Feb 2010 10:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PostgreSQL.org Website Design Contest</title>
		<link>http://coffeecoders.de/2009/05/postgresqlorg-website-design-contest/</link>
		<comments>http://coffeecoders.de/2009/05/postgresqlorg-website-design-contest/#comments</comments>
		<pubDate>Sat, 09 May 2009 17:08:34 +0000</pubDate>
		<dc:creator>stevie</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://coffeecoders.de/?p=223</guid>
		<description><![CDATA[Just a quick tip for all you designers out there: The team of PostgreSQL wants a redesign of their homepage and started a contest to find the new look. If you are interested to win the 2000$-prize you should visit the page and get involved. Good luck! Link: PostgreSQL: News: PostgreSQL.org Website Design Contest]]></description>
			<content:encoded><![CDATA[<p>Just a quick tip for all you designers out there:</p>
<p>The team of PostgreSQL wants a redesign of their homepage and started a contest to find the new look. If you are interested to win the 2000$-prize you should visit the page and get involved.</p>
<p>Good luck!</p>
<p>Link: <a href="http://www.postgresql.org/about/news.1081">PostgreSQL: News: PostgreSQL.org Website Design Contest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coffeecoders.de/2009/05/postgresqlorg-website-design-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swing and JDK 7: Sun keeps it going</title>
		<link>http://coffeecoders.de/2009/02/swing-and-jdk-7-sun-keeps-it-going/</link>
		<comments>http://coffeecoders.de/2009/02/swing-and-jdk-7-sun-keeps-it-going/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 10:59:42 +0000</pubDate>
		<dc:creator>stevie</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://coffeecoders.de/?p=136</guid>
		<description><![CDATA[Danny Coward posted a statement regarding the future of the swing package in later releases of the JDK. According to him, Sun will continue the work on Swing and even more try to ease the development and enhance the deployment and runtime performance. The whole post sounds very convincing that Sun hasn&#8217;t given up and [...]]]></description>
			<content:encoded><![CDATA[<p>Danny Coward posted a statement regarding the future of the swing package in later releases of the JDK.</p>
<p>According to him, Sun will continue the work on Swing and even more try to ease the development and enhance the deployment and runtime performance.</p>
<p>The whole post sounds very convincing that Sun hasn&#8217;t given up and that Swing will become more and more useful (again).</p>
<p>Danny also mentioned new components in JDK7 like the <a href="https://jcalendar.dev.java.net/">DatePicker</a> and  <a href="https://javacss.dev.java.net/">CSS styling</a> &#8211; both are very attractive to me and I can&#8217;t wait to use them in the next project.</p>
<p>Read the whole post at: <a href="http://blogs.sun.com/theplanetarium/entry/the_future_of_swing">Swing and JDK 7 : The Planetarium</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeecoders.de/2009/02/swing-and-jdk-7-sun-keeps-it-going/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss releases RESTEasy</title>
		<link>http://coffeecoders.de/2009/01/jboss-releases-resteasy/</link>
		<comments>http://coffeecoders.de/2009/01/jboss-releases-resteasy/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 11:45:23 +0000</pubDate>
		<dc:creator>stevie</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://coffeecoders.de/?p=98</guid>
		<description><![CDATA[JBoss released a project named &#8220;RESTEasy&#8221; which provides  help to build RESTful web services and RESTful Java applications. It is useable in any servlet container but &#8211; as you might already expected &#8211; it is built to work tighter with JBoss Application Server. The features list provided on the front page shows very interesting details [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jboss.org/">JBoss</a> released a project named <a href="http://www.jboss.org/resteasy/">&#8220;RESTEasy&#8221;</a> which provides  help to build RESTful web services and RESTful Java applications.</p>
<p>It is useable in any servlet container but &#8211; as you might already expected &#8211; it is built to work tighter with <a href="http://www.jboss.org/jbossas/">JBoss Application Server</a>.<br />
<span id="more-98"></span><br />
The features list provided on the front page shows very interesting details about the project. It supports various techniques and connection types. It looks worth checking out for the next java based project.</p>
<p>Do you have any experience with <em>RESTEasy</em>? What&#8217;s your favorite for implementing web services? Any comments on the featured project?</p>
<p>Links:</p>
<ul>
<li><a href="http://www.jboss.org/resteasy/">jboss.org: RESTEasy</a></li>
<li><a href="http://bill.burkecentral.com/category/rest/">Bill Burke&#8217;s blog about REST</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://coffeecoders.de/2009/01/jboss-releases-resteasy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
