<?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>Java Software Development Videos and Tutorials &#187; refactoring</title>
	<atom:link href="http://www.java-tv.com/tag/refactoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Legacy Refactoring</title>
		<link>http://www.java-tv.com/2012/01/30/legacy-refactoring/</link>
		<comments>http://www.java-tv.com/2012/01/30/legacy-refactoring/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[mocking]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2149</guid>
		<description><![CDATA[This video shows the refactoring of Java legacy code and the presentation was given to the Java User Group Berlin Brandenburg. The beginning is a mess of ugly code that uses an HttpClient to acquire currency conversions. The higher-order goal of the code is to find deals in currency translation that result in a net positive.
The talk discusses and explores:
- Introducing an Instance Delegator
- Making a resettable singleton
- Using JMockit to work absolute black magic
- Writing tests on top of existing legacy code
- The woes of trying to get something ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/30/legacy-refactoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Refactor for JDK 7</title>
		<link>http://www.java-tv.com/2011/11/10/how-to-refactor-for-jdk-7/</link>
		<comments>http://www.java-tv.com/2011/11/10/how-to-refactor-for-jdk-7/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 22:16:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2024</guid>
		<description><![CDATA[Are you ready for JDK 7? This video examines the code base of some existing open source projects and then assesses how they will be affected by JDK 7, especially the Project Coin enhancements. It then explores tools for refactoring the code and suggests principles and guidelines for this process.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/10/how-to-refactor-for-jdk-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Parameters Using Refactoring in Oracle JDeveloper</title>
		<link>http://www.java-tv.com/2011/10/14/introducing-parameters-using-refactoring-in-oracle-jdeveloper/</link>
		<comments>http://www.java-tv.com/2011/10/14/introducing-parameters-using-refactoring-in-oracle-jdeveloper/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 20:01:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1999</guid>
		<description><![CDATA[This tutorial explains how to introduce parameters in Oracle JDeveloper using refactoring. 
 
Video source: http://jdeveloperzerotopro.com
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/10/14/introducing-parameters-using-refactoring-in-oracle-jdeveloper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refactoring Java For Testing</title>
		<link>http://www.java-tv.com/2011/09/26/refactoring-java-for-testing/</link>
		<comments>http://www.java-tv.com/2011/09/26/refactoring-java-for-testing/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 20:38:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1973</guid>
		<description><![CDATA[In these two short videos, an equals() method is refactored to make it simpler and easier to test. 
 
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/09/26/refactoring-java-for-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refactoring a Legacy Java Application to Rails</title>
		<link>http://www.java-tv.com/2011/08/15/refactoring-a-legacy-java-application-to-rails/</link>
		<comments>http://www.java-tv.com/2011/08/15/refactoring-a-legacy-java-application-to-rails/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 12:49:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1936</guid>
		<description><![CDATA[This video demonstrates several strategies for incrementally moving portions of the application to Ruby and taking advantage of the productivity of Rails in a legacy Java environment. While JRuby could be an integration glue for Java applications, introducing Rails into an existing application without any significant rewriting is not obvious. 

Video Producer: Scottish Ruby Conference
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/08/15/refactoring-a-legacy-java-application-to-rails/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Unit Testing Legacy Code</title>
		<link>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/</link>
		<comments>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:55:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1628</guid>
		<description><![CDATA[This video shows technique to refactoring unit testing of legacy code.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Duplication by Refactoring</title>
		<link>http://www.java-tv.com/2010/05/05/removing-duplication-by-refactoring/</link>
		<comments>http://www.java-tv.com/2010/05/05/removing-duplication-by-refactoring/#comments</comments>
		<pubDate>Wed, 05 May 2010 13:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1506</guid>
		<description><![CDATA[This video removes the duplication in the add and subtract classes by introducing an abstract base class. The end result is a use of the template method pattern. 

Video Producer:  Brett L. Schuchert
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/05/05/removing-duplication-by-refactoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refactoring Java Classes with Eclipse</title>
		<link>http://www.java-tv.com/2008/07/21/refactoring-java-classes-with-eclipse/</link>
		<comments>http://www.java-tv.com/2008/07/21/refactoring-java-classes-with-eclipse/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 14:12:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=125</guid>
		<description><![CDATA[Small introduction to Eclipse Feature Diagrams function: a tool to refactor Java classes.
 
Additional resources:
Refactoring Java Code
Refactoring in NetBeans 4.1
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/07/21/refactoring-java-classes-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xUnit Test Patterns: Refactoring Test Code &#8211; Part 2 (video)</title>
		<link>http://www.java-tv.com/2008/05/28/xunit-test-patterns-refactoring-test-code-part-2-video/</link>
		<comments>http://www.java-tv.com/2008/05/28/xunit-test-patterns-refactoring-test-code-part-2-video/#comments</comments>
		<pubDate>Wed, 28 May 2008 16:15:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=79</guid>
		<description><![CDATA[Test automation expert Gerard Meszaros talks about his book xUnit Test  Patterns and how it can help developers and test automaters write better, more  maintainable automated tests. He introduces some of the common Test Smells that  test automaters may encounter and what these symptoms should tell them about how  they&#8217;ve automated the tests.
http://www.informit.com/podcasts/episode.aspx?e=5ea3ec7f-4109-4721-b278-2ba909ec2dcd
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/05/28/xunit-test-patterns-refactoring-test-code-part-2-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xUnit Test Patterns: Refactoring Test Code &#8211; Part 1</title>
		<link>http://www.java-tv.com/2008/05/28/xunit-test-patterns-refactoring-test-code-part-1/</link>
		<comments>http://www.java-tv.com/2008/05/28/xunit-test-patterns-refactoring-test-code-part-1/#comments</comments>
		<pubDate>Wed, 28 May 2008 16:12:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=78</guid>
		<description><![CDATA[Test automation expert Gerard Meszaros talks about his book xUnit Test  Patterns and how it aids developers and test automaters write better, more  maintainable automated tests. He introduces the common Test Smells that test  automaters may encounter and what these symptoms should tell them about how  they&#8217;ve automated the tests.
http://www.informit.com/podcasts/episode.aspx?e=56de908c-a71c-46c2-ae77-ae1f81f749b1
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/05/28/xunit-test-patterns-refactoring-test-code-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 780/878 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:21:50 -->
