<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://blogs.codehaus.org/people/kevin//archives/java.html">
<title>-k. - Java</title>
<link>http://blogs.codehaus.org/people/kevin//archives/java.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2005-01-17T11:07:59+10:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />

<items>
<rdf:Seq><rdf:li rdf:resource="http://blogs.codehaus.org/people/kevin/archives/000956_a_great_eclipse_rcp_example.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/people/kevin/archives/000156_java_productivity.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/people/kevin/archives/000154_picocontainer.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://blogs.codehaus.org/people/kevin/archives/000956_a_great_eclipse_rcp_example.html">
<title>A great Eclipse RCP example</title>
<link>http://blogs.codehaus.org/people/kevin/archives/000956_a_great_eclipse_rcp_example.html</link>
<description><![CDATA[<p>Of late I've been working on a couple of <a href="http://www.eclipse.org/rcp/">Eclipse <acronym title="Rich Client Platform">RCP</acronym></a> based applications. The biggest problem I've run into is the lack of good example applications for the <acronym title="Rich Client Platform">RCP</acronym>. Either they are too big (the Eclipse IDE for example) or too small (the sample <acronym title="Rich Client Platform">RCP</acronym> application supplied with 3.1). Then I came across <a href="http://jlibrary.javahispano.net/es/index.html">JLibrary</a>.</p>
<p>JLibrary is large without being too large. It has example of most of the things you'd like to do with the <acronym title="Rich Client Platform">RCP</acronym> without the weight of the Eclipse IDE. If you're interested in using the <acronym title="Rich Client Platform">RCP</acronym> then I'd suggest checking it out.]]></description>
<dc:subject>Java</dc:subject>
<dc:creator>kevin</dc:creator>
<dc:date>2005-01-17T11:07:59+10:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/people/kevin/archives/000156_java_productivity.html">
<title>Java productivity</title>
<link>http://blogs.codehaus.org/people/kevin/archives/000156_java_productivity.html</link>
<description><![CDATA[<p>When I don't have my developer hat on I do some work helping development team improve their process. Recently I've been working with a very successful group of young developers who have a great learning management suite. Unfortunatly it is suffering from a growing bug count and the guys are spending the majority their time reacting to bugs rather than adding features. </p>

<p>The system is written on the .NET platform using visual studio. The project was the first for many of the developers (being straight out of university) and they took a look at the Microsoft tools available and said "hey this makes thing easy" and it did. For a while. </p>

<p>There are plenty of "organic growth" issues in the code base, but what struct me the most was the amount of infrastructure code for persistence, security etc, they'd had to develop. The sort of stuff I'd forgot about a long time ago. I realised that the reason I can be productive when creating a system is that for the majority of time I can just concentrate on the unique aspects of the system, not on the infracstruction.</p>]]></description>
<dc:subject>Java</dc:subject>
<dc:creator>kevin</dc:creator>
<dc:date>2003-09-19T09:40:27+10:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/people/kevin/archives/000154_picocontainer.html">
<title>PicoContainer</title>
<link>http://blogs.codehaus.org/people/kevin/archives/000154_picocontainer.html</link>
<description><![CDATA[<p>Yesterday I needed a container to manage a small number of components and although I've used <a href="http://avalon.apache.org/" title="Avalon Framework">Avalon</a> in the past it's fairly heavy and intrusive and the thought of adding all the dependencies to my web app just made me a little hesitent. After looking at a few containers I decided to go with <a title="PicoContainer" href="http://picocontainer.codehaus.org/">PicoContainer</a>. An hour later it was integrated and combining my components. You can't ask for much simplier than that. Now I've read all the arguments about the use of constructors being evil <em>blah blah blah</em>, but this thing just works and its nice and light (44K with debug symbols).</p>]]></description>
<dc:subject>Java</dc:subject>
<dc:creator>kevin</dc:creator>
<dc:date>2003-09-18T08:52:09+10:00</dc:date>
</item>


</rdf:RDF>
