<?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>Codetuts Java</title>
	
	<link>http://java.codetuts.com</link>
	<description />
	<lastBuildDate>Sun, 06 May 2012 22:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CodetutsJava" /><feedburner:info uri="codetutsjava" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Introduction to Java Programming, Comprehensive Version (9th Edition)</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/4pHafPA0Po0/introduction-to-java-programming-comprehensive-version-9th-edition.php</link>
		<comments>http://java.codetuts.com/introduction-to-java-programming-comprehensive-version-9th-edition.php#comments</comments>
		<pubDate>Thu, 03 May 2012 16:12:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/introduction-to-java-programming-comprehensive-version-9th-edition.php</guid>
		<description><![CDATA[Introduction to Java Programming, Comprehensive, 9e, features comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence.Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of object-oriented, GUI programming, advanced GUI and Web programming using Java. 
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<i>Introduction to Java Programming, Comprehensive, 9e, </i> features comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence.<br><br>Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of object-oriented, GUI programming, advanced GUI and Web programming using Java. <br>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/4pHafPA0Po0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/introduction-to-java-programming-comprehensive-version-9th-edition.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/introduction-to-java-programming-comprehensive-version-9th-edition.php</feedburner:origLink></item>
		<item>
		<title>Java Persistence with Hibernate</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/HpChCcUMVvU/java-persistence-with-hibernate.php</link>
		<comments>http://java.codetuts.com/java-persistence-with-hibernate.php#comments</comments>
		<pubDate>Thu, 03 May 2012 15:36:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/java-persistence-with-hibernate.php</guid>
		<description><![CDATA[<p>Persistence-the ability of data to outlive an instance of a program-is central to modern applications. Hibernate, the most popular Java persistence tool, provides automatic and transparent object/relational mapping making it a snap to work with SQL databases in Java applications. Hibernate applications are cheaper, more portable, and more resilient to change. Because it conforms to the new EJB 3.0 and Java Persistence 1.0 standard, Hibernate allows the developer to seamlessly create efficient, scalable Java EE applications.</p><p> Java Persistence with Hibernate explores Hibernate by developing an application that ties together hundreds of individual examples. You'll immediately dig into the rich programming model of Hibernate 3.2 and Java Persistence, working through queries, fetching strategies, caching, transactions, conversations, and more. You'll also appreciate the well-illustrated discussion of best practices in database design, object/relational mapping, and optimization techniques.</p><p> In this revised edition of the bestselling Hibernate in Action, authors Christian Bauer and Gavin King-the founder of the Hibernate project-cover Hibernate 3.2 in detail along with the EJB 3.0 and Java Persistence standard.</p>
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<DIV><p>Persistence-the ability of data to outlive an instance of a program-is central to modern applications.  Hibernate, the most popular Java persistence tool, provides automatic and transparent object/relational mapping making it a snap to work with SQL databases in Java applications. Hibernate applications are cheaper, more portable, and more resilient to change. Because it conforms to the new EJB 3.0 and Java Persistence 1.0 standard, Hibernate allows the developer to seamlessly create efficient, scalable Java EE applications.</p><p> <i>Java Persistence with Hibernate</i> explores Hibernate by developing an application that ties together hundreds of individual examples. You'll immediately dig into the rich programming model of Hibernate 3.2 and Java Persistence, working through queries, fetching strategies, caching, transactions, conversations, and more. You'll also appreciate the well-illustrated discussion of best practices in database design, object/relational mapping, and optimization techniques.</p><p> In this revised edition of the bestselling <i>Hibernate in Action</i>, authors Christian Bauer and Gavin King-the founder of the Hibernate project-cover Hibernate 3.2 in detail along with the EJB 3.0 and Java Persistence standard.</p></div>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/HpChCcUMVvU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/java-persistence-with-hibernate.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/java-persistence-with-hibernate.php</feedburner:origLink></item>
		<item>
		<title>Java All-in-One For Dummies</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/FnjRd3UXE4Y/java-all-in-one-for-dummies.php</link>
		<comments>http://java.codetuts.com/java-all-in-one-for-dummies.php#comments</comments>
		<pubDate>Sun, 29 Apr 2012 00:01:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/java-all-in-one-for-dummies.php</guid>
		<description><![CDATA[Eight handy minibooks cover just what programmers need to get going with Java 7<p>The newest release of Java has more robust functionality to help web and mobile developers get the most ouf of this platform-independent programming language. Like its bestselling previous editions, Java All-in-One For Dummies, 3rd Edition has what you need to get up and running quickly with the new version. Covering the enhanced mobile development and syntax features as well as programming improvements, this guide makes it easy to find what you want and put it to use. Focuses on the vital information that enables you to get up and running quickly on the new version Covers the enhanced multimedia features as well as programming enhancements, Java and XML, Swing, server-side Java, Eclipse, and more Minibooks cover Java basics; programming basics; strings, arrays, and collections; programming techniques; Swing; Web programming; files and databases; and a "fun and games" category<p>Rather than trying to cover every aspect of this massive topic, Java All-in-One For Dummies, 3rd Edition focuses on the practical information you need to become productive with Java 7 right away.
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<b>Eight handy minibooks cover just what programmers need to get going with Java 7</b><p>The newest release of Java has more robust functionality to help web and mobile developers get the most ouf of this platform-independent programming language. Like its bestselling previous editions, <i>Java All-in-One For Dummies, 3rd Edition</i> has what you need to get up and running quickly with the new version. Covering the enhanced mobile development and syntax features as well as programming improvements, this guide makes it easy to find what you want and put it to use. <ul><li>Focuses on the vital information that enables you to get up and running quickly on the new version <li>Covers the enhanced multimedia features as well as programming enhancements, Java and XML, Swing, server-side Java, Eclipse, and more <li>Minibooks cover Java basics; programming basics; strings, arrays, and collections; programming techniques; Swing; Web programming; files and databases; and a "fun and games" category</li></ul><p>Rather than trying to cover every aspect of this massive topic, <i>Java All-in-One For Dummies, 3rd Edition</i> focuses on the practical information you need to become productive with Java 7 right away.
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/FnjRd3UXE4Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/java-all-in-one-for-dummies.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/java-all-in-one-for-dummies.php</feedburner:origLink></item>
		<item>
		<title>Java Programming (Oracle Press)</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/vosklsZRp98/java-programming-oracle-press.php</link>
		<comments>http://java.codetuts.com/java-programming-oracle-press.php#comments</comments>
		<pubDate>Tue, 24 Apr 2012 01:24:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/java-programming-oracle-press.php</guid>
		<description><![CDATA[Develop, Compile, and Debug High-Performance Java Applications <p>Take your Java skills to the next level using the expert programming techniques contained in this Oracle Press guide. Featuring real-world code samples and detailed instructions, Java Programming demonstrates how to fully utilize the powerful features of Java SE 7. Find out how to design multithreaded and network applications, integrate structured exception handling, use Java libraries, and develop Swing-based GUIs and applets. Inheritance, generics, and utility classes are are covered in this practical resource.</p>  Create custom classes, methods, arrays, and operators Control program flow using conditional statements Handle multithreaded, network, and I/O programming Learn new constructs in multithreading Incorporate enums, annotations, and autoboxing Recover from errors, input failures, and exceptions Use Java Swing to build lightweight GUIs and applets Cut development time using the collections framework Work with the latest Java libraries and utility classes</p>
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h4>Develop, Compile, and Debug High-Performance Java Applications</h4> <p>Take your Java skills to the next level using the expert programming techniques contained in this Oracle Press guide. Featuring real-world code samples and detailed instructions, <i>Java Programming</i> demonstrates how to fully utilize the powerful features of Java SE 7. Find out how to design multithreaded and network applications, integrate structured exception handling, use Java libraries, and develop Swing-based GUIs and applets. Inheritance, generics, and utility classes are are covered in this practical resource.</p> <ul> <li>Create custom classes, methods, arrays, and operators <li>Control program flow using conditional statements <li>Handle multithreaded, network, and I/O programming <li>Learn new constructs in multithreading <li>Incorporate enums, annotations, and autoboxing <li>Recover from errors, input failures, and exceptions <li>Use Java Swing to build lightweight GUIs and applets <li>Cut development time using the collections framework <li>Work with the latest Java libraries and utility classes</ul></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/vosklsZRp98" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/java-programming-oracle-press.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/java-programming-oracle-press.php</feedburner:origLink></item>
		<item>
		<title>Sams Teach Yourself Java in 24 Hours (Covering Java 7 and Android) (6th Edition) (Sams Teach Yourself in 24 Hours)</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/tiMy12zeUC8/sams-teach-yourself-java-in-24-hours-covering-java-7-and-android-6th-edition-sams-teach-yourself-in-24-hours.php</link>
		<comments>http://java.codetuts.com/sams-teach-yourself-java-in-24-hours-covering-java-7-and-android-6th-edition-sams-teach-yourself-in-24-hours.php#comments</comments>
		<pubDate>Mon, 23 Apr 2012 15:58:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/sams-teach-yourself-java-in-24-hours-covering-java-7-and-android-6th-edition-sams-teach-yourself-in-24-hours.php</guid>
		<description><![CDATA[<P style="MARGIN: 0px">Sams Teach Yourself Java™ in 24 Hours, Sixth Edition</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">Rogers Cadenhead</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">Covers Java 7 and Android</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">In just 24 lessons of one hour or less, you can learn how to create Java applications with the free NetBeans visual editing tools. </P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Using a straightforward, step-by-step approach, popular author Rogers Cadenhead helps you master the skills and technology you need to create desktop and web programs, web services, and even an Android app in Java. </P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Each lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Full-color figures and clear step-by-step instructions visually show you how to program with Java. </P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Quizzes and Exercises at the end of each chapter help you test your knowledge.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Notes, Tips, and Cautions provide related information, advice, and warnings.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Learn how to… </P>    Set up your Java programming environment  Write your first working program in just minutes  Control program decisions and behavior   Store and work with information   Build straightforward user interfaces  Create interactive web programs  Use threading to build more responsive programs  Read and write files and XML data  Master best practices for object-oriented programming  Create flexible, interoperable web services with JAX-WS  Use Java to create an Android app  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Register your book at informit.com/register for convenient access to downloads, updates, and corrections as they become available.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Category:  Programming</P>  <P style="MARGIN: 0px">Covers:  Java 7</P>  <P style="MARGIN: 0px">User Level:  Beginning—Intermediate</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px"> </P>
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<P style="MARGIN: 0px">Sams Teach Yourself Java™ in 24 Hours, Sixth Edition</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Rogers Cadenhead</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Covers Java 7 and Android</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">In just 24 lessons of one hour or less, you can learn how to create Java applications with the free NetBeans visual editing tools. </P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Using a straightforward, step-by-step approach, popular author Rogers Cadenhead helps you master the skills and technology you need to create desktop and web programs, web services, and even an Android app in Java. </P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Each lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Full-color figures and clear step-by-step instructions visually show you how to program with Java. </P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Quizzes and Exercises at the end of each chapter help you test your knowledge.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Notes, Tips, and Cautions provide related information, advice, and warnings.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Learn how to… </P>  <UL>  <LI>Set up your Java programming environment</LI>  <LI>Write your first working program in just minutes</LI>  <LI>Control program decisions and behavior </LI>  <LI>Store and work with information </LI>  <LI>Build straightforward user interfaces</LI>  <LI>Create interactive web programs</LI>  <LI>Use threading to build more responsive programs</LI>  <LI>Read and write files and XML data</LI>  <LI>Master best practices for object-oriented programming</LI>  <LI>Create flexible, interoperable web services with JAX-WS</LI>  <LI>Use Java to create an Android app</LI></UL>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Register your book at informit.com/register for convenient access to downloads, updates, and corrections as they become available.</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px">Category:  Programming</P>  <P style="MARGIN: 0px">Covers:  Java 7</P>  <P style="MARGIN: 0px">User Level:  Beginning—Intermediate</P>  <P style="MARGIN: 0px"> </P>  <P style="MARGIN: 0px"> </P>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/tiMy12zeUC8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/sams-teach-yourself-java-in-24-hours-covering-java-7-and-android-6th-edition-sams-teach-yourself-in-24-hours.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/sams-teach-yourself-java-in-24-hours-covering-java-7-and-android-6th-edition-sams-teach-yourself-in-24-hours.php</feedburner:origLink></item>
		<item>
		<title>Java Cookbook, Second Edition</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/_pDCSTuLJmM/java-cookbook-second-edition.php</link>
		<comments>http://java.codetuts.com/java-cookbook-second-edition.php#comments</comments>
		<pubDate>Mon, 23 Apr 2012 06:27:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/java-cookbook-second-edition.php</guid>
		<description><![CDATA[<p>You have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up Java Cookbook, 2nd Edition and get to the heart of what you need to know when you need to know it.</p><p>With the completely revised and thoroughly updated Java Cookbook, 2nd Edition, Java developers like you will  learn by example,  try out new features, and use sample code to understand how new additions to the language and platform work--and how to put them to work for you.</p><p>This comprehensive collection of problems, solutions, and practical examples will satisfy Java developers at all levels of expertise. Whether you're new to Java programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you're a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge.</p><p>Packed with hundreds of tried-and-true Java  recipes  covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works.</p><p>Java Cookbook, 2nd Edition includes code segments covering many specialized APIs--like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac OS X Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization.</p><p>In this major revision, you'll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what's useful or tricky--or what's useful and tricky--Java Cookbook, 2nd Edition is the most practical Java programming book on the market.</p>
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<DIV><p>You have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up <i>Java Cookbook</i>, 2nd Edition and get to the heart of what you need to know when you need to know it.</p><p>With the completely revised and thoroughly updated <i>Java Cookbook</i>, 2nd Edition, Java developers like you will  learn by example,  try out new features, and use sample code to understand how new additions to the language and platform work--and how to put them to work for you.</p><p>This comprehensive collection of problems, solutions, and practical examples will satisfy Java developers at all levels of expertise. Whether you're new to Java programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you're a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge.</p><p>Packed with hundreds of tried-and-true Java  recipes  covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works.</p><p><i>Java Cookbook</i>, 2nd Edition includes code segments covering many specialized APIs--like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac OS X Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization.</p><p>In this major revision, you'll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what's useful or tricky--or what's useful and tricky--<i>Java Cookbook</i>, 2nd Edition is the most practical Java programming book on the market.</p></div>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/_pDCSTuLJmM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/java-cookbook-second-edition.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/java-cookbook-second-edition.php</feedburner:origLink></item>
		<item>
		<title>Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/RMhWRsWh-fE/pro-javafx-2-a-definitive-guide-to-rich-clients-with-java-technology.php</link>
		<comments>http://java.codetuts.com/pro-javafx-2-a-definitive-guide-to-rich-clients-with-java-technology.php#comments</comments>
		<pubDate>Sun, 22 Apr 2012 14:58:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/pro-javafx-2-a-definitive-guide-to-rich-clients-with-java-technology.php</guid>
		<description><![CDATA[<p> In Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology, Jim Weaver, Weiqi Gao, Stephen Chin, Dean Iverson, and Johan Vos show you how you can use the JavaFX platform to create rich-client Java applications. You'll see how JavaFX provides a powerful Java-based UI platform capable of handling large-scale data-driven business applications.  Covering the JavaFX API, development tools, and best practices, this book provides code examples that explore the exciting new features provided with JavaFX 2. It contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. Written in an engaging and friendly style, Pro JavaFX 2 is an essential guide to JavaFX 2.      </p>    What you’ll learn     How to get started with JavaFX 2, including downloading the SDK and available tools.      How to express user interfaces with a declarative-style enabled by the JavaFX builder classes.      How to use property binding to keep the UI easily in sync with the model.      How to use the rich set of JavaFX UI controls, charts, shapes, effects, transformations, and animations to create stunning, responsive, user interfaces.      How to use the powerful JavaFX layout classes to define the user interface in a cross-platform fashion.      How to leverage the observable collection classes to observe changes in, and bind to, Java collections.      How to use the JavaFX media classes to play audio and video.      How to interact with external application services to create an enterprise application with JavaFX.      How to use the JavaFX API with alternative languages such as Scala, Groovy, and Visage.      How to uncover the JavaFX APIs to whatever degree you choose. The tutorials, reference materials, and pointers to resources are exhaustive.   Who this book is for      <p>     Application developers, graphic designers, and IT decision makers. Not only does this book contain comprehensive technical information for developers and designers, it builds a compelling case for choosing JavaFX for web applications and RIAs.        </p>     Table of Contents     Getting a Jump Start in JavaFX      Creating a User Interface in JavaFX      Properties and Bindings      Dynamically Laying Out Nodes in the User Interface      Using the JavaFX UI Controls      Collections and Concurrency      Creating  Charts in JavaFX      Using the Media Classes      Accessing Web Services                      JavaFX Languages and Markup      Appendix A: The Visage Language In-Depth  
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>    In <em>Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology</em>, <strong>Jim Weaver, Weiqi Gao, Stephen Chin, Dean Iverson,</strong> and <strong>Johan Vos</strong> show you how you can use the JavaFX platform to create rich-client Java applications. You'll see how JavaFX provides a powerful Java-based UI platform capable of handling large-scale data-driven business applications.<br /> <br /> Covering the JavaFX API, development tools, and best practices, this book provides code examples that explore the exciting new features provided with JavaFX 2. It contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. Written in an engaging and friendly style, <em>Pro JavaFX 2</em> is an essential guide to JavaFX 2.<br />      </p>    <h3>What you’ll learn</h3><ul>     <li>How to get started with JavaFX 2, including downloading the SDK and available tools. </li>     <li>How to express user interfaces with a declarative-style enabled by the JavaFX builder classes. </li>     <li>How to use property binding to keep the UI easily in sync with the model. </li>     <li>How to use the rich set of JavaFX UI controls, charts, shapes, effects, transformations, and animations to create stunning, responsive, user interfaces. </li>     <li>How to use the powerful JavaFX layout classes to define the user interface in a cross-platform fashion. </li>     <li>How to leverage the observable collection classes to observe changes in, and bind to, Java collections. </li>     <li>How to use the JavaFX media classes to play audio and video. </li>     <li>How to interact with external application services to create an enterprise application with JavaFX. </li>     <li>How to use the JavaFX API with alternative languages such as Scala, Groovy, and Visage. </li>     <li>How to uncover the JavaFX APIs to whatever degree you choose. The tutorials, reference materials, and pointers to resources are exhaustive. </li> </ul> <h3>Who this book is for</h3>      <p>     Application developers, graphic designers, and IT decision makers. Not only does this book contain comprehensive technical information for developers and designers, it builds a compelling case for choosing JavaFX for web applications and RIAs.        </p>     <h3>Table of Contents</h3><ol>     <li>Getting a Jump Start in JavaFX </li>     <li>Creating a User Interface in JavaFX </li>     <li>Properties and Bindings </li>     <li>Dynamically Laying Out Nodes in the User Interface </li>     <li>Using the JavaFX UI Controls </li>     <li>Collections and Concurrency </li>     <li>Creating  Charts in JavaFX </li>     <li>Using the Media Classes </li>     <li>Accessing Web Services                 </li>     <li>JavaFX Languages and Markup </li>     <li>Appendix A: The Visage Language In-Depth </li> </ol>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/RMhWRsWh-fE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/pro-javafx-2-a-definitive-guide-to-rich-clients-with-java-technology.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/pro-javafx-2-a-definitive-guide-to-rich-clients-with-java-technology.php</feedburner:origLink></item>
		<item>
		<title>Java Swing, Second Edition</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/c343YLvhNr4/java-swing-second-edition.php</link>
		<comments>http://java.codetuts.com/java-swing-second-edition.php#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/java-swing-second-edition.php</guid>
		<description><![CDATA[<p>Swing is a fully-featured user interface development kit for Java applications. Building on the foundations of the Abstract Window Toolkit (AWT), Swing enables cross-platform applications to use any of several pluggable look-and-feels. Swing developers can take advantage of its rich, flexible features and modular components, building elegant user interfaces with very little code.</p> <p>This second edition of Java Swing thoroughly covers all the features available in Java 2 SDK 1.3 and 1.4. More than simply a reference, this new edition takes a practical approach. It is a book by developers for developers, with hundreds of useful examples, from beginning level to advanced, covering every component available in Swing.</p> <p>All these features mean that there's a lot to learn. Even setting aside its platform flexibility, Swing compares favorably with any widely available user interface toolkit--it has great depth.  Swing makes it easy to do simple things but is powerful enough to create complex, intricate interfaces.</p> <p>Java Swing, 2nd edition includes :</p>A new chapter on Drag and Drop Accessibility features for creating a user interface meeting the needs of all users Coverage of the improved key binding infrastructure introduced in SDK  1.3 A new chapter on JFormattedTextField and input validation Mac OS X coverage and examples Coverage of the improved focus system introduced in SDK 1.4 Pluggable Look-and-Feel coverage Coverage of the new layout manager, SpringLayout, from SDK 1.4 Properties tables that summarize important features of each component Coverage of the 1.4 Spinner component Details about using HTML in components A new appendix listing bound actions for each component A supporting web site with utilities, examples, and supplemental materials  Whether you're a seasoned Java developer or just trying to find out what Java can do, you'll find Java Swing, 2nd edition an indispensable guide.
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<DIV><p>Swing is a fully-featured user interface development kit for Java applications.  Building on the foundations of the Abstract Window Toolkit (AWT), Swing enables cross-platform applications to use any of several pluggable look-and-feels.  Swing developers can take advantage  of its rich, flexible features and modular components, building elegant user interfaces with very little code.</p> <p>This second edition of <i>Java Swing</i> thoroughly covers all the features available in Java 2 SDK 1.3 and 1.4. More than simply a reference, this new edition takes a practical approach. It is a book by developers for developers, with hundreds of useful examples, from beginning level to advanced, covering every component available in Swing.</p> <p>All these features mean that there's a lot to learn. Even setting aside its platform flexibility, Swing compares favorably with any widely available user interface toolkit--it has great depth.  Swing makes it easy to do simple things but is powerful enough to create complex, intricate interfaces.</p> <p><i>Java Swing</i>, 2nd edition includes :</p><ul><li>A new chapter on Drag and Drop</li> <li>Accessibility features for creating a user interface meeting the needs of all users</li> <li>Coverage of the improved key binding infrastructure introduced in SDK  1.3</li> <li>A new chapter on JFormattedTextField and input validation</li> <li>Mac OS X coverage and examples</li> <li>Coverage of the improved focus system introduced in SDK 1.4</li> <li>Pluggable Look-and-Feel coverage</li> <li>Coverage of the new layout manager, SpringLayout, from SDK 1.4</li> <li>Properties tables that summarize important features of each component</li> <li>Coverage of the 1.4 Spinner component</li> <li>Details about using HTML in components</li> <li>A new appendix listing bound actions for each component</li> <li>A supporting web site with utilities, examples, and supplemental materials</li> </ul> Whether you're a seasoned Java developer or just trying to find out what Java can do, you'll find <i>Java Swing</i>, 2nd edition an indispensable guide.</div>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/c343YLvhNr4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/java-swing-second-edition.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/java-swing-second-edition.php</feedburner:origLink></item>
		<item>
		<title>Beginning Programming with Java For Dummies</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/vdoRl5oz3pM/beginning-programming-with-java-for-dummies.php</link>
		<comments>http://java.codetuts.com/beginning-programming-with-java-for-dummies.php#comments</comments>
		<pubDate>Sun, 22 Apr 2012 04:30:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/beginning-programming-with-java-for-dummies.php</guid>
		<description><![CDATA[One of the most popular beginning programming books, now fully updated <p>Java is a popular language for beginning programmers, and earlier editions of this fun and friendly guide have helped thousands get started. Now fully revised to cover recent updates for Java 7.0, Beginning Programming with Java For Dummies, 3rd Edition is certain to put more first-time programmers and Java beginners on the road to Java mastery.Explores what goes into creating a program, putting the pieces together, dealing with standard programming challenges, debugging, and making the program work Offers new options for tools and techniques used in Java developmentProvides valuable information and examples for the would-be programmer with no Java experienceAll examples are updated to reflect the latest changes in Java 7.0<p>Beginning Programming with Java For Dummies, 3rd Edition offers an easy-to-understand introduction to programming through the popular, versatile Java 7.0 language.
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<b>One of the most popular beginning programming books, now fully updated </b><p>Java is a popular language for beginning programmers, and earlier editions of this fun and friendly guide have helped thousands get started. Now fully revised to cover recent updates for Java 7.0, <i>Beginning Programming with Java For Dummies, 3rd Edition</i> is certain to put more first-time programmers and Java beginners on the road to Java mastery.<ul><li>Explores what goes into creating a program, putting the pieces together, dealing with standard programming challenges, debugging, and making the program work <li>Offers new options for tools and techniques used in Java development</li><li>Provides valuable information and examples for the would-be programmer with no Java experience</li><li>All examples are updated to reflect the latest changes in Java 7.0</li></ul><p><i>Beginning Programming with Java For Dummies, 3rd Edition</i> offers an easy-to-understand introduction to programming through the popular, versatile Java 7.0 language.
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/vdoRl5oz3pM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/beginning-programming-with-java-for-dummies.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/beginning-programming-with-java-for-dummies.php</feedburner:origLink></item>
		<item>
		<title>OCP Java SE 6 Programmer Practice Exams (Exam 310-065) (Certification Press)</title>
		<link>http://feedproxy.google.com/~r/CodetutsJava/~3/TXdP7oa0SR8/ocp-java-se-6-programmer-practice-exams-exam-310-065-certification-press.php</link>
		<comments>http://java.codetuts.com/ocp-java-se-6-programmer-practice-exams-exam-310-065-certification-press.php#comments</comments>
		<pubDate>Fri, 20 Apr 2012 09:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[US Books]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java books]]></category>
		<category><![CDATA[learn java]]></category>

		<guid isPermaLink="false">http://java.codetuts.com/ocp-java-se-6-programmer-practice-exams-exam-310-065-certification-press.php</guid>
		<description><![CDATA[Don't Let the Real Test Be Your First Test! <p>Written by two of the lead developers of the Java SE Programmer Exam, OCP Java SE 6 Programmer Practice Exams is filled with more than 260 realistic practice questions to prepare you for this challenging exam. To help you understand this material, in-depth explanations of both the correct and incorrect answers are included for every question. This practical guide covers all official objectives for Exam 310-065 and is the perfect companion to SCJP Sun Certified Programmer for Java 6 Study Guide.         <p>Covers all OCP Java SE 6 Programmer exam topics, including:    Declarations and Access Control    Object Orientation    Assignments    Operators    Flow Control, Exceptions, and Assertions    Strings, I/O, Formatting, and Parsing    Generics and Collections    Inner Classes    Threads    Development
<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h4>Don't Let the Real Test Be Your First Test!</h4>        <p>Written by two of the lead developers of the Java SE Programmer Exam, <i>OCP Java SE 6 Programmer Practice Exams</i> is filled with more than 260 realistic practice questions to prepare you for this challenging exam. To help you understand this material, in-depth explanations of both the correct and incorrect answers are included for every question. This practical guide covers all official objectives for Exam 310-065 and is the perfect companion to <i>SCJP Sun Certified Programmer for Java 6 Study Guide</i>.         <p><b>Covers all OCP Java SE 6 Programmer exam topics, including:</b><ul>    <li>Declarations and Access Control    <li>Object Orientation    <li>Assignments    <li>Operators    <li>Flow Control, Exceptions, and Assertions    <li>Strings, I/O, Formatting, and Parsing    <li>Generics and Collections    <li>Inner Classes    <li>Threads    <li>Development</ul>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/CodetutsJava/~4/TXdP7oa0SR8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://java.codetuts.com/ocp-java-se-6-programmer-practice-exams-exam-310-065-certification-press.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://java.codetuts.com/ocp-java-se-6-programmer-practice-exams-exam-310-065-certification-press.php</feedburner:origLink></item>
	</channel>
</rss>

