<?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>Arul Blog &#187; Programming</title>
	<atom:link href="http://www.arulraj.net/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arulraj.net</link>
	<description>Just share my knowledge..It may be a small thing..Read at your own risk..  :)</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:39:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Print screen using java</title>
		<link>http://www.arulraj.net/2010/06/print-screen-using-java.html</link>
		<comments>http://www.arulraj.net/2010/06/print-screen-using-java.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:20:44 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.arulraj.net/?p=229</guid>
		<description><![CDATA[Is there any api for capure my screen ..? You no need any api. Java have Is there any api for capure my screen ..?the inbuild functionalities for this. Using the Robot class you can print your screen. Here is &#8230; <a href="http://www.arulraj.net/2010/06/print-screen-using-java.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/06/print-screen-using-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jsp to Servlet converter</title>
		<link>http://www.arulraj.net/2010/04/jsp-to-servlet-converter.html</link>
		<comments>http://www.arulraj.net/2010/04/jsp-to-servlet-converter.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 15:45:05 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.arulraj.net/?p=192</guid>
		<description><![CDATA[Jsp to Servlet converter Here is the Ant build file to convert jsp file to servlet file. jspc (JavaServerPages Compiler) tool is helping to convert the jsp. The requirements are you need java sdk apache tomcat ant The build.xml is &#60;project name=&#34;Test&#34; &#8230; <a href="http://www.arulraj.net/2010/04/jsp-to-servlet-converter.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/04/jsp-to-servlet-converter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java offline Documentation</title>
		<link>http://www.arulraj.net/2010/04/java-offline-documentation.html</link>
		<comments>http://www.arulraj.net/2010/04/java-offline-documentation.html#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:56:46 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.arulraj.net/?p=179</guid>
		<description><![CDATA[Java offline Documentation why it is need ..? If you not have or limited bandwidth internet connecion in your machine at that time it is very helpfull to solve your java programming problems. The java documentation of your project is &#8230; <a href="http://www.arulraj.net/2010/04/java-offline-documentation.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/04/java-offline-documentation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read properties file using Batch</title>
		<link>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html</link>
		<comments>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 10:32:06 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.arulraj.net/?p=165</guid>
		<description><![CDATA[Read a properties file using bat file i want to read a below property file and get the particular key value My properties file look like name=arulraj.net version=1.0.2 date=24/March/2010 I want get the version from the properties file. you can &#8230; <a href="http://www.arulraj.net/2010/03/read-properties-file-using-batch.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Singleton pattern in Java</title>
		<link>http://www.arulraj.net/2010/03/how-singleton-pattern-in-java.html</link>
		<comments>http://www.arulraj.net/2010/03/how-singleton-pattern-in-java.html#comments</comments>
		<pubDate>Tue, 23 Mar 2010 07:00:46 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Design pattern]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.arulraj.net/?p=160</guid>
		<description><![CDATA[How Singleton pattern in Java What is singleton ..? It is a Design pattern. At this time what is Design pattern ..? To find out the best way to do a thing apart from the various method. Documenting a solution &#8230; <a href="http://www.arulraj.net/2010/03/how-singleton-pattern-in-java.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/03/how-singleton-pattern-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add www to your domain name</title>
		<link>http://www.arulraj.net/2010/03/how-to-add-www-to-your-domain-name.html</link>
		<comments>http://www.arulraj.net/2010/03/how-to-add-www-to-your-domain-name.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 10:36:28 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.arulraj.net/?p=148</guid>
		<description><![CDATA[How to add www to your domain name Before going to the htaccess . You need to answer my question, The question is Do you think arulraj.net and www.arulraj.net both are different domain name or same ..? ya. we (humans) &#8230; <a href="http://www.arulraj.net/2010/03/how-to-add-www-to-your-domain-name.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/03/how-to-add-www-to-your-domain-name.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How rotation camera3d and viewer3d worked in Away3d</title>
		<link>http://www.arulraj.net/2010/02/how-rotation-camera3d-and-viewer3d-worked-in-away3d.html</link>
		<comments>http://www.arulraj.net/2010/02/how-rotation-camera3d-and-viewer3d-worked-in-away3d.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 12:54:48 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Animation]]></category>

		<guid isPermaLink="false">http://arulraj.net/?p=133</guid>
		<description><![CDATA[Rotation in Away3D Flash engine In this blog entry we are going to learn about How the Rotation and camera3d and viewer3d in away3d flash engine. Red line = x-axis Blue line = y-axis Green Line = z-axis How Rotation &#8230; <a href="http://www.arulraj.net/2010/02/how-rotation-camera3d-and-viewer3d-worked-in-away3d.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/02/how-rotation-camera3d-and-viewer3d-worked-in-away3d.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first 3D flash animation</title>
		<link>http://www.arulraj.net/2010/02/my-first-3d-flash-animation.html</link>
		<comments>http://www.arulraj.net/2010/02/my-first-3d-flash-animation.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:58:56 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://arulraj.net/?p=107</guid>
		<description><![CDATA[3D Animathion Adobe support for native 3D only in cs4. There are lot of opensource flash 3d engines are there. I tried papervision3d and away3d. Both are quite well. There are lot more tutorials for both online for away3d tutorials  &#8230; <a href="http://www.arulraj.net/2010/02/my-first-3d-flash-animation.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2010/02/my-first-3d-flash-animation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Remote JMX for Red5</title>
		<link>http://www.arulraj.net/2009/11/adding-remote-jmx-for-red5.html</link>
		<comments>http://www.arulraj.net/2009/11/adding-remote-jmx-for-red5.html#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:24:28 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://arulraj.net/?p=78</guid>
		<description><![CDATA[How to Add JMX for Red5 Server Here we are going to know, How to managing red5 server remotely using JMX. what is red5 server ..? Red5 is an Open Source Flash Server written in Java that supports: Streaming Video &#8230; <a href="http://www.arulraj.net/2009/11/adding-remote-jmx-for-red5.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2009/11/adding-remote-jmx-for-red5.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Batch file for building any java application</title>
		<link>http://www.arulraj.net/2009/09/batch-file-for-building-any-java-application.html</link>
		<comments>http://www.arulraj.net/2009/09/batch-file-for-building-any-java-application.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:58:29 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://arulraj.net/?p=72</guid>
		<description><![CDATA[Batch file for building any java application What is batch file&#8230;..? In DOS, OS/2, and Microsoft Windows, a batch file is a text file containing a series of commands intended to be executed by the command interpreter. Article on wikipedia &#8230; <a href="http://www.arulraj.net/2009/09/batch-file-for-building-any-java-application.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arulraj.net/2009/09/batch-file-for-building-any-java-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
