<?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>gonz0's Blog &#187; Development</title>
	<atom:link href="http://blog.gonz0.com.ar/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gonz0.com.ar</link>
	<description></description>
	<lastBuildDate>Sat, 04 Dec 2010 21:05:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://blog.gonz0.com.ar</link>
  <url>http://blog.gonz0.com.ar/favicon.png</url>
  <title>gonz0's Blog</title>
</image>
<atom:link rel="search"
           href="http://blog.gonz0.com.ar/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" />		<item>
		<title>Testing with Stubs or testing with Mocks?</title>
		<link>http://blog.gonz0.com.ar/2010/08/testing-with-stubs-or-testing-with-mocks/</link>
		<comments>http://blog.gonz0.com.ar/2010/08/testing-with-stubs-or-testing-with-mocks/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 05:18:00 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/?p=263</guid>
		<description><![CDATA[I&#8217;ve read Mocks Aren&#8217;t Stubs some time ago. However, it was not until recently, after having a discussion on TDD with a colleague, that I realized how strongly coupled a test is to the tested class&#8217; implementation when using mocks. Ever since I started using mocks, seeing how easy it is, I&#8217;ve been doing tests to [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2010/08/testing-with-stubs-or-testing-with-mocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Certified Professional!</title>
		<link>http://blog.gonz0.com.ar/2010/07/spring-certified-professional/</link>
		<comments>http://blog.gonz0.com.ar/2010/07/spring-certified-professional/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:25:54 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/?p=259</guid>
		<description><![CDATA[Well, had this site quite abandoned lately&#8230; this is certainly a good way of reviving it. I just got out of my certification exam, and successfully passed it. I&#8217;m now a Spring Certified professional, after having taken the course a while ago and finally raised some courage to appointing for the test. I cannot give [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2010/07/spring-certified-professional/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Taking a tour inside the Spring Framework</title>
		<link>http://blog.gonz0.com.ar/2010/02/taking-a-tour-inside-the-spring-framework/</link>
		<comments>http://blog.gonz0.com.ar/2010/02/taking-a-tour-inside-the-spring-framework/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:14:41 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/?p=234</guid>
		<description><![CDATA[I&#8217;ll be attending SpringSource&#8216;s Spring Core training this week. Two cool remarks from day one: Infrastructure beans in its own bean definition file After having heard this suggestion, I can&#8217;t believe I didn&#8217;t think of it before. Having plumbing beans on a separate file makes all the sense in the world. It is expected to [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2010/02/taking-a-tour-inside-the-spring-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where did Spring Modules: Validation go?</title>
		<link>http://blog.gonz0.com.ar/2009/08/where-did-spring-modules-validation-go/</link>
		<comments>http://blog.gonz0.com.ar/2009/08/where-did-spring-modules-validation-go/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 03:35:37 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/?p=207</guid>
		<description><![CDATA[Spring Modules has been marked deprecated. In favor of Spring Extensions, says the page. Now Spring Extensions doesn&#8217;t have Annotations validation, a great feature of the former project. In fact, I couldn&#8217;t find these annotations or the necessary Validator Configuration Loader anywhere in Spring 2.5. So, for the time being, I&#8217;m using Validation 0.8a from [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2009/08/where-did-spring-modules-validation-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Injection is just bad coding</title>
		<link>http://blog.gonz0.com.ar/2008/04/sql-injection-is-just-bad-coding/</link>
		<comments>http://blog.gonz0.com.ar/2008/04/sql-injection-is-just-bad-coding/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 02:55:36 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/?p=20</guid>
		<description><![CDATA[Rajesh Patel brought once again to my attention the fact that many developers assume an ORM framework protects you from SQL injection. SQL or HQL or whatever injection, is just exploiting a bug whose source is String concatenation. It has nothing to do with which tool you use to get, store, delete or update data [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2008/04/sql-injection-is-just-bad-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assertions in Java</title>
		<link>http://blog.gonz0.com.ar/2008/03/assertions-in-java/</link>
		<comments>http://blog.gonz0.com.ar/2008/03/assertions-in-java/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 18:44:57 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/archives/15</guid>
		<description><![CDATA[It was not until recently that I found this feature of the Java language. Runtime assertions, which can be enabled or disabled with JVM arguments, and derive in errors if failed. Such a feature can be very helpful in building quality Classes. In some way, when enabled, every object built with assertions in its code [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2008/03/assertions-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate: scrolling through entities with join fetched child collections</title>
		<link>http://blog.gonz0.com.ar/2008/02/hibernate-scrolling-through-entities-with-lazy-loaded-child-collections/</link>
		<comments>http://blog.gonz0.com.ar/2008/02/hibernate-scrolling-through-entities-with-lazy-loaded-child-collections/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 02:01:11 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/archives/14</guid>
		<description><![CDATA[While this should be a trivial thing, only consisting of mapping your entity and requesting a ScrollableResults from a Query object, it recently proved quite harder for me and my colleagues. The symptoms you may see if ever using this approach are very confusing: child collections will most of the time have only one entity, [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2008/02/hibernate-scrolling-through-entities-with-lazy-loaded-child-collections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java and 64 bit architectures</title>
		<link>http://blog.gonz0.com.ar/2008/01/java-and-64bit-architectures/</link>
		<comments>http://blog.gonz0.com.ar/2008/01/java-and-64bit-architectures/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 01:12:20 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/archives/8</guid>
		<description><![CDATA[&#8220;Write once, run anywhere&#8221; Or so they say. Some time ago I decided to use a 64 bit OS since I have a 64 bit processor on my computer. Many people I consulted told me it would be a painful process, since lots of software do not work well outside the 32 bit world. They [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2008/01/java-and-64bit-architectures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java&#8217;s date and time APIs</title>
		<link>http://blog.gonz0.com.ar/2008/01/javas-date-and-time-apis/</link>
		<comments>http://blog.gonz0.com.ar/2008/01/javas-date-and-time-apis/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 01:40:53 +0000</pubDate>
		<dc:creator>Gonzalo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.gonz0.com.ar/archives/7</guid>
		<description><![CDATA[Java provides two different APIs to deal with dates and times, java.util.Date and java.util.Calendar. Both of these APIs are missing necessary operations that should be easily doable with dates and times, such as addition and substraction, They also lack several important classes such as time intervals, durations and periods. They don’t allow for the creation [...]]]></description>
		<wfw:commentRss>http://blog.gonz0.com.ar/2008/01/javas-date-and-time-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

