<?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>Thu, 09 Sep 2010 02:25:12 +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 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>
	<item>
		<title>Comment on Java template for WSDL-first web services using CXF (for Maven2 and Eclipse) by Mike</title>
		<link>http://joemorrison.org/blog/2008/10/23/cxf-wsdl-first/comment-page-1/#comment-8317</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 18 Jan 2010 02:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=21#comment-8317</guid>
		<description>Hey, I am new to web services - I have worked with Oracle web services, which have a web service endpoint where the operations can be invoked- does this web service have something like this? Is there another way to invoke the web service than through using the SOAP-UI tool?</description>
		<content:encoded><![CDATA[<p>Hey, I am new to web services - I have worked with Oracle web services, which have a web service endpoint where the operations can be invoked- does this web service have something like this? Is there another way to invoke the web service than through using the SOAP-UI tool?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In defense of elite, irrelevant curricula by Kalani Thielen</title>
		<link>http://joemorrison.org/blog/2009/11/01/in-defense-of-elite-irrelevant-curricula/comment-page-1/#comment-7434</link>
		<dc:creator>Kalani Thielen</dc:creator>
		<pubDate>Sat, 05 Dec 2009 16:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/?p=86#comment-7434</guid>
		<description>I agree that a university education ought to be concerned with fundamental principles.  You said "math, math and more math" but I would even explicitly add logic (or "mathematical logic" if you prefer) and proofs of program correctness.

But in defense of some of Joel Spolsky's article, I also think that CS students need to be familiar with using a version control system (just like they need to be familiar with using a compiler).  It's basic to writing software, and for that matter the general principle of version control applies to more than just tracking changes in text files (software transactional memory, RDBMS transactions, etc).

I think that there's a good argument to be made for a Capstone project as well.  Ultimately, people will always need to be able to sum up their work and present it clearly -- even (or especially) if they're going to be researchers or professors rather than commercial programmers.  This is where great programmers (and great schools) can emphasize that what makes them great are their ideas and their work rather than their name.</description>
		<content:encoded><![CDATA[<p>I agree that a university education ought to be concerned with fundamental principles.  You said &#8220;math, math and more math&#8221; but I would even explicitly add logic (or &#8220;mathematical logic&#8221; if you prefer) and proofs of program correctness.</p>
<p>But in defense of some of Joel Spolsky&#8217;s article, I also think that CS students need to be familiar with using a version control system (just like they need to be familiar with using a compiler).  It&#8217;s basic to writing software, and for that matter the general principle of version control applies to more than just tracking changes in text files (software transactional memory, RDBMS transactions, etc).</p>
<p>I think that there&#8217;s a good argument to be made for a Capstone project as well.  Ultimately, people will always need to be able to sum up their work and present it clearly &#8212; even (or especially) if they&#8217;re going to be researchers or professors rather than commercial programmers.  This is where great programmers (and great schools) can emphasize that what makes them great are their ideas and their work rather than their name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing Web applications with Maven and Eclipse: You *can* have it all by marquex</title>
		<link>http://joemorrison.org/blog/2008/06/01/developing-web-applications-with-maven-and-eclipse-you-can-have-it-all/comment-page-1/#comment-7147</link>
		<dc:creator>marquex</dc:creator>
		<pubDate>Sun, 15 Nov 2009 20:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://joemorrison.org/blog/2008/06/01/developing-web-applications-with-maven-and-eclipse-you-can-have-it-all/#comment-7147</guid>
		<description>Greaat!! I've been two days looking for this info on the net!! Works like a charm, thanks so much!!</description>
		<content:encoded><![CDATA[<p>Greaat!! I&#8217;ve been two days looking for this info on the net!! Works like a charm, thanks so much!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
