<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>QuicklyJava</title>
	
	<link>http://www.quicklyjava.com</link>
	<description>Java the quicker way...</description>
	<lastBuildDate>Thu, 31 Jan 2013 04:20:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/QuicklyJava" /><feedburner:info uri="quicklyjava" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>QuicklyJava</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Write PDF file in Java using iText</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/06ZjTVOyPJo/</link>
		<comments>http://www.quicklyjava.com/write-pdf-file-in-java-using-itext/#comments</comments>
		<pubDate>Thu, 25 Oct 2012 03:20:16 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=675</guid>
		<description>&lt;p&gt;In this tutorial we will see how to write PDF file in Java using iText library. Review the code listed below. Running this program will generate a PDF file at location c:/itext.pdf. You can change the location in the program to suit your platform: Write PDF file in Java using iText code explanation: 1) The [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/write-pdf-file-in-java-using-itext/"&gt;Write PDF file in Java using iText&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/06ZjTVOyPJo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/write-pdf-file-in-java-using-itext/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/write-pdf-file-in-java-using-itext/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=write-pdf-file-in-java-using-itext</feedburner:origLink></item>
		<item>
		<title>PDF Generation in Java: iText Tutorial</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/SbJz-ah4RuU/</link>
		<comments>http://www.quicklyjava.com/pdf-generation-in-java-itext-tutorial/#comments</comments>
		<pubDate>Sat, 06 Oct 2012 23:54:09 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=635</guid>
		<description>&lt;p&gt;iText is a free and open source PDF library (License Type: AGPL) for Java. It is unarguably the best and most efficient PDF library currently available for Java. Adding PDF support to your application for functionalities like reporting can be an excellent idea given that PDF is a well accepted format and easy to share. [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/pdf-generation-in-java-itext-tutorial/"&gt;PDF Generation in Java: iText Tutorial&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/SbJz-ah4RuU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/pdf-generation-in-java-itext-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/pdf-generation-in-java-itext-tutorial/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=pdf-generation-in-java-itext-tutorial</feedburner:origLink></item>
		<item>
		<title>Read PDF file in Java using iText</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/P4klNQWGMjw/</link>
		<comments>http://www.quicklyjava.com/read-pdf-file-in-java-using-itext/#comments</comments>
		<pubDate>Sat, 06 Oct 2012 23:53:53 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=641</guid>
		<description>&lt;p&gt;In this post we will read PDF file in Java using iText library. The Java program will assume there is a PDF file at location c:/temp/test.pdf. Change this path according to your environment. Here is the code to read PDF file in Java using iText: Explanation of some important code line: 1) The line below [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/read-pdf-file-in-java-using-itext/"&gt;Read PDF file in Java using iText&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/P4klNQWGMjw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/read-pdf-file-in-java-using-itext/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/read-pdf-file-in-java-using-itext/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=read-pdf-file-in-java-using-itext</feedburner:origLink></item>
		<item>
		<title>How to fix issues with  your eclipse while working on Java 7</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/Gh7DwtwcmCo/</link>
		<comments>http://www.quicklyjava.com/how-to-fix-issues-with-your-eclipse-while-working-on-java-7/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 05:35:50 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=601</guid>
		<description>&lt;p&gt;If you have recently installed Java 7, chances are that you might be facing errors using the brand new features of Java 7. This is because of Eclipse Java 7 compliance issue of the compiler. Follow the steps listed below to fix these errors and run programs using new features of Java in eclipse. 1) [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/how-to-fix-issues-with-your-eclipse-while-working-on-java-7/"&gt;How to fix issues with  your eclipse while working on Java 7&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/Gh7DwtwcmCo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/how-to-fix-issues-with-your-eclipse-while-working-on-java-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/how-to-fix-issues-with-your-eclipse-while-working-on-java-7/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-fix-issues-with-your-eclipse-while-working-on-java-7</feedburner:origLink></item>
		<item>
		<title>Java 7 Multi Catch Block</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/ugaUH5c2Me8/</link>
		<comments>http://www.quicklyjava.com/java-7-multi-catch-block/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 05:21:35 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=592</guid>
		<description>&lt;p&gt;In the pre Java 7 world, you would handle exceptions by writing separate catch blocks for different types of exceptions that can occur in the try block. In case of related exception, the derived class exception are listed above the base class exception, e.g. FileNotFoundException should be listed above IOException since former is derived from [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/java-7-multi-catch-block/"&gt;Java 7 Multi Catch Block&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/ugaUH5c2Me8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/java-7-multi-catch-block/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/java-7-multi-catch-block/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=java-7-multi-catch-block</feedburner:origLink></item>
		<item>
		<title>Java 7 Try with Resources Statement</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/tkN8LUkN05s/</link>
		<comments>http://www.quicklyjava.com/java-7-try-with-resources/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 05:09:31 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=576</guid>
		<description>&lt;p&gt;In the pre Java 7 world, you would typically acquire and use resources inside a try block, handle exceptions in the catch block(s) and release the resources in the finally block. The finally block is always executed irrespective of whether exceptions occur or not. The Java 7 try with resources statement eliminates the need for [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/java-7-try-with-resources/"&gt;Java 7 Try with Resources Statement&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/tkN8LUkN05s" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/java-7-try-with-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/java-7-try-with-resources/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=java-7-try-with-resources</feedburner:origLink></item>
		<item>
		<title>Java 7 Switch String Support</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/BPQLScOG4NQ/</link>
		<comments>http://www.quicklyjava.com/java-7-switch-string/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 04:42:17 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=543</guid>
		<description>&lt;p&gt;Java 7 switch String support should have been added long way back! It was first requested 17 years ago!! Until the previous version it supported variables and expressions which resolved into int, byte, short or char only. But now with the addition of String support, it will surely save a lot of complex if-else structures [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/java-7-switch-string/"&gt;Java 7 Switch String Support&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/BPQLScOG4NQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/java-7-switch-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/java-7-switch-string/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=java-7-switch-string</feedburner:origLink></item>
		<item>
		<title>Java 7 Features with Examples</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/vFSNLQy-oOQ/</link>
		<comments>http://www.quicklyjava.com/java-7-features-with-examples/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 04:15:35 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=527</guid>
		<description>&lt;p&gt;There are a lot of new features added in JDK 7. In this series of tutorials we will review some of these new Java 7 features with examples. Here is the index of tutorial. We will keep adding to this list in the coming time. Java 7 Features with Examples 1. Java 7 Features with [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/java-7-features-with-examples/"&gt;Java 7 Features with Examples&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/vFSNLQy-oOQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/java-7-features-with-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/java-7-features-with-examples/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=java-7-features-with-examples</feedburner:origLink></item>
		<item>
		<title>Java Null Pointer Check</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/yPWzrFJPDrI/</link>
		<comments>http://www.quicklyjava.com/java-null-pointer-check/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 05:32:07 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=490</guid>
		<description>&lt;p&gt;In this post we will see a simple method to put a Java null pointer check in place with minimal effort. NullPointerException unarguably is the worst nightmare for a Java developer. You can see this exception on even some of the reputed sites on the internet. Basically you get this exception when you are trying [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/java-null-pointer-check/"&gt;Java Null Pointer Check&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/yPWzrFJPDrI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/java-null-pointer-check/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/java-null-pointer-check/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=java-null-pointer-check</feedburner:origLink></item>
		<item>
		<title>Class.forName Example</title>
		<link>http://feedproxy.google.com/~r/QuicklyJava/~3/8V8JTanTFwQ/</link>
		<comments>http://www.quicklyjava.com/class-forname-example/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 04:43:55 +0000</pubDate>
		<dc:creator>Quickly Java</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.quicklyjava.com/?p=469</guid>
		<description>&lt;p&gt;In this post we will see a Class.forName Example and how it can be used to create dynamic objects. Class.forName is commonly used while creating JDBC connections, but developers rarely know what it means. It is a very unique way provided by Java to dynamically create objects without even knowing the class name at the [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.quicklyjava.com/class-forname-example/"&gt;Class.forName Example&lt;/a&gt; appeared first on &lt;a href="http://www.quicklyjava.com"&gt;QuicklyJava&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/QuicklyJava/~4/8V8JTanTFwQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.quicklyjava.com/class-forname-example/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.quicklyjava.com/class-forname-example/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=class-forname-example</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.quicklyjava.com @ 2013-05-18 18:45:52 by W3 Total Cache -->
