<?xml version="1.0" encoding="ISO-8859-1"?>











<rss version="2.0">
  <channel>
    <title>The Java(tm) Specialists' Newsletter</title>
    <link>http://www.javaspecialists.eu</link>
    <description>The Java(tm) Specialists' Newsletter features advanced
articles and tips surrounding the Java Programming Language</description>
    <language>en</language>
    <copyright>Copyright 2000-2005, Dr Heinz Max Kabutz</copyright>
    <managingEditor>Dr Heinz Kabutz</managingEditor>
    <webMaster>Dr Heinz Kabutz</webMaster>
    <ttl>1440</ttl>

    
    <item>
      <title>Escape Analysis
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue179.html
      </link>
      <pubDate>Wed, 30 Dec 2009 GMT
      </pubDate>
      <description>Escape analysis can make your code run 110 times faster -
      if you are a really really bad programmer to begin with :-)
      In this newsletter we look at some of the places where
      escape analysis can potentially help us.
      </description>
    </item>
    
    <item>
      <title>WalkingCollection Generics
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue178b.html
      </link>
      <pubDate>Tue, 17 Nov 2009 GMT
      </pubDate>
      <description>Generics can be used to further improve the
      WalkingCollection, shown in our previous newsletter.
      </description>
    </item>
    
    <item>
      <title>WalkingCollection
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue178.html
      </link>
      <pubDate>Sat, 14 Nov 2009 GMT
      </pubDate>
      <description>We look at how we could internalize the iteration into
      a collection by introducing a Processor interface that
      is applied to each element.  This allows us to manage
      concurrency from within the collection.
      </description>
    </item>
    
    <item>
      <title>Logging Part 3 of 3
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue177.html
      </link>
      <pubDate>Tue, 13 Oct 2009 GMT
      </pubDate>
      <description>After almost nine years of silence, we come back to bring
      the logging series to an end, looking at best practices and
      what performance measurements to log.
      </description>
    </item>
    
  </channel>
</rss> 
 