<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2009 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Java</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Sun, 05 Jul 2009 22:37:23 -0400</lastBuildDate>
<pubDate>Sun, 05 Jul 2009 22:37:23 -0400</pubDate>
<item>
<title>Scala and Twitter becomes Scitter</title>
<pubDate>Sun, 05 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Scala-and-Twitter-becomes-Scitter/44477</link>
<description>
<![CDATA[Learn how Scala's functional nature, which aligns well with Twitter's RESTful nature, and its extremely good XML processing features, makes it easy to build a Scala client library to use Twitter API t...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=522324&amp;cid=138658&amp;pr=2&amp;tstamp=20090705000000&amp;url=http://ad.doubleclick.net/clk%3b215405276%3b37470298%3bl%3fhttp://tryit.adobe.com/us/hed/career_prep.php%3fsdid%3dETHYJ">Adobe Solutions for Higher Education</a> Prepare Your Students for a Brighter Future.]]>
</description><guid>http://www.tutorialized.com/tutorial/Scala-and-Twitter-becomes-Scitter/44477</guid>
</item>
<item>
<title>Step through Securing your Grails application</title>
<pubDate>Sat, 04 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Step-through-Securing-your-Grails-application/44441</link>
<description>
<![CDATA[Grails provides all the basic building blocks you need to put together a secure Web application. Setting up an authentication infrastructure answers the question, &quot;Who are you?&quot; Get a hands-...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=390081&amp;cid=7795&amp;pr=2&amp;tstamp=20090705000000&amp;url=http://www.kinook.com/VisBuildPro/%3faz%3dph">Automate Software Builds with Visual Build Pro</a> Easily create an automated, repeatable process for building and deploying software.]]>
</description><guid>http://www.tutorialized.com/tutorial/Step-through-Securing-your-Grails-application/44441</guid>
</item>
<item>
<title>Java Tutorial #6: creating several classes (part 2 of 2)</title>
<pubDate>Fri, 03 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Tutorial-%236%3A-creating-several-classes-%28part-2-of-2%29/44421</link>
<description>
<![CDATA[ok, so here is my 6th java tutorial, i tell you how to make a java program with seveal classes. in this case i make a human calss, and a test human.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=548474&amp;cid=141203&amp;pr=2&amp;tstamp=20090705000000&amp;url=http://www.adobe.com/products/technicalcommunicationsuite/trydvdreg.html%3fsdid%3dEUSKC">Download Adobe® Technical Communications Suite 2</a> Create content once. Publish to multiple channels. FREE 30-day trial + support.]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Tutorial-%236%3A-creating-several-classes-%28part-2-of-2%29/44421</guid>
</item>
<item>
<title>Java Tutorial #6: creating several classes (part 1 of 2)</title>
<pubDate>Fri, 03 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Tutorial-%236%3A-creating-several-classes-%28part-1-of-2%29/44420</link>
<description>
<![CDATA[ok, so here is my 6th java tutorial, i tell you how to make a java program with seveal classes. in this case i make a human calss, and a test human.]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Tutorial-%236%3A-creating-several-classes-%28part-1-of-2%29/44420</guid>
</item>
<item>
<title>Java Tutorial #5: Using the JOptionPane</title>
<pubDate>Fri, 03 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Tutorial-%235%3A-Using-the-JOptionPane/44419</link>
<description>
<![CDATA[ok, so in this video, i try to show you how to use the JOptionPane class, and try to tell you a bit more about the preinstalled classes.]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Tutorial-%235%3A-Using-the-JOptionPane/44419</guid>
</item>
<item>
<title>Java Tutorial #4: Using the random class</title>
<pubDate>Fri, 03 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Tutorial-%234%3A-Using-the-random-class/44418</link>
<description>
<![CDATA[in this video, i explain a bit about the pre-installed classes from the java compiler, and how to use the random class. if you dont understand anything here, have a look at my earlyer videos, and when...]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Tutorial-%234%3A-Using-the-random-class/44418</guid>
</item>
<item>
<title>Java Tutorial #3: Using variables</title>
<pubDate>Fri, 03 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Tutorial-%233%3A-Using-variables/44417</link>
<description>
<![CDATA[ok, this one shows you how to make a few variables and print them out in the console. i also explain a bit of the difference between println and print. if you dont understand anything of this, look at...]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Tutorial-%233%3A-Using-variables/44417</guid>
</item>
<item>
<title>Java Tutorial #2: Creating your first program (Hello World)</title>
<pubDate>Fri, 03 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Tutorial-%232%3A-Creating-your-first-program-%28Hello-World%29/44416</link>
<description>
<![CDATA[ok, its time to create your first ever program. this tutorial shows you how to create a very simple program and how to use the java compiler (javac).  Here is the download link for jEdit, but dont use...]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Tutorial-%232%3A-Creating-your-first-program-%28Hello-World%29/44416</guid>
</item>
<item>
<title>Java Tutorial #1: downloading the jdk</title>
<pubDate>Fri, 03 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Tutorial-%231%3A-downloading-the-jdk/44414</link>
<description>
<![CDATA[ok, i always got confuzed when i downloaded this, because it always had so many packages :P so i decided to meke my first tutorial just downloading it.  here is the link: http://java.sun.com/javase/do...]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Tutorial-%231%3A-downloading-the-jdk/44414</guid>
</item>
<item>
<title>Java file handling tutorial</title>
<pubDate>Mon, 29 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-file-handling-tutorial/44324</link>
<description>
<![CDATA[This tutorial demonstrates you the basic Java file handling concepts with code examples.]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-file-handling-tutorial/44324</guid>
</item>
<item>
<title>Faster and easier testing with EasyMock</title>
<pubDate>Sun, 28 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Faster-and-easier-testing-with-EasyMock/44295</link>
<description>
<![CDATA[Join Elliotte Rusty Harold for a look at some hard unit tests made easy through mock objects — more specifically, the EasyMock framework. This open source library saves you time and helps make your mo...]]>
</description><guid>http://www.tutorialized.com/tutorial/Faster-and-easier-testing-with-EasyMock/44295</guid>
</item>
<item>
<title>Advanced performance and Garbage Collection tuning concepts</title>
<pubDate>Sun, 28 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Advanced-performance-and-Garbage-Collection-tuning-concepts/44291</link>
<description>
<![CDATA[Your system has many settings that you can change to make it handle its workload better. Get every drop of performance out of your Central processing unit (CPU), Memory, Disk (both space and access sp...]]>
</description><guid>http://www.tutorialized.com/tutorial/Advanced-performance-and-Garbage-Collection-tuning-concepts/44291</guid>
</item>
<item>
<title>Make Amazon S3 cloud much easier with Java based JetS3t</title>
<pubDate>Wed, 24 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Make-Amazon-S3-cloud-much-easier-with-Java-based-JetS3t/44169</link>
<description>
<![CDATA[It's always best to write less code, right? And it makes a lot of sense to borrow someone else's hard work too. As you'll see in this article, the Amazon S3 service can expose the RESTful API and JetS...]]>
</description><guid>http://www.tutorialized.com/tutorial/Make-Amazon-S3-cloud-much-easier-with-Java-based-JetS3t/44169</guid>
</item>
<item>
<title>Eclipse Rich Client Platform for the mobile Workforce</title>
<pubDate>Wed, 24 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Eclipse-Rich-Client-Platform-for-the-mobile-Workforce/44164</link>
<description>
<![CDATA[The Mobile Workforce Framework project, also known as Maestro, illustrates how many architectural drivers like synchronization, plug-in functionality, and offline support are met by the using the Ecli...]]>
</description><guid>http://www.tutorialized.com/tutorial/Eclipse-Rich-Client-Platform-for-the-mobile-Workforce/44164</guid>
</item>
<item>
<title>SLAP your code arround and turn it into Smart Reuse</title>
<pubDate>Mon, 22 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/SLAP-your-code-arround-and-turn-it-into-Smart-Reuse/44128</link>
<description>
<![CDATA[This article discusses two important patterns for code structure: composed method and single level of abstraction (SLAP). Applying these principles to your code allows you to find reusable assets that...]]>
</description><guid>http://www.tutorialized.com/tutorial/SLAP-your-code-arround-and-turn-it-into-Smart-Reuse/44128</guid>
</item>
</channel>
</rss>