<?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>Web Site Development Tutorials - Web Developer Resource &#187; Java Tutorials</title>
	<atom:link href="http://www.developertutorials.com/category/tutorials/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com</link>
	<description>Web Development and Web Design Information Resources Helping You Build Great Websites!</description>
	<lastBuildDate>Mon, 26 Dec 2011 23:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaFX in Action: Developing Classes</title>
		<link>http://www.developertutorials.com/tutorials/java/javafx-in-action-developing-classes-809/</link>
		<comments>http://www.developertutorials.com/tutorials/java/javafx-in-action-developing-classes-809/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:12:07 +0000</pubDate>
		<dc:creator>Simon Morris</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=809</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/javafx-in-action-developing-classes-809/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/01/cover.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Classes are an integral part of Object Orientation, encapsulating state and behavior for each component in a larger system, thereby allowing us to express our software in terms of the structures and relationships which link its autonomous component parts. ]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/javafx-in-action-developing-classes-809/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Data Mining</title>
		<link>http://www.developertutorials.com/tutorials/java/java-data-mining-822/</link>
		<comments>http://www.developertutorials.com/tutorials/java/java-data-mining-822/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 02:26:26 +0000</pubDate>
		<dc:creator>Satnam Alag</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=822</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/java-data-mining-822/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2009/12/alag_cover150.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>JDM aims at building a standard API for data mining with the goal that client applications coded to the specification are not dependent on any specific vendor application. The JDBC specification provides a good analogy to the potential of JDM.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/java-data-mining-822/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT Basics: AJAX Programming with Java</title>
		<link>http://www.developertutorials.com/tutorials/java/gwt-basics-ajax-programming-with-java-8-03-10-917/</link>
		<comments>http://www.developertutorials.com/tutorials/java/gwt-basics-ajax-programming-with-java-8-03-10-917/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 20:20:30 +0000</pubDate>
		<dc:creator>Michael J. Ross</dc:creator>
				<category><![CDATA[AJAX Tutorials]]></category>
		<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/gwt-basics-ajax-programming-with-java-8-03-10-917/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/uploads/2008/03/Google%20Web%20Toolkit%20page-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Prior to JavaScript and other client-side languages, Web browsers operated as if they were HTML dumb terminals, merely presenting Web pages generated on a server. For such pages, every user action requires a full page refresh, with a round-trip over the Internet, which degrades performance and thus user satisfaction. It may be fine for a great many Web sites, but it is completely inadequate for high-performance dynamic Web applications.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/gwt-basics-ajax-programming-with-java-8-03-10-917/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python and Java &#8211; A Side by Side Comparison</title>
		<link>http://www.developertutorials.com/tutorials/java/python-and-java-a-side-by-side-comparison-8-01-13-953/</link>
		<comments>http://www.developertutorials.com/tutorials/java/python-and-java-a-side-by-side-comparison-8-01-13-953/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 20:20:30 +0000</pubDate>
		<dc:creator>Steve Ferg</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>
		<category><![CDATA[Python Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/python-and-java-a-side-by-side-comparison-8-01-13-953/"><img align="left" hspace="5" width="150" height="150" src="http://www.ferg.org/projects/static_typing.gif" class="alignleft wp-post-image tfe" alt="Name binding in a statically typed language." title="Name binding in a statically typed language." /></a>A programmer can be significantly more productive in Python than in Java. How much more productive? The most widely accepted estimate is 5-10 times. On the basis of my own personal experience with the two languages, I agree with this estimate.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/python-and-java-a-side-by-side-comparison-8-01-13-953/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All about JAXP, Part 1</title>
		<link>http://www.developertutorials.com/tutorials/java/all-about-jaxp-1-050714-1056/</link>
		<comments>http://www.developertutorials.com/tutorials/java/all-about-jaxp-1-050714-1056/#comments</comments>
		<pubDate>Fri, 15 Jul 2005 20:20:30 +0000</pubDate>
		<dc:creator>Brett McLaughlin</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/all-about-jaxp-1-050714-1056/"><img align="left" hspace="5" width="150" height="150" src="/developerworks/i/c.gif" class="alignleft wp-post-image tfe" alt="" title="" /></a>The Java API for XML Processing (JAXP) lets you validate, parse, and transform XML using several different APIs. JAXP provides both ease of use and vendor neutrality. This article, the first of a two-part series introducing JAXP, shows you how to take advantage of the API's parsing and validation features. Part 2 will cover XSL transformations using JAXP.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/all-about-jaxp-1-050714-1056/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Database Queries Without the Database</title>
		<link>http://www.developertutorials.com/tutorials/java/database-queries-without-database-050714-1057/</link>
		<comments>http://www.developertutorials.com/tutorials/java/database-queries-without-database-050714-1057/#comments</comments>
		<pubDate>Thu, 14 Jul 2005 20:20:30 +0000</pubDate>
		<dc:creator>Brian Goetz</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/database-queries-without-database-050714-1057/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>When you have a hammer, everything looks like a nail (as the old saying goes). But what if you don't have a hammer? Well, sometimes, you can borrow a hammer. Then, hammer in hand, you can bang the virtual nails with the borrowed hammer, return it, and no one is the wiser. In this month's Java theory and practice, Brian Goetz demonstrates how data manipulation hammers such as SQL or XQuery can be applied to ad-hoc data.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/database-queries-without-database-050714-1057/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load List Values for Improved Efficiency</title>
		<link>http://www.developertutorials.com/tutorials/java/load-list-values-050622-1075/</link>
		<comments>http://www.developertutorials.com/tutorials/java/load-list-values-050622-1075/#comments</comments>
		<pubDate>Wed, 22 Jun 2005 20:20:30 +0000</pubDate>
		<dc:creator>Srinivasa Rao Karanam</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/load-list-values-050622-1075/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Reduce the number of database hits and improve your Web application's efficiency when you load common shared list values only once. In this code-filled article, learn to load the values for drop-down lists when your Web application starts and then to share these loaded list values among all the users of your application.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/load-list-values-050622-1075/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Ways To Implement Session Tracking</title>
		<link>http://www.developertutorials.com/tutorials/java/implement-session-tracking-050611-1110/</link>
		<comments>http://www.developertutorials.com/tutorials/java/implement-session-tracking-050611-1110/#comments</comments>
		<pubDate>Sat, 11 Jun 2005 20:20:30 +0000</pubDate>
		<dc:creator>Kiran Pai</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/implement-session-tracking-050611-1110/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>This article explains how to implement session tracking using two of the simplest &#038; oldest methods available to programmers. The techniques presented in this article use some old, tried and tested ways which are extremely popular even today. After reading this article you would be able to implement session tracking using any language.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/implement-session-tracking-050611-1110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Way to Read an XML File in Java</title>
		<link>http://www.developertutorials.com/tutorials/java/read-xml-file-in-java-050611-1112/</link>
		<comments>http://www.developertutorials.com/tutorials/java/read-xml-file-in-java-050611-1112/#comments</comments>
		<pubDate>Sat, 11 Jun 2005 20:20:30 +0000</pubDate>
		<dc:creator>Kiran Pai</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>
		<category><![CDATA[XML Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/read-xml-file-in-java-050611-1112/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>This is actually a piece of code used by me to access XML files through Java. I have added some explanation. In case you are interested in knowing how to access XML files using Java, quickly without reading a lot of material, this is the right article for you.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/read-xml-file-in-java-050611-1112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Develop Aspect-Oriented Java Applications with Eclipse and AJDT</title>
		<link>http://www.developertutorials.com/tutorials/java/aspect-oriented-java-applications-050516-1180/</link>
		<comments>http://www.developertutorials.com/tutorials/java/aspect-oriented-java-applications-050516-1180/#comments</comments>
		<pubDate>Mon, 16 May 2005 20:20:30 +0000</pubDate>
		<dc:creator>Matt Chapman, Dr. Helen Hawkins</dc:creator>
				<category><![CDATA[Java Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/java/aspect-oriented-java-applications-050516-1180/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2005/05/13.gif" class="alignleft wp-post-image tfe" alt="" title="" /></a>AspectJ is an aspect-oriented extension of the Java™ language that enables a modular implementation of crosscutting concerns. This crosscutting behavior, which can be static or dynamic, presents an extra challenge to tools that support AspectJ. The AJDT project aims to provide Eclipse platform-based tools for AspectJ, consistent with the Eclipse Java Development Tools (JDT), with additional capabilities for visualizing and understanding the crosscutting nature of aspect-oriented applications.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/java/aspect-oriented-java-applications-050516-1180/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

