<?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>Tech Blog &#187; Java</title>
	<atom:link href="http://techblog.aasisvinayak.com/category/java-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.aasisvinayak.com</link>
	<description>Aasis Vinayak&#039;s Blog</description>
	<lastBuildDate>Tue, 20 Sep 2011 16:56:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Java Exceptions : Tree</title>
		<link>http://techblog.aasisvinayak.com/java-exceptions-tree/</link>
		<comments>http://techblog.aasisvinayak.com/java-exceptions-tree/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 09:16:28 +0000</pubDate>
		<dc:creator>vinayak</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java tips]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/java-exceptions-tree/</guid>
		<description><![CDATA[This segment covers Java tips that might help you while writing programs in Java. If you would like to send your Java tips to me, please email me at&#160; aasisvinayak@gmail.com The diagram shown below shows the tree structure corresponding to&#160; java.lang-exceptions &#160;]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/java-exceptions-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert string to integer(int) : Java Tips</title>
		<link>http://techblog.aasisvinayak.com/convert-integer-int-to-string-java-tips/</link>
		<comments>http://techblog.aasisvinayak.com/convert-integer-int-to-string-java-tips/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 09:01:09 +0000</pubDate>
		<dc:creator>vinayak</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[int to string java]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/convert-integer-int-to-string-java-tips/</guid>
		<description><![CDATA[This segment covers Java tips that might help you while writing programs in Java. If you would like to send your Java tips to me, please email me at&#160; aasisvinayak@gmail.com package techblogtutorial; /** * * @author aasisvinayak */ public class Main { public static void main(String[] args) { String myString = &#34;100&#34;; int myInteger = [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/convert-integer-int-to-string-java-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An attempt to create a decent blog Editor for Linux</title>
		<link>http://techblog.aasisvinayak.com/an-attempt-to-create-a-decent-blog-editor-for-linux/</link>
		<comments>http://techblog.aasisvinayak.com/an-attempt-to-create-a-decent-blog-editor-for-linux/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 11:48:31 +0000</pubDate>
		<dc:creator>vinayak</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[good blog editor for linux]]></category>
		<category><![CDATA[linux blog editor]]></category>
		<category><![CDATA[ubuntu blog editors]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/an-attempt-to-create-a-decent-blog-editor-for-linux/</guid>
		<description><![CDATA[One of main complains from new users is that Linux does not have a decent blog editor. Well, it is true. (The other area when Linux lags behind is the support for Games). We really don’t have a good editor that can match with the Live Editor from Microsoft. To the best of my knowledge, [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/an-attempt-to-create-a-decent-blog-editor-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Twitter Application : Part 2</title>
		<link>http://techblog.aasisvinayak.com/building-a-twitter-application-part-2/</link>
		<comments>http://techblog.aasisvinayak.com/building-a-twitter-application-part-2/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 05:02:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java desktop application development tutorial]]></category>
		<category><![CDATA[Java desktop application example]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/building-a-twitter-application-part-2/</guid>
		<description><![CDATA[In the last segment we created two classes for reading and writing the data to/from an SQLite database. Now let’s concentrate on the design of the application. We are going to need the following components: &#160; JButtons – for submitting data to application, sending tweets etc JEditorPanes:&#160; for displaying tweets, your friend list, your followers [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/building-a-twitter-application-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create funny multiple 404 (page not found) error pages</title>
		<link>http://techblog.aasisvinayak.com/create-funny-multiple-404-page-not-found-error-pages/</link>
		<comments>http://techblog.aasisvinayak.com/create-funny-multiple-404-page-not-found-error-pages/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 14:28:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[funny error pages]]></category>
		<category><![CDATA[java bean error handling]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/create-funny-multiple-404-page-not-found-error-pages/</guid>
		<description><![CDATA[Seeing a ‘page not found’ (404) error is really annoying. But here is a fun thing that you can do about it. If you are using a good model view controller (MVC) like Spring you can create a Java bean for a particular user when he tries to access a webpage that isn’t there. If [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/create-funny-multiple-404-page-not-found-error-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Twitter Application : Part 1</title>
		<link>http://techblog.aasisvinayak.com/building-a-twitter-application-part-1/</link>
		<comments>http://techblog.aasisvinayak.com/building-a-twitter-application-part-1/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 13:28:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[register application with twitter]]></category>
		<category><![CDATA[twitter4j oauth method]]></category>
		<category><![CDATA[twitter4j tutorial]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/building-a-twitter-application-part-1/</guid>
		<description><![CDATA[This edition of techblog guides you to develop a desktop client for twitter. For this tutorial, I’m going to use Twitter4J API which you can download from the Google code project page of this blog. You will also need an SQLite driver for storing the data in an SQLite database. You can get this from [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/building-a-twitter-application-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JUnit for testing your Java applications : Introduction to software / source code testing</title>
		<link>http://techblog.aasisvinayak.com/using-junit-for-testing-your-java-applications-introduction-to-software-source-code-testing/</link>
		<comments>http://techblog.aasisvinayak.com/using-junit-for-testing-your-java-applications-introduction-to-software-source-code-testing/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 08:01:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JUnit eclipse example]]></category>
		<category><![CDATA[Junit tutorial]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/using-junit-for-testing-your-java-applications-introduction-to-software-source-code-testing/</guid>
		<description><![CDATA[For this tutorial I’m going to use Eclipse and if you are using any other IDE you need to worry only about importing libraries to your build path. JUnit is a framework that can be used for testing the Java applications you write. It has been developed primarily for ‘unit testing’, which means that it [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/using-junit-for-testing-your-java-applications-introduction-to-software-source-code-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing grids : Java AWT tutorial</title>
		<link>http://techblog.aasisvinayak.com/drawing-grids-java-awt-tutorial/</link>
		<comments>http://techblog.aasisvinayak.com/drawing-grids-java-awt-tutorial/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 03:30:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[create grids using java]]></category>
		<category><![CDATA[java awt tutorial]]></category>
		<category><![CDATA[java grapics programming]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/drawing-grids-java-awt-tutorial/</guid>
		<description><![CDATA[This edition of techblog is the continuation of the articles series on Java programming. In this post, I will show to how to work with the Java AWT package elements and how to draw 2D objects using this. AWT (Abstract Window Toolkit) is the one which enables you to do&#160; platform-independent windowing if you are [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/drawing-grids-java-awt-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Twitter Application using Java and Swing : Tutorial</title>
		<link>http://techblog.aasisvinayak.com/a-twitter-application-using-java-and-swing-tutorial/</link>
		<comments>http://techblog.aasisvinayak.com/a-twitter-application-using-java-and-swing-tutorial/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:27:48 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[basic twitter application tutorial]]></category>
		<category><![CDATA[twitter application using java]]></category>
		<category><![CDATA[twitter application using twitter4j]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/a-twitter-application-using-java-and-swing-tutorial/</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/a-twitter-application-using-java-and-swing-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Multi-Threading in Java: Tutorial 7</title>
		<link>http://techblog.aasisvinayak.com/multi-threading-in-java-tutorial-7/</link>
		<comments>http://techblog.aasisvinayak.com/multi-threading-in-java-tutorial-7/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:24:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java multi threading]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/multi-threading-in-java-tutorial-7/</guid>
		<description><![CDATA[One thing that I really love in java is the fact that it supports multi-threading. This means that you can do many tasks in parallel. Well, I would like to clarify one point here. If you have got only one processor in your system, then you can perform only one task at a time. But [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/multi-threading-in-java-tutorial-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

