<?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>Radu Cotescu &#187; Java</title>
	<atom:link href="http://radu.cotescu.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://radu.cotescu.com</link>
	<description>welcome to my g33k c0rn3r</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:31:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4412</generator>
	<atom:link rel='hub' href='http://radu.cotescu.com/?pushpress=hub'/>
		<item>
		<title>Java 4-Ever</title>
		<link>http://radu.cotescu.com/2010/06/25/java-4-ever/</link>
		<comments>http://radu.cotescu.com/2010/06/25/java-4-ever/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 17:22:06 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[.com]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=1473</guid>
		<description><![CDATA[I have just seen the funniest and geekiest online video ever (via a buddy who sent me the link from the original site). Forget about Intel&#8217;s last advertising campaigns. Carefully watch the following one. DISCLAIMER: You must have some basic knowledge about Java, .NET, Microsoft, Linux and open-source. Otherwise you might fail to get the [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2010/06/25/java-4-ever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle TopLink, the ORA-00900 error and stored procedures</title>
		<link>http://radu.cotescu.com/2010/05/31/oracle-toplink-stored-procedures/</link>
		<comments>http://radu.cotescu.com/2010/05/31/oracle-toplink-stored-procedures/#comments</comments>
		<pubDate>Mon, 31 May 2010 09:11:29 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=1423</guid>
		<description><![CDATA[I was introduced to Oracle&#8217;s TopLink ORM package during my second internship at Oracle. Although the API (because TopLink actually became the reference implementation for the JPA 2.0) seemed a bit overwhelming at first, I&#8217;ve managed to get a grasp of it quite fast, allowing me to finish the assigned projects in time. The familiarity [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2010/05/31/oracle-toplink-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where has Java gone from Lucid?</title>
		<link>http://radu.cotescu.com/2010/04/22/sun-java-ubuntu-lucid-lynx-10-04/</link>
		<comments>http://radu.cotescu.com/2010/04/22/sun-java-ubuntu-lucid-lynx-10-04/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:11:10 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=1214</guid>
		<description><![CDATA[Apparently the Java packages coming from Sun (or Oracle for the matter) have been moved to the Partner repositories starting with the 10.04 release of Ubuntu, codenamed Lucid Lynx. The affected packages are: ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-bin sun-java6-demo sun-java6-fonts sun-java6-javadb sun-java6-jdk sun-java6-jre sun-java6-plugin sun-java6-source To enable the use of the Partner repositories (which contain several more [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2010/04/22/sun-java-ubuntu-lucid-lynx-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Tomcat 6 in Ubuntu for Eclipse</title>
		<link>http://radu.cotescu.com/2010/03/27/configure-tomcat-6-ubuntu-eclipse/</link>
		<comments>http://radu.cotescu.com/2010/03/27/configure-tomcat-6-ubuntu-eclipse/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 17:11:13 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=1206</guid>
		<description><![CDATA[If you are an Ubuntu user and a Java developer there&#8217;s a great chance that you&#8217;d want at some point to develop web applications using Eclipse and Tomcat. The easiest way to install Tomcat is by using the package manager: sudo apt-get install tomcat6 tomcat6-* Now configuring Eclipse to use the instance of Tomcat you [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2010/03/27/configure-tomcat-6-ubuntu-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configuring Eclipse for J2EE development</title>
		<link>http://radu.cotescu.com/2009/08/04/configuring-eclipse-for-j2ee-development/</link>
		<comments>http://radu.cotescu.com/2009/08/04/configuring-eclipse-for-j2ee-development/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 09:01:40 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=770</guid>
		<description><![CDATA[Starting to learn about Servlets and JSP from &#8220;Head First Servlets and JSP 2nd edition&#8220;, I have reached a level where just editing my files from gedit wouldn&#8217;t suffice, as typos began to generate frustrations on my side. Although this is the recommended way by the book authors to build your projects while learning, which [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2009/08/04/configuring-eclipse-for-j2ee-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Epic Java</title>
		<link>http://radu.cotescu.com/2009/07/22/epic-java/</link>
		<comments>http://radu.cotescu.com/2009/07/22/epic-java/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 12:45:56 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=737</guid>
		<description><![CDATA[This came to me through a colleague at work: Saying that Java is nice because it works on every OS is like saying that anal sex is nice because it works on every gender. Similar Posts: How to configure Tomcat 6 in Ubuntu for Eclipse Java 4-Ever Java and Chuck Norris Where has Java gone [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2009/07/22/epic-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send null values in soapUI requests</title>
		<link>http://radu.cotescu.com/2009/05/16/how-to-send-null-values-in-soapui-requests/</link>
		<comments>http://radu.cotescu.com/2009/05/16/how-to-send-null-values-in-soapui-requests/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:58:08 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=489</guid>
		<description><![CDATA[soapUI is a pretty useful web service testing tool that can help you generate a multitude of tests like load testing, functional testing, data consistency testing and many more. I have started using it for real two days ago when I needed to test some SOAP web services for work. The main issue that kept [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2009/05/16/how-to-send-null-values-in-soapui-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java and Chuck Norris</title>
		<link>http://radu.cotescu.com/2008/07/03/java-and-chuck-norris/</link>
		<comments>http://radu.cotescu.com/2008/07/03/java-and-chuck-norris/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 08:28:02 +0000</pubDate>
		<dc:creator>Radu</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://radu.cotescu.com/?p=552</guid>
		<description><![CDATA[Chuck Norris serializes objects straight into human skulls. Chuck Norris doesn’t deploy web applications, he roundhouse kicks them into the server. Chuck Norris always uses his own design patterns and his favorite is the Roundhouse Kick. Chuck Norris could use anything in java.util.* to kill you, including the javadocs. Chuck Norris can hit you so [...]]]></description>
		<wfw:commentRss>http://radu.cotescu.com/2008/07/03/java-and-chuck-norris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk (user agent is rejected)
Page Caching using disk (enhanced) (user agent is rejected)
Object Caching 1026/1100 objects using disk
Content Delivery Network via static.cotescu.com

Served from: radu.cotescu.com @ 2010-07-29 15:31:17 -->