<?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-2010, Dr Heinz Max Kabutz</copyright>
    <managingEditor>Dr Heinz Kabutz</managingEditor>
    <webMaster>Dr Heinz Kabutz</webMaster>
    <ttl>1440</ttl>
    
    <item>
      <title>Calling Methods from a Constructor
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue210.html
      </link>
      <pubDate>Wed, 22 May 2013</pubDate>
      <description>In this newsletter we investigate what can go wrong when we call methods from constructors, showing examples from the JDK, Glassfish, Spring Framework and some other well known frameworks..
      </description>
    </item>
    
    <item>
      <title>Unicode Redux (1 of 2)
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue209.html
      </link>
      <pubDate>Thu, 11 Apr 2013</pubDate>
      <description>Unicode is the most important computing industry standard for representation and handling of text, no matter which of the world's writing systems is used. This newsletter discusses some selected features of Unicode, and how they might be dealt with in Java.
      </description>
    </item>
    
    <item>
      <title>Throwing Exceptions from Fields
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue208.html
      </link>
      <pubDate>Sun, 31 Mar 2013</pubDate>
      <description>How can you set a field at point of declaration if its constructor throws a checked exception?
      </description>
    </item>
    
    <item>
      <title>Final Parameters and Local Variables
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue207.html
      </link>
      <pubDate>Thu, 27 Dec 2012</pubDate>
      <description>The trend of marking parameters and local variables as "final" does not really enhance your code, nor does it make it more secure.
      </description>
    </item>
    
    <item>
      <title>Striped Executor Service
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue206.html
      </link>
      <pubDate>Tue, 13 Nov 2012</pubDate>
      <description>We present a new type of ExecutorService that allows users to "stripe" their execution in such a way that all tasks belonging to one stripe are executed in-order.
      </description>
    </item>
    
    <item>
      <title>How to Make Your Own Rules
      </title>
      <link>http://www.javaspecialists.eu/archive/Issue205.html
      </link>
      <pubDate>Mon, 27 Aug 2012</pubDate>
      <description>Rule Based Programming, a declarative programming paradigm, is based on logical patterns to select data and associate it with processing instructions. This is a more indirect method than the sequential execution steps of an imperative programming language.
      </description>
    </item>
    
  </channel>
</rss> 
 
