<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>jastram.de Blog - Java</title>
    <link>http://jastram.de/blog/</link>
    <description>Commentary from a world citizen</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:michael@jastram.de" />
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://jastram.de/images/frame-michael.gif</url>
        <title>RSS: jastram.de Blog - Java - Commentary from a world citizen</title>
        <link>http://jastram.de/blog/</link>
        <width></width>
        <height></height>
    </image>

<item>
    <title>Running Rodin 1.1 with Ubuntu 9.10</title>
    <link>http://jastram.de/blog/blog.php?/archives/333-Running-Rodin-1.1-with-Ubuntu-9.10.html</link>
            <category>Eclipse RCP</category>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/333-Running-Rodin-1.1-with-Ubuntu-9.10.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=333</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=333</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;p&gt;I had a few issues getting Rodin 1.1 to work properly after Updating Ubuntu to 9.10.  The main issue is the HTML-Viewer that Eclipse uses.  It wraps Firefox/xulrunner in an SWT-Control.  Unfortunately, Firefox 3.5 (xulrunner 1.9.1) is incompatible with Eclipse 3.4, on which Rodin is based.&lt;/p&gt;&lt;p&gt;To work around this problem, you need to install &lt;a href=&quot;http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.0.15/runtimes/&quot;&gt;xulrunner 1.9.0&lt;/a&gt;.  I installed it locally at ~/opt/xulrunner-1.9.0.15&lt;/p&gt;&lt;p&gt;Next, you need to edit your rodin.ini (in the Rodin installation directory) and add the following line:&lt;/p&gt;&lt;p&gt;-Dorg.eclipse.swt.browser.XULRunnerPath=~/opt/xulrunner-1.9.0.15&lt;/p&gt;&lt;p&gt;That&#039;s it!  This also works for running Eclipse 3.4 (in that case, you have to edit eclipse.ini).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Good luck!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 06 Nov 2009 23:30:52 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/333-guid.html</guid>
    
</item>
<item>
    <title>Building a GWT app that is an Eclipse Plug-In</title>
    <link>http://jastram.de/blog/blog.php?/archives/329-Building-a-GWT-app-that-is-an-Eclipse-Plug-In.html</link>
            <category>Eclipse RCP</category>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/329-Building-a-GWT-app-that-is-an-Eclipse-Plug-In.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=329</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=329</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;p&gt;For my own reference:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Create a new GWT-Project&lt;/li&gt;&lt;li&gt;Give it a standard Plug-In name (e.g. de.jastram.gwtexample)&lt;/li&gt;&lt;li&gt;Give the Project the Plug-In Nature (Right-click on Project &amp;gt; Configure &amp;gt; Convert to Plug-in Projects...)&lt;/li&gt;&lt;li&gt;Add Dependency to de.jastram.jettyrunner&lt;/li&gt;&lt;li&gt;Add Extension de.jastram.jettyrunner.warrunner&lt;/li&gt;&lt;li&gt;Add a war-element&lt;/li&gt;&lt;li&gt;That&#039;s it - don&#039;t forget to compile.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt; 
    </content:encoded>

    <pubDate>Wed, 23 Sep 2009 11:28:03 -0400</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/329-guid.html</guid>
    
</item>
<item>
    <title>Falschdarstellung zu Spring im JavaMagazin?</title>
    <link>http://jastram.de/blog/blog.php?/archives/311-Falschdarstellung-zu-Spring-im-JavaMagazin.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/311-Falschdarstellung-zu-Spring-im-JavaMagazin.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=311</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=311</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    Laut Eberhard Wolff hat das aktuelle Editorial &lt;a href=&quot;http://jandiandme.blogspot.com/2008/11/java-magazin-editorial.html&quot;&gt;eine Anzahl sachlicher Fehler&lt;/a&gt;.  Ich habe das ganze nicht geprüft, habe aber leider selbst feststellen müssen, dass Informationen im JavaMagazin nicht immer gut recherchiert sind.  &lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 23 Nov 2008 22:50:58 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/311-guid.html</guid>
    
</item>
<item>
    <title>10 ways to improve your code</title>
    <link>http://jastram.de/blog/blog.php?/archives/285-10-ways-to-improve-your-code.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/285-10-ways-to-improve-your-code.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=285</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=285</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    Nothing really new here, but &lt;a href=&quot;http://www.regdeveloper.co.uk/2008/03/10/ten_ways_to_improve_code/&quot;&gt;Neil Ford created a list of 10 ways for writing better code&lt;/a&gt;.  All of them have been mentioned before, but it never harms to remind ourselves of good practices.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 10 Mar 2008 11:16:51 -0400</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/285-guid.html</guid>
    
</item>
<item>
    <title>Eclipse RCP Serie im Java Magazin</title>
    <link>http://jastram.de/blog/blog.php?/archives/279-Eclipse-RCP-Serie-im-Java-Magazin.html</link>
            <category>Eclipse RCP</category>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/279-Eclipse-RCP-Serie-im-Java-Magazin.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=279</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=279</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    Mit der Januar-Ausgabe ist die &lt;a href=&quot;http://jmage.net/index.php?option=com_content&amp;task=view&amp;id=35&amp;Itemid=41&quot;&gt;dreiteilige Artikelserie&lt;/a&gt; zum Thema &lt;a href=&quot;http://wiki.eclipse.org/index.php/Rich_Client_Platform&quot;&gt;Eclipse RCP&lt;/a&gt; Programmierung im&lt;a href=&quot;http://www.javamagazin.de&quot;&gt; Java Magazin&lt;/a&gt; komplett.  Wer sich für das Thema interessiert, ist eingeladen, die &lt;a href=&quot;http://jmage.net/&quot;&gt;begeitende Webseite jmage.de&lt;/a&gt; zu besuchen.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 27 Jan 2008 16:39:38 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/279-guid.html</guid>
    
</item>
<item>
    <title>Düsseldorf JUG ist jetzt RheinJUG</title>
    <link>http://jastram.de/blog/blog.php?/archives/276-Duesseldorf-JUG-ist-jetzt-RheinJUG.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/276-Duesseldorf-JUG-ist-jetzt-RheinJUG.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=276</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=276</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;br /&gt;
Die Düsseldorfer Java User Group hat jetzt einen neuen Namen und ein neues zu Hause.  Dank der großzügigen Unterstützung von &lt;a href=&quot;http://www.djinn.it&quot;&gt;djinn.it&lt;/a&gt; haben wir ein professionelles Logo und einen entsprechenden Auftritt bekommen, ab jetzt unter &lt;a href=&quot;http://www.rheinjug.de&quot;&gt;rheinjug.de&lt;/a&gt;!  Ein herzliches Dank an Heiko Sippel.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 08 Jan 2008 15:35:09 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/276-guid.html</guid>
    
</item>
<item>
    <title>Treffen mit James Gosling</title>
    <link>http://jastram.de/blog/blog.php?/archives/273-Treffen-mit-James-Gosling.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/273-Treffen-mit-James-Gosling.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=273</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=273</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;br /&gt;
Letzte Woche war ich bei den &lt;a href=&quot;http://de.sun.com/sunnews/events/2007/20071203/&quot;&gt;Sun Tech Days in Frankfurt&lt;/a&gt;, wo ich als Leiter einer &lt;a href=&quot;http://www.d-jug.de/&quot;&gt;JUG&lt;/a&gt; die Gelegenheit hatte, mitten etwa 30 weiteren Teilnehmern Java-Entwickler &lt;a href=&quot;http://en.wikipedia.org/wiki/James_Gosling&quot;&gt;James Gosling&lt;/a&gt; zu treffen und Fragen zu stellen.  Ich habe hier mal einige der interessanteren Zitate zusammengestellt.&lt;p /&gt; &lt;br /&gt;&lt;a href=&quot;http://jastram.de/blog/blog.php?/archives/273-Treffen-mit-James-Gosling.html#extended&quot;&gt;Continue reading &quot;Treffen mit James Gosling&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 10 Dec 2007 12:07:45 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/273-guid.html</guid>
    
</item>
<item>
    <title>What is wrong with Xing?</title>
    <link>http://jastram.de/blog/blog.php?/archives/267-What-is-wrong-with-Xing.html</link>
            <category>Business</category>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/267-What-is-wrong-with-Xing.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=267</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=267</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    I do use &lt;a href=&quot;https://www.xing.com/&quot;&gt;Xing&lt;/a&gt;, but I refuse to pay for it.  I don&#039;t like their business practices, and I think their service is overpriced.  In fact, I only use it to announce events of the &lt;a href=&quot;http://www.d-jug.de/&quot;&gt;Düsseldorf Java User Group&lt;/a&gt;.  I used &lt;a href=&quot;http://www.linkedin.com/&quot;&gt;linkedIn&lt;/a&gt; in America, and I liked it much better and the free / paid for services much more balanced.  Furthermore, I wouldn&#039;t mind using an ad-supported service that is cheaper / free instead.  Am I alone?  Obviously not: The &lt;a href=&quot;http://www.ftd.de/technik/medien_internet/:Xing%20Ausland/242059.html&quot;&gt;Financial Times points out that only 8.1% of the users pay&lt;/a&gt;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 21 Aug 2007 20:08:43 -0400</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/267-guid.html</guid>
    
</item>
<item>
    <title>Düsseldorf Java User Group zu neuer Webseite migriert!</title>
    <link>http://jastram.de/blog/blog.php?/archives/256-Duesseldorf-Java-User-Group-zu-neuer-Webseite-migriert!.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/256-Duesseldorf-Java-User-Group-zu-neuer-Webseite-migriert!.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=256</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=256</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;br /&gt;
Fertig! Da unser bisherige Mailinglist-Host Smartgroups die Türen schließt, mussten wir ein neues zu Hause finden.  Seit kurzem hat nun die JUG ein neues zu Hause unter &lt;a title=&quot;Düsseldorf Java User Group&quot; href=&quot;http://www.d-jug.de&quot;&gt;www.d-jug.de&lt;/a&gt;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 03 Dec 2006 19:50:26 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/256-guid.html</guid>
    
</item>
<item>
    <title>Coderichtlinien - gut oder schlecht?</title>
    <link>http://jastram.de/blog/blog.php?/archives/245-Coderichtlinien-gut-oder-schlecht.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/245-Coderichtlinien-gut-oder-schlecht.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=245</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=245</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;br /&gt;
Neulich beim &lt;a title=&quot;Düsseldorf JUG&quot; href=&quot;http://smartgroups.com/groups/d-jug&quot;&gt;Java Stammtisch in Düsseldorf&lt;/a&gt; diskutierten wir, ob Coderichtlinien gut oder schlecht sind.  &lt;a href=&quot;http://www.sigs.de/blog/js/?p=14&quot;&gt;Stefan Tilkov ist dafür&lt;/a&gt; - wenn man den gesunden Menschenverstand beachtet.  Dem stimme ich zu, und ein gut konfiguriertes &lt;a href=&quot;http://checkstyle.sourceforge.net/&quot;&gt;Checkstyle&lt;/a&gt; kann dabei enorm hilfreich sein.&lt;p&gt;Allerdings waren nicht alle Teilnehmer des Stammtisches dieser Meinung.  Ein Anwesender vertrat die Ansicht, dass Stil irrelevant ist, denn mit einer guten IDE kann man jeden Code navigieren und mit ein paar Klicks auto-formatieren.&lt;/p&gt;&lt;p&gt;Dem stimme ich nicht zu.  Ein konsistenter Stil bringt wesentlich mehr als nur Formatierung: Oft wirkt er sich auch auf Dokumentation, Pattern, etc. aus.  Aber einen Punkt finde ich noch viel wichtiger: Wenn der Code eingecheckt wird, möchte ich wissen, was sich geändert hat.  Da kein Diff-Werkzeug die Semantik versteht, kann es nach einer Auto-Formatierung so aussehen, als hätte sich der gesamte Code geändert, obwohl sich vielleicht überhaupt nichts geändert hat. &lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 09 Aug 2006 21:16:23 -0400</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/245-guid.html</guid>
    
</item>
<item>
    <title>Heinz Kabutz besucht die Kölner JUG</title>
    <link>http://jastram.de/blog/blog.php?/archives/241-Heinz-Kabutz-besucht-die-Koelner-JUG.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/241-Heinz-Kabutz-besucht-die-Koelner-JUG.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=241</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=241</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    Heinz Kabutz war mir schon lange bekannt, da ich ein begeisteter Leser seines &lt;a href=&quot;http://www.javaspecialists.co.za/&quot;&gt;Java Specialist Newsletters&lt;/a&gt; bin.  Als die Kölner JUG es dann schaffte, ihn als Sprecher zu rektrutieren, habe ich alles daran gesetzt, bei &lt;a href=&quot;http://jugcologne.org/2006/07/09/gala-mit-dr-kabutz-und-pepperdine/&quot;&gt;diesem Ereignis&lt;/a&gt; dabei zu sein. 
    </content:encoded>

    <pubDate>Tue, 04 Jul 2006 22:18:00 -0400</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/241-guid.html</guid>
    
</item>
<item>
    <title>Red Hat buys JBoss</title>
    <link>http://jastram.de/blog/blog.php?/archives/235-Red-Hat-buys-JBoss.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/235-Red-Hat-buys-JBoss.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=235</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=235</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;br /&gt;
Nice &lt;a href=&quot;http://www.theserverside.com/blogs/thread.tss?thread_id=39896&quot;&gt;commentary from theServerSide&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Thu, 13 Apr 2006 15:53:23 -0400</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/235-guid.html</guid>
    
</item>
<item>
    <title>10 Things Every Java Programmer Should Know About Ruby</title>
    <link>http://jastram.de/blog/blog.php?/archives/11-10-Things-Every-Java-Programmer-Should-Know-About-Ruby.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/11-10-Things-Every-Java-Programmer-Should-Know-About-Ruby.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    When I find a quiet minute I&#039;ll read up on the &lt;a href=&quot;http://onestepback.org/articles/10things/&quot; title=&quot;10 Things Every Java Programmer Should Know About Ruby&quot;&gt;10 Things&lt;span style=&quot;font-weight: bold;&quot;&gt; &lt;/span&gt;Every Java Programmer&lt;span style=&quot;font-weight: bold;&quot;&gt; &lt;/span&gt;Should Know About&lt;span style=&quot;font-weight: bold;&quot;&gt; &lt;/span&gt;Ruby&lt;/a&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 15 Jan 2006 14:49:35 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/11-guid.html</guid>
    
</item>
<item>
    <title>Erstes Düssesldorf JUG-Treffen war sehr erfolgreich!</title>
    <link>http://jastram.de/blog/blog.php?/archives/8-Erstes-Duessesldorf-JUG-Treffen-war-sehr-erfolgreich!.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/8-Erstes-Duessesldorf-JUG-Treffen-war-sehr-erfolgreich!.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;p&gt;Gestern war das erste Treffen der &amp;quot;neuen&amp;quot; Düsseldorf Java Users Group - und es war unerwartet erfolgreich!  Statt der angemeldeten 10-15 Besuchern kamen 40 Leute!  Die Luft war stickig, wir mußten Pizza nachbestellen, aber eins ist klar: Die Gruppe wird eine Weile überleben.  Danke an alle Besucher!&lt;/p&gt;&lt;p&gt;Das nächste Treffen ist schon in Planung und wird in etwa zwei Monaten von &lt;a href=&quot;http://www.logemann.org/blojsom/blog/default/2006/01/12/last_call_join_us_at_Duesseldorf_JUG.html&quot; title=&quot;Marc Logemann&quot;&gt;Marc Logemann&lt;/a&gt; zum Thema &lt;a href=&quot;http://www.golem.de/0409/33884.html&quot; title=&quot;Java 5&quot;&gt;Java 5&lt;/a&gt; gehalten werden.&lt;/p&gt;&lt;p&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 13 Jan 2006 18:51:53 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/8-guid.html</guid>
    
</item>
<item>
    <title>Lightweight Java</title>
    <link>http://jastram.de/blog/blog.php?/archives/3-Lightweight-Java.html</link>
            <category>Java</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/3-Lightweight-Java.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;br /&gt;
I recently read Bruce Tate&#039;s &lt;a href=&quot;http://www.amazon.com/gp/product/0596006764&quot;&gt;Better, Faster, Lighter Java&lt;/a&gt;.  In the light of this I was surprised to see an &lt;a href=&quot;http://dev2dev.bea.com/pub/a/2005/06/interview_jim_rivera.html&quot;&gt;Interview&lt;/a&gt; with &lt;i&gt;&lt;a href=&quot;http://dev2dev.bea.com/pub/au/232&quot;&gt;Jim Rivera&lt;/a&gt; (director of technology at BEA) on this topic, as I would put BEA clearly in the heavyweight camp.&lt;/i&gt; 
    </content:encoded>

    <pubDate>Thu, 29 Dec 2005 20:03:31 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/3-guid.html</guid>
    
</item>

</channel>
</rss>