<?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 Joe on Computing</title>
	<atom:link href="http://joemorrison.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joemorrison.org/blog</link>
	<description>How I Learned to Stop Worrying and Love Writing Software</description>
	<pubDate>Sat, 19 May 2012 11:03:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Excedrin headache #3.5.40128.1: Using combo boxes with the WPF DataGrid by Jorge G.</title>
		<link>http://joemorrison.org/blog/2009/02/17/excedrin-headache-35401281-using-combo-boxes-with-the-wpf-datagrid/comment-page-1/#comment-26100</link>
		<dc:creator>Jorge G.</dc:creator>
		<pubDate>Sun, 06 May 2012 00:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=51#comment-26100</guid>
		<description>Question!

I've implented this on my project but the DropDown List is not displaying the description for each element on it (I only got the reference as ComboBoxDemo.Product). However, if I select 1 of those elements, I got the description right on the cell.

Is this a bug? How can I fix it?</description>
		<content:encoded><![CDATA[<p>Question!</p>
<p>I&#8217;ve implented this on my project but the DropDown List is not displaying the description for each element on it (I only got the reference as ComboBoxDemo.Product). However, if I select 1 of those elements, I got the description right on the cell.</p>
<p>Is this a bug? How can I fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is reflection unhealthy? by Brad</title>
		<link>http://joemorrison.org/blog/2009/01/28/is-reflection-unhealthy/comment-page-1/#comment-18542</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 30 Sep 2011 18:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=41#comment-18542</guid>
		<description>I feel a little bit dirty from some of the reflection code I just wrote to implement dependency injection for instantiating an object that has required parameters to it's constructor.  Java does not allow defining a contract for constructors so the contract is implicit.</description>
		<content:encoded><![CDATA[<p>I feel a little bit dirty from some of the reflection code I just wrote to implement dependency injection for instantiating an object that has required parameters to it&#8217;s constructor.  Java does not allow defining a contract for constructors so the contract is implicit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excedrin headache #3.5.40128.1: Using combo boxes with the WPF DataGrid by Stephen M</title>
		<link>http://joemorrison.org/blog/2009/02/17/excedrin-headache-35401281-using-combo-boxes-with-the-wpf-datagrid/comment-page-1/#comment-12589</link>
		<dc:creator>Stephen M</dc:creator>
		<pubDate>Fri, 19 Nov 2010 00:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=51#comment-12589</guid>
		<description>Great solution. I've been going nuts looking for this. Thanks!</description>
		<content:encoded><![CDATA[<p>Great solution. I&#8217;ve been going nuts looking for this. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excedrin headache #3.5.40128.1: Using combo boxes with the WPF DataGrid by Wim Bokkers</title>
		<link>http://joemorrison.org/blog/2009/02/17/excedrin-headache-35401281-using-combo-boxes-with-the-wpf-datagrid/comment-page-1/#comment-10985</link>
		<dc:creator>Wim Bokkers</dc:creator>
		<pubDate>Thu, 12 Aug 2010 07:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=51#comment-10985</guid>
		<description>Even the .NET 4 version still contains this bug!</description>
		<content:encoded><![CDATA[<p>Even the .NET 4 version still contains this bug!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excedrin headache #3.5.40128.1: Using combo boxes with the WPF DataGrid by Bernhard König</title>
		<link>http://joemorrison.org/blog/2009/02/17/excedrin-headache-35401281-using-combo-boxes-with-the-wpf-datagrid/comment-page-1/#comment-10816</link>
		<dc:creator>Bernhard König</dc:creator>
		<pubDate>Fri, 30 Jul 2010 14:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=51#comment-10816</guid>
		<description>Or, just use a template colum instead of a combobox column and put a Combobox in there manually. Works fine with a relative ancestor source.</description>
		<content:encoded><![CDATA[<p>Or, just use a template colum instead of a combobox column and put a Combobox in there manually. Works fine with a relative ancestor source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hot off the press: Apache CXF Web Service Development by Josh</title>
		<link>http://joemorrison.org/blog/2010/02/24/hot-off-the-press-apache-cxf-web-service-development/comment-page-1/#comment-9332</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 31 Mar 2010 19:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=104#comment-9332</guid>
		<description>I've got the book.  I haven't really red the entire thing.  I was looking to implement a RESTFUL JSON/XML application (with OAUth), while at the same time integrating with BlazeDS and Spring security.  I didn't want my interfaces (services) to be too cumbersome and unreadable (see: annotations) so I gathered some insight out of it.  It was very helpful that's for sure. 

Josh
Boston, MA</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the book.  I haven&#8217;t really red the entire thing.  I was looking to implement a RESTFUL JSON/XML application (with OAUth), while at the same time integrating with BlazeDS and Spring security.  I didn&#8217;t want my interfaces (services) to be too cumbersome and unreadable (see: annotations) so I gathered some insight out of it.  It was very helpful that&#8217;s for sure. </p>
<p>Josh<br />
Boston, MA</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java template for WSDL-first web services using CXF (for Maven2 and Eclipse) by james greenwood</title>
		<link>http://joemorrison.org/blog/2008/10/23/cxf-wsdl-first/comment-page-1/#comment-9041</link>
		<dc:creator>james greenwood</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=21#comment-9041</guid>
		<description>i didn't use the maven but I manually build this project by doing the wsdl2java and created all the component but when I deployed to tomcat, the page shows up but keep getting the 404 page not found for http://localhost:8080/ws-example/ws-example?wsdl

Do you have your project without in maven. I will include my project too.</description>
		<content:encoded><![CDATA[<p>i didn&#8217;t use the maven but I manually build this project by doing the wsdl2java and created all the component but when I deployed to tomcat, the page shows up but keep getting the 404 page not found for <a href="http://localhost:8080/ws-example/ws-example?wsdl" rel="nofollow">http://localhost:8080/ws-example/ws-example?wsdl</a></p>
<p>Do you have your project without in maven. I will include my project too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serializable != Synchronized, especially not with Oracle by Omri Ben Shitrit</title>
		<link>http://joemorrison.org/blog/2009/07/18/serializable-synchronized-especially-not-with-oracle/comment-page-1/#comment-8680</link>
		<dc:creator>Omri Ben Shitrit</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=64#comment-8680</guid>
		<description>Hi Joe,

A nice link on Wikipedia thats relevant:

http://en.wikipedia.org/wiki/Software_transactional_memory 

Omri</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>A nice link on Wikipedia thats relevant:</p>
<p><a href="http://en.wikipedia.org/wiki/Software_transactional_memory" rel="nofollow">http://en.wikipedia.org/wiki/Software_transactional_memory</a> </p>
<p>Omri</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java template for WSDL-first web services using CXF (for Maven2 and Eclipse) by wah</title>
		<link>http://joemorrison.org/blog/2008/10/23/cxf-wsdl-first/comment-page-1/#comment-8578</link>
		<dc:creator>wah</dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=21#comment-8578</guid>
		<description>more than a year, still useful. thanks</description>
		<content:encoded><![CDATA[<p>more than a year, still useful. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java template for WSDL-first web services using CXF (for Maven2 and Eclipse) by John</title>
		<link>http://joemorrison.org/blog/2008/10/23/cxf-wsdl-first/comment-page-1/#comment-8350</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=21#comment-8350</guid>
		<description>Hey Bharath/Joe

I am trying to implement the web services similar to the way you have described except that my entity classes (with hibernate annotations)  live separately than the cxf generated classes. 
From your post I see that you managed to handle transaction management at the service level. Can you please provide an example of how that can be done and what changes are needed to pom.xml, appContext.xml and EntityManager to handle transaction management?

-John</description>
		<content:encoded><![CDATA[<p>Hey Bharath/Joe</p>
<p>I am trying to implement the web services similar to the way you have described except that my entity classes (with hibernate annotations)  live separately than the cxf generated classes.<br />
From your post I see that you managed to handle transaction management at the service level. Can you please provide an example of how that can be done and what changes are needed to pom.xml, appContext.xml and EntityManager to handle transaction management?</p>
<p>-John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

