<?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>MDBitz Development Resources &#187; Software Development</title>
	<atom:link href="http://resources.mdbitz.com/categories/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://resources.mdbitz.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Nov 2010 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Performing Batch processing with iBATIS and Spring</title>
		<link>http://resources.mdbitz.com/2010/10/performing-batch-processing-with-ibatis-and-spring/</link>
		<comments>http://resources.mdbitz.com/2010/10/performing-batch-processing-with-ibatis-and-spring/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 16:22:45 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Batch Processing]]></category>
		<category><![CDATA[Batching]]></category>
		<category><![CDATA[iBATIS]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[SQL Maps]]></category>
		<category><![CDATA[SqlMapClientCallback]]></category>
		<category><![CDATA[SQLMapExecutor]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1472</guid>
		<description><![CDATA[When utilizing the iBATIS framework you define your SQL Maps to perform the basic CRUD functionality and additional business logic for an individual item. Very often you will be only updating single objects at a time and this is great, but what happens on those occasions where you find yourself processing hundreds of objects at [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/10/performing-batch-processing-with-ibatis-and-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the main difference between MIT and GPL licenses?</title>
		<link>http://resources.mdbitz.com/2009/12/what-is-the-main-difference-between-mit-and-gpl-licenses/</link>
		<comments>http://resources.mdbitz.com/2009/12/what-is-the-main-difference-between-mit-and-gpl-licenses/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:56:57 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Dual Licensing]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[GPL License]]></category>
		<category><![CDATA[License]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[MIT License]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=643</guid>
		<description><![CDATA[When writing applications, libraries, or other source code we often want some control over how it is used by the community. Licenses allow us developers to protect our rights to the source code while defining the terms in which others may utilize it. Two of the most common licenses used in open source software are [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/12/what-is-the-main-difference-between-mit-and-gpl-licenses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging with log4j: How and why you should use logging within your application.</title>
		<link>http://resources.mdbitz.com/2009/09/logging-with-log4j-how-and-why-you-should-use-logging-within-your-application/</link>
		<comments>http://resources.mdbitz.com/2009/09/logging-with-log4j-how-and-why-you-should-use-logging-within-your-application/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 19:57:11 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[Logger]]></category>
		<category><![CDATA[Logging]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=283</guid>
		<description><![CDATA[Why should developers use logging? Logging to those new in the development world is the process of putting output statements inside your code to facilitate debugging and analysis of performance or issues.  Development of an application is completed by going through a life-cycle that typically includes requirements, code production, testing, and deployment in some manor. [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/09/logging-with-log4j-how-and-why-you-should-use-logging-within-your-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven Development &#8211; A Software Development Process</title>
		<link>http://resources.mdbitz.com/2009/09/test-driven-development-a-software-development-process/</link>
		<comments>http://resources.mdbitz.com/2009/09/test-driven-development-a-software-development-process/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:36:03 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Test Driven Development]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=276</guid>
		<description><![CDATA[What is Test-driven Development? Test-driven development is a process or technique for the development of software or code. The main focus with this process is the understanding of the requirements to enable the developer to write tests for new functionality and features before they write any code. This enables the developer to have a specific [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/09/test-driven-development-a-software-development-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

