<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JavaBlogging &#187; Uncategorized</title>
	<atom:link href="http://www.javablogging.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Puzzler: the catalyst method does not work</title>
		<link>http://www.javablogging.com/puzzler-the-catalyst-method-does-not-work/</link>
		<comments>http://www.javablogging.com/puzzler-the-catalyst-method-does-not-work/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 12:28:17 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Generics]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Java Compiler]]></category>
		<category><![CDATA[Puzzler]]></category>
		<category><![CDATA[Type Erasure]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=731</guid>
		<description><![CDATA[Recently I wrote a post about a catalyst method in Java &#8211; an issue where an existence of a method that is never actually invoked can affect the code execution. The trick was that the way compiler created bytecode for static method was ambiguous for this given code snippet and therefore JVM resolved it incorrectly.
The [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/puzzler-the-catalyst-method-does-not-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Serialization to XML</title>
		<link>http://www.javablogging.com/serialization-to-xml/</link>
		<comments>http://www.javablogging.com/serialization-to-xml/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 11:12:53 +0000</pubDate>
		<dc:creator>Miron Sadziak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[serialization]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[java.beans]]></category>
		<category><![CDATA[XMLDecoder]]></category>
		<category><![CDATA[XMLEncoder]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=481</guid>
		<description><![CDATA[We will show here a method to serialize an instance of a class to an XML file. We will use the java.beans package and contained there classes XMLEncoder and XMLDecoder.  
First we need a class to serialize:




















public class SerializeMe {
    public Integer data;

    public void setData(Integer data) {
 [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/serialization-to-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to JavaBlogging!</title>
		<link>http://www.javablogging.com/welcome_to_javablogging/</link>
		<comments>http://www.javablogging.com/welcome_to_javablogging/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:25:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Welcome]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=1</guid>
		<description><![CDATA[As this is the first post let me state what do we plan to do here. Unlike tons of blogs out there dealing with Java, we will not be focusing on JEE, Struts, Spring, AJAX or any enterprise technology. The plan is simple: blog about a pure Java in a way that any programmer can [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/welcome_to_javablogging/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
