<?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>Neozilon Technology Blog &#187; Java</title>
	<atom:link href="http://neozilon.com/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://neozilon.com</link>
	<description>Discussions, News, Tutorials, Comments about Java, Php, Javascript, Web, Mobile, Android , developer tools and programming languages</description>
	<lastBuildDate>Wed, 29 Sep 2010 16:27:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Java Enum example</title>
		<link>http://neozilon.com/java/java-enum-example</link>
		<comments>http://neozilon.com/java/java-enum-example#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:46:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Enum]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=80</guid>
		<description><![CDATA[This post will show you how to work with the enumerations in Java, is pretty easy to use and it can be really useful once you get to know it. You will see in the example a basic use that will put you in the right direction so you can implement your own Enums in [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/java-enum-example/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java using Proxy</title>
		<link>http://neozilon.com/java/java-using-proxy</link>
		<comments>http://neozilon.com/java/java-using-proxy#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=53</guid>
		<description><![CDATA[Shows how to set the configuration in a Java program behing a Proxy server. Many times we want to use the internet connection in our java programs for many reasons, but if we are behind a proxy server, we need to set some properties in the JVM to be able to do the request to [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/java-using-proxy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to remove all non digit characters from a string Java</title>
		<link>http://neozilon.com/java/how-to-remove-all-non-digit-characters-from-a-string-java</link>
		<comments>http://neozilon.com/java/how-to-remove-all-non-digit-characters-from-a-string-java#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:35:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=56</guid>
		<description><![CDATA[&#8211;OLD VERSION&#8211; This is a very simple snippet method in Java to remove all non digits characters in a String. I will show you the simple method that you can use to acsomplish this, and a complete exampls so you can test the method. Here it is the method to remove the non digits in [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/how-to-remove-all-non-digit-characters-from-a-string-java/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Print Java Exception Stacktrace in JSP</title>
		<link>http://neozilon.com/java/print-java-exception-stacktrace-in-jsp</link>
		<comments>http://neozilon.com/java/print-java-exception-stacktrace-in-jsp#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:06:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[JSP]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=47</guid>
		<description><![CDATA[This is a very simple way to display the any exception stacktrace in a JSP file, because sometimes we want to display the error on the page , just to see the stacktrace in an easy way , and finding the problem as soon as possible.Well first of all, is better to use a logger [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/print-java-exception-stacktrace-in-jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 1.4 service life has ended according to SUN</title>
		<link>http://neozilon.com/java/java-14-service-life-has-ended-according-to-sun</link>
		<comments>http://neozilon.com/java/java-14-service-life-has-ended-according-to-sun#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=58</guid>
		<description><![CDATA[Now that Java 1.4 has been on the market for a long time, recently I receive an email from Sun Microsystems telling me that the Java 1.4 had reached the end of its life cycle. And soon will the Java 1.5 will die too. This is interesting because many of the systems used today still [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/java-14-service-life-has-ended-according-to-sun/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

