<?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/"
	>

<channel>
	<title>Java Bien!</title>
	<atom:link href="http://sunchic.free.fr/wordpress/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunchic.free.fr/wordpress</link>
	<description>David Gageot, Java &#38; Agile</description>
	<pubDate>Mon, 03 Aug 2009 06:51:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moved to http://javabien.net</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/08/03/moved-to-httpjavabiennet/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/08/03/moved-to-httpjavabiennet/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 06:50:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=462</guid>
		<description><![CDATA[Hi all,
This blog was moved to http://javabien.net. Please update your bookmarks or better add this blog to your favorite news reader.
David.
]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/08/03/moved-to-httpjavabiennet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crise, quelle crise ?</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/08/02/crise-quelle-crise/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/08/02/crise-quelle-crise/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 06:55:16 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=440</guid>
		<description><![CDATA[Crise, quelle crise ? La blogosphère IT française est être frappée d&#8217;une crise de la trentaine (ici, là, là et là): quel avenir pour les développeurs ayant passé l&#8217;âge fatidique ? Comment rester bankable dans le monde de l&#8217;informatique lorsque l&#8217;on rêve de rester développeur et que notre employeur aimerait nous remplacer par un plus [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/08/02/crise-quelle-crise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mockito&#8217;s partial mocks. Testing real objects just got easier</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/06/21/mockitos-partial-mocks-testing-real-objects-just-got-easier/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/06/21/mockitos-partial-mocks-testing-real-objects-just-got-easier/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 10:37:12 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[mockito]]></category>

		<category><![CDATA[mocks]]></category>

		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=420</guid>
		<description><![CDATA[In this article (in french), I wrote 6 months ago, I was searching for a mockito-like syntax to stub only one method of an object instance under test. Mockito brought it in it&#8217;s latest version.

Here is a recap of the need:
This is what I usually write to mock a method of a real object (usually [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/06/21/mockitos-partial-mocks-testing-real-objects-just-got-easier/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I don&#8217;t like inheritance in Java and now I know how to explain why</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/06/19/i-dont-like-inheritance-in-java-and-now-i-know-how-to-explain-why/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/06/19/i-dont-like-inheritance-in-java-and-now-i-know-how-to-explain-why/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 16:49:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[clean code]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=405</guid>
		<description><![CDATA[I tend to dislike very very much class inheritance in Java. However, until today, it was not easy to explain why.
I&#8217;ve always said that beginners do a lot of duplication when they code, medium programmers solve this problem using class inheritance, good programmers find every possible way to abstract even more and get rid of [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/06/19/i-dont-like-inheritance-in-java-and-now-i-know-how-to-explain-why/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maven2 detractors are right</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/03/maven2-detractors-are-right/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/03/maven2-detractors-are-right/#comments</comments>
		<pubDate>Sun, 03 May 2009 17:31:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=396</guid>
		<description><![CDATA[There is a crisis going on within the Maven community. Some think that Maven has become something too complicated, too difficult to maintain and evolve. I say it loud (even if few people care): I fully support these detractors.
Being a Maven2 users on a daily basis, I&#8217;ve been looking for a replacement for a long [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/03/maven2-detractors-are-right/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kata cron</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/03/kata-cron/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/03/kata-cron/#comments</comments>
		<pubDate>Sun, 03 May 2009 09:30:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[coding dojo]]></category>

		<category><![CDATA[cron]]></category>

		<category><![CDATA[Ioke]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=390</guid>
		<description><![CDATA[I&#8217;m currently in search for new ideas of programming katas for the coding dojo.
A small feature really impressed me in Google App Engine: the new cron feature uses plain english to define the frequency of cron jobs. Have you ever add to decode standard crontab syntax?

"0 0 12 * * ?" means "Fire at 12pm [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/03/kata-cron/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PdfBox to unit test pdf files</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/01/pdfbox-to-unit-test-pdf-files/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/01/pdfbox-to-unit-test-pdf-files/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:41:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[fest assert]]></category>

		<category><![CDATA[pdf]]></category>

		<category><![CDATA[pdfbox]]></category>

		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=373</guid>
		<description><![CDATA[If you generate a pdf file in your application, there is an easy way to unit test its content using pdfBox.
I tend to prefer iText to generate pdfs but pdfBox is easy enough to use to verify documents:
First, you need to import pdfBox in your pom.xml:
&#60;dependency&#62;
   &#60;groupid&#62;org.pdfbox&#60;/groupid&#62;
   &#60;artifactid&#62;com.springsource.org.pdfbox&#60;/artifactid&#62;
   &#60;version&#62;0.7.3&#60;/version&#62;
 [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/05/01/pdfbox-to-unit-test-pdf-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MasterMind Kata in Ioke</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/28/mastermind-kata-in-ioke/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/28/mastermind-kata-in-ioke/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:32:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[coding dojo]]></category>

		<category><![CDATA[Ioke]]></category>

		<category><![CDATA[MasterMind]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=359</guid>
		<description><![CDATA[Ioke is a new language that I&#8217;ve been wanting to learn for a few weeks. I like the vision statement for this language: &#8220;Make it as expressive as possible. Period&#8220;. Ola Bini, its author, doesn&#8217;t want to focus on performances early because it would break expressiveness. Take a look a primitives types versus plain Objects [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/28/mastermind-kata-in-ioke/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java libraries and frameworks supported by Google App Engine</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/12/java-libraries-and-frameworks-supported-by-google-app-engine/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/12/java-libraries-and-frameworks-supported-by-google-app-engine/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 06:55:27 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[google app engine]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=354</guid>
		<description><![CDATA[I&#8217;ve just posted a Google Spreadsheet to list java frameworks and libraries supported by Google App Engine : http://spreadsheets.google.com/pub?key=pRJ_0hajVrhacLjp3HqD5ew

Feel free to update and share.
]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/12/java-libraries-and-frameworks-supported-by-google-app-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Moderator on Coding Style Preferences</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/10/google-moderator-on-coding-style-preferences/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/10/google-moderator-on-coding-style-preferences/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:54:30 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Coding standards]]></category>

		<category><![CDATA[Google moderator]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=342</guid>
		<description><![CDATA[I&#8217;ve just started a Google Moderator on Coding styles. The idea is to find which coding style preferences are accepted by the majority, which interest nobody and which are balanced between likers and haters.

Google Moderator is not the perfect platform for this kind of experiment (no code formatting, no urls&#8230;) but I wanted to give [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/10/google-moderator-on-coding-style-preferences/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaCampParis 4th edition</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/01/javacampparis-4th-edition/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/01/javacampparis-4th-edition/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 07:25:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[javacamp]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=333</guid>
		<description><![CDATA[Yesterday was the 4th edition of JavaCampParis. It was a great event in a great place (Google&#8217;s offices in Paris). I must say that after a very boring Scrum User Group, this was a real change.
For those of you not familiar with JavaCamps, it&#8217;s an open space driven event. There is no such thing as [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/04/01/javacampparis-4th-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TDD is too good of a tool</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/18/tdd-is-too-good-of-a-tool/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/18/tdd-is-too-good-of-a-tool/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 23:37:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Agile]]></category>

		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=312</guid>
		<description><![CDATA[Some people started attacks against a few TDD proponents, namely Kent Beck and Bob Martin. This is not the first time and it won&#8217;t be the last time. What these bloggers don&#8217;t get is that TDD is not presented as the silver bullet by anybody serious about programming (and yes, Kent Beck and Bob Martin [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/18/tdd-is-too-good-of-a-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wish list for IPhone OS 3.0</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/17/wish-list-for-iphone-os-30/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/17/wish-list-for-iphone-os-30/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:34:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=318</guid>
		<description><![CDATA[Today, Apple will announce version 3 of iPhone OS. Here is my personal wish list:

Horizontal keyboard for Mail and Sms
Preference to lock the homescreen icons so that my 2 years old son doesn&#8217;t move/delete the icons. (BTW, an android-like unlock mecanism would keep him out of the homescreen)
Native Gmail application with search capabilities and push
Turn-by-turn [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/17/wish-list-for-iphone-os-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First JUnit Max test cloud</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/06/first-junit-max-test-cloud/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/06/first-junit-max-test-cloud/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 08:59:34 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[junit max]]></category>

		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=300</guid>
		<description><![CDATA[In previous post, I talked about JUnit Max Eclipse plugin. Here is what latest version&#8217;s test cloud view gives me:
Don&#8217;t know what it&#8217;s useful for yet but very promising.
By the way, beta testing is so cheap ($2 a month. In euros you cannot even buy a meal with the annual fee ;-)) that you should [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/03/06/first-junit-max-test-cloud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JUnit Max just rocks!</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/02/25/junit-max-just-rocks/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/02/25/junit-max-just-rocks/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 15:38:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[JUnit]]></category>

		<category><![CDATA[junit max]]></category>

		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=295</guid>
		<description><![CDATA[JUnit Max is an Eclipse plug&#8217;in developped by Kent Beck himself. After a few days testing it on a medium size project every day, I can tell you that it just rocks!

The idea being the plug&#8217;in is very simple and not new: it runs all the unit tests as soon as a source file is [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/02/25/junit-max-just-rocks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automatic mock creation with JUnit &#038; Mockito</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/02/19/automatic-mock-creation-with-junit-mockito/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/02/19/automatic-mock-creation-with-junit-mockito/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 11:05:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[JUnit]]></category>

		<category><![CDATA[mockito]]></category>

		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=283</guid>
		<description><![CDATA[Mockito is really a great mocking framework. It is based on a powerful stubbing and verification mecanism. Using it is as simple as this:

 import static org.mockito.Mockito.*;

 List mockedList = mock(List.class);

 mockedList.add("one");
 mockedList.clear();

 verify(mockedList).add("one");
 verify(mockedList).clear();

A handy tool provided by Mockito is a custom JUnit runner that automatically creates mock for fields tagged with @Mock annotation:

@RunWith(MockitoJUnit44Runner.class)
public [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/02/19/automatic-mock-creation-with-junit-mockito/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We can&#8217;t write expressive code</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/01/12/can-we-really-write-expressive-code/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/01/12/can-we-really-write-expressive-code/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:00:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Agile]]></category>

		<category><![CDATA[expressive code]]></category>

		<category><![CDATA[Raskin]]></category>

		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=261</guid>
		<description><![CDATA[Ever since there are programming languages, good programmers have tried to write code that is expressive enough to be understood and maintained. However, put two good programmers face to face and chances are they might agree on what expressive mean but they won&#8217;t agree on how to do it.


Some think that less is better and [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/01/12/can-we-really-write-expressive-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Banking problem explained</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2009/01/07/banking-problem-explained/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2009/01/07/banking-problem-explained/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:51:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[finance]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=249</guid>
		<description><![CDATA[This was sent to me by email. I don&#8217;t know the source. It might be this blog as pointed by Google.


Young Chuck moved to Texas and bought a donkey from a farmer for $100.00.
The farmer agreed to deliver the donkey the next day. 
The next day he drove up and said, &#8216;Sorry son, but I [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2009/01/07/banking-problem-explained/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy new year!</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2008/12/31/happy-new-year/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2008/12/31/happy-new-year/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:59:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Jokes]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=246</guid>
		<description><![CDATA[
if (2008 == year) {
    year++;
}

]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2008/12/31/happy-new-year/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spring&#8217;s flaws</title>
		<link>http://sunchic.free.fr/wordpress/index.php/archives/2008/12/30/springs-flaws/</link>
		<comments>http://sunchic.free.fr/wordpress/index.php/archives/2008/12/30/springs-flaws/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 12:19:02 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://sunchic.free.fr/wordpress/?p=237</guid>
		<description><![CDATA[I love Spring Framework. I use it on almost every project and I&#8217;m pretty close to think that I couldn&#8217;t leave without it. However, lots of people really dislike it for plenty of reasons. This makes me wonder what are the real flaws I would name.
The first flaw that comes to my mind is the [...]]]></description>
		<wfw:commentRss>http://sunchic.free.fr/wordpress/index.php/archives/2008/12/30/springs-flaws/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
