<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>( feature ! bug )</title>
	
	<link>http://featurenotbug.com</link>
	<description>It's all just a matter of perspective.</description>
	<pubDate>Wed, 10 Mar 2010 15:36:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FeatureNotBug" /><feedburner:info uri="featurenotbug" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Hibernate collection types and Seam</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/JtV_ntvct1U/</link>
		<comments>http://featurenotbug.com/2010/03/hibernate-collection-types-and-seam/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 15:36:06 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Hibernate]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Seam]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=315</guid>
		<description><![CDATA[By default Seam maps all of your Hibernate collections as Sets. This is also the most common Hibernate collection type. Keep in mind though that this may not always be the collection type you need.
The other day I was working on a project and I was adding objects to my collection and displaying them in [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2010/03/hibernate-collection-types-and-seam/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2010/03/hibernate-collection-types-and-seam/</feedburner:origLink></item>
		<item>
		<title>Using c:forEach with Seam, JSF, and Facelets</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/Q8AYNaVALvM/</link>
		<comments>http://featurenotbug.com/2010/02/using-cforeach-with-seam-jsf-and-facelets/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 21:50:45 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Facelets]]></category>

		<category><![CDATA[JSF]]></category>

		<category><![CDATA[Seam]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=303</guid>
		<description><![CDATA[After a couple of hours of scratching my head and Googling the Interwebs like a mad man I finally figured out why my c:forEach wasn&#8217;t iterating and displaying the data in my view. Come to find out I was using the wrong name space when declaring the JSTL core library. 
First off here is the [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2010/02/using-cforeach-with-seam-jsf-and-facelets/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2010/02/using-cforeach-with-seam-jsf-and-facelets/</feedburner:origLink></item>
		<item>
		<title>Using jQuery with Seam</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/239GM_sTSSs/</link>
		<comments>http://featurenotbug.com/2010/02/using-jquery-with-seam/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 00:33:22 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[RichFaces]]></category>

		<category><![CDATA[Seam]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=292</guid>
		<description><![CDATA[If you are using RichFaces with your Seam application then jQuery is already there and ready to use. The only thing to remember is to use jQuery() function to refer to jQuery rather than using $(). $() is used to refer to prototype.js functions which RichFaces uses heavily.
Below is an example you can use to [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2010/02/using-jquery-with-seam/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2010/02/using-jquery-with-seam/</feedburner:origLink></item>
		<item>
		<title>Gavin King on Contexts and Dependency Injection, Weld, Java EE 6</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/DGCa0Wtysqo/</link>
		<comments>http://featurenotbug.com/2009/12/gavin-king-on-contexts-and-dependency-injection-weld-java-ee-6/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:32:01 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=281</guid>
		<description><![CDATA[DZone spoke with Gavin King, JBoss Fellow at Red Hat, earlier this week to discuss the newly ratified JSR 299 (Contexts and Dependency Injection) specification as well as Java EE 6 (JSR 316), both of which passed their final approval ballots on Nov 30th, 2009. In this exclusive interview, Gavin describes the evolution of the [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/12/gavin-king-on-contexts-and-dependency-injection-weld-java-ee-6/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2009/12/gavin-king-on-contexts-and-dependency-injection-weld-java-ee-6/</feedburner:origLink></item>
		<item>
		<title>UI Fundamentals for Programmers</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/qm1hiyA4y9M/</link>
		<comments>http://featurenotbug.com/2009/10/ui-fundamentals-for-programmers/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:25:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[UI Design]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=271</guid>
		<description><![CDATA[Check out this video from Ryan Singer of 37 Signals. The video talks about modeling, breaking apps into screens, visual techniques, flows, and a few coding tips. There are some great design tips in there.

UI Fundamentals for Programmers by Ryan Singer from ChicagoRuby on Vimeo.
]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/10/ui-fundamentals-for-programmers/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2009/10/ui-fundamentals-for-programmers/</feedburner:origLink></item>
		<item>
		<title>How to resolve LIBMYSQL.DLL not found error when performing rake db:create</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/YduTxBwWQoM/</link>
		<comments>http://featurenotbug.com/2009/09/how-to-resolve-libmysqldll-not-found-error-when-performing-rake-dbcreate/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 03:16:35 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=263</guid>
		<description><![CDATA[When developing in Rails I usually use the SQLLite database during development for convenience but decided this time to use MySQL since I had it installed. Upon running the rake db:create command I received the following error.

To resolve the problem simply copy LIBMYSQL.DLL file from your mysql/bin directory to the ruby/bin directory.
If your server is [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/09/how-to-resolve-libmysqldll-not-found-error-when-performing-rake-dbcreate/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2009/09/how-to-resolve-libmysqldll-not-found-error-when-performing-rake-dbcreate/</feedburner:origLink></item>
		<item>
		<title>Message Driven Beans (MDB) using Seam and EJB 3.0</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/UAeyzM3lUe8/</link>
		<comments>http://featurenotbug.com/2009/08/message-driven-beans-mdb-using-seam-and-ejb-30/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 21:59:46 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Seam]]></category>

		<category><![CDATA[EJB 3.0]]></category>

		<category><![CDATA[messaging]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=246</guid>
		<description><![CDATA[In my previous post, JMS Messaging with Seam, I showed you how to setup a queue and send a message to that queue using Seam. Now it is time to read that message from the queue and do something with it. As you guessed, it is very simple to do when using Seam and EJB [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/08/message-driven-beans-mdb-using-seam-and-ejb-30/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2009/08/message-driven-beans-mdb-using-seam-and-ejb-30/</feedburner:origLink></item>
		<item>
		<title>JMS Messaging with Seam</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/GYVky4A-6uc/</link>
		<comments>http://featurenotbug.com/2009/08/jms-messaging-with-seam/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:00:13 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Seam]]></category>

		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=201</guid>
		<description><![CDATA[Seam makes it easy to send and receive JMS messages to and from         Seam components. In this post I am going to show you how to configure JBoss Messaging and Seam to send a message to a JMS Queue.
The first you need to do is configure JBoss [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/08/jms-messaging-with-seam/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2009/08/jms-messaging-with-seam/</feedburner:origLink></item>
		<item>
		<title>RichFaces Webinar Series</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/R5ER1qhQFiA/</link>
		<comments>http://featurenotbug.com/2009/08/richfaces-webinar-series/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 22:45:46 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[RichFaces]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=197</guid>
		<description><![CDATA[Recently Exadel had a 4 part webinar series on RichFaces. I attended most of them and thought they were pretty good. The series was pretty simple but did a good job highlighting RichFaces features. Definitely worth checking out.

Starting with RichFaces
More RichFaces Features and Concepts
RichFaces UI Compnents
RichFaces Skins

]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/08/richfaces-webinar-series/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2009/08/richfaces-webinar-series/</feedburner:origLink></item>
		<item>
		<title>Installing JBoss Messaging on JBoss AS 4.2.3</title>
		<link>http://feedproxy.google.com/~r/FeatureNotBug/~3/cUXFF16De7M/</link>
		<comments>http://featurenotbug.com/2009/07/installing-jboss-messaging-on-jboss-as-423/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 17:06:57 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[JBoss]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[messaging]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=128</guid>
		<description><![CDATA[JBoss Messaging is the new enterprise messaging system for JBoss AS. According to JBoss it is a complete rewrite of JBossMQ and offers improved performance and features. Since I will be using messaging in an upcoming project and JBoss AS 4.2.3 comes with JBossMQ I decided to upgrade my Application Server from JBossMQ to JBoss [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/07/installing-jboss-messaging-on-jboss-as-423/feed/</wfw:commentRss>
		<feedburner:origLink>http://featurenotbug.com/2009/07/installing-jboss-messaging-on-jboss-as-423/</feedburner:origLink></item>
	</channel>
</rss>
