<?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>Wow! eBook - Blog &#187; Java</title>
	<atom:link href="http://www.wowebook.me/category/e-book/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebook.me</link>
	<description>Great ebook, great site!</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:55:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Java Programming: From Problem Analysis to Program Design, 4th Edition</title>
		<link>http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/</link>
		<comments>http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:18:26 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17107</guid>
		<description><![CDATA[Book Description Designed for the beginning programming student, this book will motivate learners while teaching fundamental programming concepts. Based on years of classroom testing, this fourth edition of JAVA™ PROGRAMMING: FROM PROBLEM ANALYSIS TO PROGRAM DESIGN approaches programming with a focus on clear explanations and practice &#8211; two critical factors in mastering the Java language. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1745633612.jpg" alt="Java Programming: From Problem Analysis to Program Design, 4th Edition" width="220" height="220" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" /></p>
<h3>Book Description</h3>
<p>Designed for the beginning <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> student, this book will motivate learners while teaching fundamental <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> concepts. Based on years of classroom testing, this fourth edition of <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">JAVA</a>™ <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">PROGRAMMING</a>: FROM PROBLEM <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">ANALYSIS</a> TO PROGRAM DESIGN approaches <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> with a focus on clear explanations and practice &#8211; two critical factors in mastering the <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> language. Straightforward language is used to explain the reasoning behind each new concept, and numerous examples and exercises allow readers to practice solving problems and writing code. This new edition is fully compliant with the latest version of <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>, and includes updated <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> exercises and programs.</p>
<ul>
<li>FOUR-COLOR DESIGN: Four-color interior design displays accurate Java code and comments</li>
<li>VISUAL DIAGRAMS: More than 240 visual diagrams clearly illustrate difficult concepts</li>
<li><a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">PROGRAMMING</a> CODE WITH DESCRIPTIONS: <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> code used in examples is accompanied by a description of what each line in the code does, leading readers step-by-step through the <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> process</li>
<li>PROGRAMMING EXAMPLES: Extensive programming examples demonstrate the accurate, concrete stages of Input, Output, Program <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> and <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">Algorithm</a> Design, and a Complete Program Listing, which challenge readers to write Java programs with a specified outcome</li>
<li>ACCOMPANYING CD: Accompanying CD contains JDK 6.0, jGRASP, and the <a href="http://www.wowebook.me/tag/eclipse/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> IDE</li>
<li>SAM Test bank available<span id="more-17107"></span></li>
</ul>
<p><strong>Table of Contents</strong><br />
1. An Overview of Computers and Programming Languages<br />
2. Basic Elements of Java<br />
3. Introduction to Objects and Input/Output<br />
4. Control Structures I (Selection)<br />
5. Control Structures II (Repetition)<br />
6. Graphical User Interface (GUI) and <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Design (OOD)<br />
7. User-Defined Methods<br />
8. User-Defined Classes<br />
9. Arrays<br />
10. Inheritance and Polymorphism<br />
11. Handling Exceptions and Events<br />
12. Advanced GUIs and Graphics<br />
13. Recursion<br />
14. Searching and Sorting <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a></p>
<p>Appendices A. Java Reserved Words<br />
Appendices B. Operator Precedence<br />
Appendices C. Character Sets<br />
Appendices D. Additional Java Topics<br />
Appendices E. Answers to Odd Numbered Exercises</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 986 pages</li>
<li><strong>Publisher:</strong> Course Technology; 4th Edition (April 2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1439035660</li>
<li><strong>ISBN-13:</strong> 978-1439035665</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/" title="Java: An Introduction to Problem Solving and Programming, 6th Edition" rel="bookmark">Java: An Introduction to Problem Solving and Programming, 6th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-software-solutions-7th-edition/" title="Java Software Solutions: Foundations of Program Design, 7th Edition" rel="bookmark">Java Software Solutions: Foundations of Program Design, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/" title="An Introduction to Object-Oriented Programming with Java, 5th Edition" rel="bookmark">An Introduction to Object-Oriented Programming with Java, 5th Edition</a> <span class="date">(27-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-microsoft-sql-server-2008-reporting-services/" title="Professional Microsoft SQL Server 2008 Reporting Services" rel="bookmark">Professional Microsoft SQL Server 2008 Reporting Services</a> <span class="date">(19-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-all-in-one-for-dummies-3rd-edition/" title="Java All-in-One For Dummies, 3rd Edition" rel="bookmark">Java All-in-One For Dummies, 3rd Edition</a> <span class="date">(02-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introduction-to-java-programming-comprehensive-8th-edition/" title="Introduction to Java Programming: Comprehensive, 8th Edition" rel="bookmark">Introduction to Java Programming: Comprehensive, 8th Edition</a> <span class="date">(28-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/" title="Data Structures Using C++, 2nd Edition" rel="bookmark">Data Structures Using C++, 2nd Edition</a> <span class="date">(10-02-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liferay Portal Systems Development</title>
		<link>http://www.wowebook.me/book/liferay-portal-systems-development/</link>
		<comments>http://www.wowebook.me/book/liferay-portal-systems-development/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 17:40:13 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17081</guid>
		<description><![CDATA[Book Description Liferay portal is one of the most mature portal frameworks in the market, offering many key business benefits that involve personalization, customization, content management systems, web content management, collaboration, social networking and workflow. If you are a Java developer who wants to build custom web sites and WAP sites using Liferay portal, this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1161554530.jpg" alt="Liferay Portal Systems Development" width="220" height="220" title="Liferay Portal Systems Development" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/liferay/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Liferay">Liferay</a> portal is one of the most mature portal frameworks in the market, offering many key <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> benefits that involve personalization, customization, content <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> systems, web content <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a>, collaboration, social networking and workflow. If you are a <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> developer who wants to build custom web sites and WAP sites using <a href="http://www.wowebook.me/tag/liferay/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Liferay">Liferay</a> portal, this book is all you need.</p>
<p>Liferay Portal Systems <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> shows <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> developers how to use Liferay kernel 6.1 and above as a framework to develop custom web and WAP systems which will help you to maximize your productivity gains. Get ready for a rich, friendly, intuitive, and collaborative end-user experience!</p>
<p>The clear, practical examples in the sample application that runs throughout this book will enable professional Java developers to build custom web sites, portals, and mobile applications using Liferay portal as a framework. You will learn how to make all of your organization&#8217;s data and web content easily accessible by customizing Liferay into a single point of access. The book will also show you how to improve your inter-company communication by enhancing your web and WAP sites to easily share content with colleagues.</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Provide complete coverage of both the commercial and <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> versions of Liferay Portal 6.1 within the real-world example Knowledge Base portlet</li>
<li>Build basic and advanced <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a> portlets with the Service-Builder<span id="more-17081"></span> and RBAC permissions, helping you to build enterprise-ready Java web sites</li>
<li>Use Ext plugins and Hooks, allowing you to perform custom actions on your portal</li>
<li>Manage images, documents, videos, <a href="http://www.wowebook.me/tag/audio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Audio">audio</a>, and records using the Document and Media Library and record <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a></li>
<li>Build web content and web forms using the WYSIWYG editors, Custom Attributes, assets tagging and classification, and Dynamic Data List</li>
<li>Create a collaborative and social <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a> complete with Ratings, Comments, Subscriptions, Collaboration, Social Equity, and Asset Links</li>
<li>Improve your portal with staging, scheduling, remote publishing, caching, clustering, indexing, search, and workflow.</li>
<li>Build WAP mobile-based applications and leverage diverse portlet bridges like <a href="http://www.wowebook.me/tag/jsf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JSF">JSF</a>, Struts, and <a href="http://www.wowebook.me/tag/spring/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Spring">Spring</a> <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a></li>
</ul>
<p><strong>Approach</strong><br />
This book focuses on teaching by example. Every chapter provides an overview, and then dives right into hands-on examples so you can see and play with the solution in your own environment.</p>
<p><strong>Who this book is for</strong><br />
This book is for Java developers who don&#8217;t need any prior experience with Liferay portal. Although Liferay portal makes heavy use of <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> frameworks, no prior experience of using these is assumed.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 546 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (January 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849515980</li>
<li><strong>ISBN-13:</strong> 978-1849515986</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/mastering-joomla-1-5-2nd-edition/" title="Mastering Joomla! 1.5 Extension and Framework Development, 2nd Edition" rel="bookmark">Mastering Joomla! 1.5 Extension and Framework Development, 2nd Edition</a> <span class="date">(16-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/codeigniter-1-7-professional-development/" title="CodeIgniter 1.7 Professional Development" rel="bookmark">CodeIgniter 1.7 Professional Development</a> <span class="date">(20-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-grails-2nd-edition/" title="The Definitive Guide to Grails, 2nd Edition" rel="bookmark">The Definitive Guide to Grails, 2nd Edition</a> <span class="date">(05-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-security-3/" title="Spring Security 3" rel="bookmark">Spring Security 3</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sakai-cle-courseware-management/" title="Sakai CLE Courseware Management" rel="bookmark">Sakai CLE Courseware Management</a> <span class="date">(01-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-java-7-nio-2/" title="Pro Java 7 NIO.2" rel="bookmark">Pro Java 7 NIO.2</a> <span class="date">(13-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-drupal-7-development-3rd-edition/" title="Pro Drupal 7 Development, 3rd Edition" rel="bookmark">Pro Drupal 7 Development, 3rd Edition</a> <span class="date">(21-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/netbeans-platform-6-9-developers-guide/" title="NetBeans Platform 6.9 Developer’s Guide" rel="bookmark">NetBeans Platform 6.9 Developer’s Guide</a> <span class="date">(02-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/moodle-1-9-extension-development/" title="Moodle 1.9 Extension Development" rel="bookmark">Moodle 1.9 Extension Development</a> <span class="date">(20-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/lwuit-1-1-for-java-me-developers/" title="LWUIT 1.1 for Java ME Developers" rel="bookmark">LWUIT 1.1 for Java ME Developers</a> <span class="date">(27-08-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/liferay-portal-systems-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss ESB: Beginner&#8217;s Guide</title>
		<link>http://www.wowebook.me/book/jboss-esb-beginners-guide/</link>
		<comments>http://www.wowebook.me/book/jboss-esb-beginners-guide/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 18:33:04 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[JBoss AS]]></category>
		<category><![CDATA[JBoss ESB]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17064</guid>
		<description><![CDATA[Book Description You may often have wondered if there is a better way to integrate disparate applications than error-prone &#8220;glue code&#8221;. JBoss ESB is just that solution as it can help solve common but difficult problems: writing new code that can be re-used and maintained, and integrating together new and old systems. JBoss ESB takes [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1660910700.jpg" alt="JBoss ESB: Beginners Guide" width="220" height="220" title="JBoss ESB: Beginners Guide" /></p>
<h3>Book Description</h3>
<p>You may often have wondered if there is a better way to integrate disparate applications than error-prone &#8220;glue code&#8221;. <a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> ESB is just that solution as it can help solve common but difficult problems: writing new code that can be re-used and maintained, and integrating together new and old systems. <a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> ESB takes care of routing and processing service requests, leaving you to concentrate on your system&#8217;s design and <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>.</p>
<p>The <a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> ESB <a href="http://www.wowebook.me/tag/beginner/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Beginner">Beginner</a>’s Guide gets you up and running quickly with <a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> ESB to build your own service-based applications, with enhanced communication and organization. You will learn how to create new applications or to integrate combinations of new and legacy applications. Detailed examples get you creating your own services, and deploying and administering them with other <a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">Open Source</a> tools.</p>
<p>Through hands-on examples, this book shows you how <a href="http://www.wowebook.me/tag/jboss-esb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss ESB">JBoss ESB</a> enables you to design your system as services that are loosely coupled together by sending and receiving messages. Your services can execute your own custom code, or make use of <a href="http://www.wowebook.me/tag/jboss-esb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss ESB">JBoss ESB</a>’s extensive set of out-of-the-box actions to perform specific tasks. The <a href="http://www.wowebook.me/tag/jboss-esb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss ESB">JBoss ESB</a> <a href="http://www.wowebook.me/tag/beginner/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Beginner">Beginner</a>’s Guide shows you the tools you can use to build re-usable and maintainable service-based applications with <a href="http://www.wowebook.me/tag/jboss-esb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss ESB">JBoss ESB</a>, and teaches you by example how to use these tools.</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Install, configure, administer, start and stop the JBoss Application Server<span id="more-17064"></span> (AS) and then deploy JBoss ESB onto <a href="http://www.wowebook.me/tag/jboss-as/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss AS">JBoss AS</a>.</li>
<li>Run the JBoss ESB example “quickstart” sample applications, so that you understand the applications’ output, and how to debug the JBoss ESB application failures</li>
<li>Build custom JBoss ESB applications with JBoss ESB’s out-of-the-box actions or your own action code</li>
<li>Use a service registry to provide access to your services and store and access your metadata</li>
<li>Integrate your custom application with other applications through the protocols supported by JBoss ESB gateway listeners</li>
<li>See how the behavior of services can alter through content-based routing and message transformation</li>
<li>Use other JBoss <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> projects such as the <a href="http://www.wowebook.me/tag/jboss-as/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss AS">JBoss AS</a> and JBDS with JBoss ESB to create, deploy, and administer services</li>
<li>Integrate existing <a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">web services</a> with your applications’ services over JBoss ESB</li>
</ul>
<p><strong>Approach</strong><br />
Part of Packt’s Beginner’s Guide series, each chapter contains practical examples with step-by-step instructions and plenty of screenshots to guide you through the implementation of JBoss ESB.</p>
<p><strong>Who this book is for</strong><br />
This book is intended for <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> programmers although you don’t need previous experience with middleware such as application servers or ESBs.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 320 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (January 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849516588</li>
<li><strong>ISBN-13:</strong> 978-1849516587</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-grails-2nd-edition/" title="The Definitive Guide to Grails, 2nd Edition" rel="bookmark">The Definitive Guide to Grails, 2nd Edition</a> <span class="date">(05-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/jboss-portal-server-development/" title="JBoss Portal Server Development" rel="bookmark">JBoss Portal Server Development</a> <span class="date">(22-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-security-3/" title="Spring Security 3" rel="bookmark">Spring Security 3</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-wcf-services-3rd-edition/" title="Programming WCF Services, 3rd Edition" rel="bookmark">Programming WCF Services, 3rd Edition</a> <span class="date">(17-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-soa-suite-11g-r1-developers-guide/" title="Oracle SOA Suite 11g R1 Developer’s Guide" rel="bookmark">Oracle SOA Suite 11g R1 Developer’s Guide</a> <span class="date">(09-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/netbeans-platform-6-9-developers-guide/" title="NetBeans Platform 6.9 Developer’s Guide" rel="bookmark">NetBeans Platform 6.9 Developer’s Guide</a> <span class="date">(02-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/microsoft-dynamics-crm-2011-unleashed/" title="Microsoft Dynamics CRM 2011 Unleashed" rel="bookmark">Microsoft Dynamics CRM 2011 Unleashed</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/lwuit-1-1-for-java-me-developers/" title="LWUIT 1.1 for Java ME Developers" rel="bookmark">LWUIT 1.1 for Java ME Developers</a> <span class="date">(27-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-beginners-guide/" title="Liferay: Beginner's Guide" rel="bookmark">Liferay: Beginner's Guide</a> <span class="date">(03-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/jboss-esb-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle JDeveloper 11gR2 Cookbook</title>
		<link>http://www.wowebook.me/book/oracle-jdeveloper-11gr2-cookbook/</link>
		<comments>http://www.wowebook.me/book/oracle-jdeveloper-11gr2-cookbook/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 20:56:09 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Cookbook]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[Oracle JDeveloper]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Real World]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16992</guid>
		<description><![CDATA[Book Description Oracle’s Application Development Framework (ADF) for Fusion Web Applications leverages Java EE best practices and proven design patterns to simplify constructing complex web solutions with JDeveloper, and this hands-on, task-based cookbook enables you to realize those complex, enterprise-scale applications. With the help of real-world implementations, practical recipes cover everything from design and construction, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1344594519.jpg" alt="Oracle JDeveloper 11gR2 Cookbook" width="220" height="220" title="Oracle JDeveloper 11gR2 Cookbook" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a>’s Application <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> Framework (<a href="http://www.wowebook.me/tag/adf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ADF">ADF</a>) for Fusion Web Applications leverages <a href="http://www.wowebook.me/tag/java-ee/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java EE">Java EE</a> best practices and proven design patterns to simplify constructing complex web solutions with JDeveloper, and this hands-on, task-based <a href="http://www.wowebook.me/tag/cookbook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cookbook">cookbook</a> enables you to realize those complex, enterprise-scale applications. With the help of real-world implementations, practical recipes cover everything from design and construction, to deployment, testing, debugging and <a href="http://www.wowebook.me/tag/optimization/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Optimization">optimization</a>.</p>
<p>This practical, task-based <a href="http://www.wowebook.me/tag/cookbook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cookbook">cookbook</a> takes you, the <a href="http://www.wowebook.me/tag/adf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ADF">ADF</a> developer, on a practical journey for building Fusion Web Applications. By implementing a range of <a href="http://www.wowebook.me/tag/real-world/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Real World">real world</a> use cases, you will gain invaluable and applicable knowledge for utilizing the ADF framework with JDeveloper 11gR2.</p>
<p>“<a href="http://www.wowebook.me/tag/oracle-jdeveloper/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle JDeveloper">Oracle JDeveloper</a> 11gR2 Cookbook” is a task-based guide to the complete lifecycle of Fusion Web Application <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> using <a href="http://www.wowebook.me/tag/oracle-jdeveloper/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle JDeveloper">Oracle JDeveloper</a> 11gR2 and ADF.</p>
<p>You will get quickly up and running with concepts like setting up Application Workspaces and Projects, before delving into specific <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">Business</a> Components such as Entity Objects, View Objects, Application Modules and more. Along the way you will encounter even more practical recipes about ADF Faces UI components and Backing Beans, and the book rounds off by covering security, session timeouts and exceptions.</p>
<p>With “<a href="http://www.wowebook.me/tag/oracle-jdeveloper/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle JDeveloper">Oracle JDeveloper</a> 11gR2 Cookbook” in hand you will be equipped with the practical knowledge of a range of ready to use implementation cases<span id="more-16992"></span> which can be applied to your own Fusion Web ADF Applications.</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Get quickly up and running by downloading, installing and optimizing JDeveloper on Linux</li>
<li>Absorb the foundational techniques presented for laying out the Fusion Web ADF Application during the application architectural phases</li>
<li>Get to grips with using custom properties and property sets for generic <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and overriding doDML() to populate sequence attributes</li>
<li>Work with View objects, List-of-Values, Bind Variables and View Criteria</li>
<li>Handle security, exceptions, logging and session timeouts</li>
<li>Create and use generic extension interfaces, service-enabling Application Modules and shared Applications Modules</li>
<li>Go further with ADF Faces techniques like using custom listeners for query panel operations and programmatically executing operation bindings</li>
<li>Master Task Flow techniques such as using a Method Call activity to initialize a page and using Task Flow Initializers</li>
</ul>
<p><strong>Approach</strong><br />
“<a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a> JDeveloper 11gR2 Cookbook” is a practical cookbook which goes beyond the basics with immediately applicable recipes for building ADF applications at an intermediate-to-advanced level.</p>
<p><strong>Who this book is for</strong><br />
If you are a JavaEE developer who wants to go beyond the basics of building ADF applications with Oracle JDeveloper 11gR2 and get hands on with practical recipes, this book is for you.</p>
<p>You should be comfortable with general <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> development principles, the JDeveloper IDE, and ADF basics.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 406 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (January 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849684766</li>
<li><strong>ISBN-13:</strong> 978-1849684767</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-ios-5-augmented-reality/" title="Pro iOS 5 Augmented Reality" rel="bookmark">Pro iOS 5 Augmented Reality</a> <span class="date">(13-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-essbase-11-development-cookbook/" title="Oracle Essbase 11 Development Cookbook" rel="bookmark">Oracle Essbase 11 Development Cookbook</a> <span class="date">(03-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/microsoft-dynamics-nav-2009-programming-cookbook/" title="Microsoft Dynamics NAV 2009 Programming Cookbook" rel="bookmark">Microsoft Dynamics NAV 2009 Programming Cookbook</a> <span class="date">(15-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ios-4-programming-cookbook/" title="iOS 4 Programming Cookbook" rel="bookmark">iOS 4 Programming Cookbook</a> <span class="date">(17-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/cryengine-3-cookbook/" title="CryENGINE 3 Cookbook" rel="bookmark">CryENGINE 3 Cookbook</a> <span class="date">(16-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/yii-1-1-application-development-cookbook/" title="Yii 1.1 Application Development Cookbook" rel="bookmark">Yii 1.1 Application Development Cookbook</a> <span class="date">(07-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wordpress-3-cookbook/" title="WordPress 3 Cookbook" rel="bookmark">WordPress 3 Cookbook</a> <span class="date">(02-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/oracle-jdeveloper-11gr2-cookbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drools Developer&#8217;s Cookbook</title>
		<link>http://www.wowebook.me/book/drools-developers-cookbook/</link>
		<comments>http://www.wowebook.me/book/drools-developers-cookbook/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 15:40:19 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Apache Camel]]></category>
		<category><![CDATA[Cookbook]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Drools]]></category>
		<category><![CDATA[jBPM]]></category>
		<category><![CDATA[JMX]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16961</guid>
		<description><![CDATA[Book Description JBoss Drools is an open source business rules engine that provides agility and flexibility to your business logic. Drools 5 has evolved to provide a unified and integrated platform for business rules, business processes, event processing and automated planning. With this book in hand you will be able to use any of these [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/217871629.jpg" alt="Drools Developers Cookbook" width="220" height="220" title="Drools Developers Cookbook" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> <a href="http://www.wowebook.me/tag/drools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Drools">Drools</a> is an <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> rules engine that provides agility and flexibility to your <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> logic. <a href="http://www.wowebook.me/tag/drools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Drools">Drools</a> 5 has evolved to provide a unified and integrated platform for <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> rules, <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> processes, event processing and automated planning. With this book in hand you will be able to use any of these modules and their specific features quickly and with ease.</p>
<p><a href="http://www.wowebook.me/tag/drools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Drools">Drools</a> Developer <a href="http://www.wowebook.me/tag/cookbook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cookbook">Cookbook</a> will help you to apply the latest community features to your projects. You will learn about all the <a href="http://www.wowebook.me/tag/drools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Drools">Drools</a> modules &#8211; Guvnor, Fusion, Expert, and Planner &#8211; along with <a href="http://www.wowebook.me/tag/jbpm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with jBPM">jBPM</a>5 and integration capabilities. The straightforward recipes will help you to implement even more rules in your projects and take you to a new level with the <a href="http://www.wowebook.me/tag/drools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Drools">Drools</a> platform.</p>
<p>This book teaches you how to create a more robust business rules implementation, starting with tips on how to write business rules manually, or by using the newest Guvnor rule editors. You will learn how your rules can be integrated with another framework to create a full solution and discover how to use complex features such as event processing. The recipes cover all of the Drools modules and will help you to solve problems with planning, remote execution, and much more.</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Use Drools Guvnor for rules authoring and configuration</li>
<li>Configure different ways to store your knowledge using Marshallers, and <a href="http://www.wowebook.me/tag/jpa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JPA">JPA</a> with <a href="http://www.wowebook.me/tag/spring/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Spring">Spring</a></li>
<li>Understand how to add complex event processing capabilities to a project<span id="more-16961"></span></li>
<li>Take full advantage of the remote rules execution using the Drools Server.</li>
<li>Integrate Drools with the <a href="http://www.wowebook.me/tag/apache-camel/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apache Camel">Apache Camel</a> Project using the <a href="http://www.wowebook.me/tag/spring/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Spring">Spring</a> Framework</li>
<li>Monitor Drools knowledge bases and sessions using <a href="http://www.wowebook.me/tag/jmx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JMX">JMX</a>.</li>
<li>Implement automated planning using Drools Planner</li>
<li>Migrate and learn new features included in <a href="http://www.wowebook.me/tag/jbpm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with jBPM">jBPM</a>5.</li>
</ul>
<p><strong>Approach</strong><br />
Part of Packt’s <a href="http://www.wowebook.me/tag/cookbook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cookbook">cookbook</a> series, this book is packed with easy to follow recipes containing step-by-step instructions. The book is designed in such a way that you can read it chapter by chapter, or refer to the tasks in no particular order.</p>
<p><strong>Who this book is for</strong><br />
This book is for Drools developers who want to improve their current working methods and discover new features to apply to their projects. Readers are expected to be familiar with the basics of the Drools platform as well as <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 310 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (January 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849511969</li>
<li><strong>ISBN-13:</strong> 978-1849511964</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/spring-roo-1-1-cookbook/" title="Spring Roo 1.1 Cookbook" rel="bookmark">Spring Roo 1.1 Cookbook</a> <span class="date">(01-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/apress-spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(03-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/yii-1-1-application-development-cookbook/" title="Yii 1.1 Application Development Cookbook" rel="bookmark">Yii 1.1 Application Development Cookbook</a> <span class="date">(07-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wordpress-3-cookbook/" title="WordPress 3 Cookbook" rel="bookmark">WordPress 3 Cookbook</a> <span class="date">(02-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-android-developers-cookbook/" title="The Android Developer’s Cookbook: Building Applications with the Android SDK" rel="bookmark">The Android Developer’s Cookbook: Building Applications with the Android SDK</a> <span class="date">(25-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-security-3/" title="Spring Security 3" rel="bookmark">Spring Security 3</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-recipes-2nd-edition/" title="Spring Recipes: A Problem-Solution Approach, 2nd Edition" rel="bookmark">Spring Recipes: A Problem-Solution Approach, 2nd Edition</a> <span class="date">(03-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-enterprise-recipes/" title="Spring Enterprise Recipes: A Problem-Solution Approach" rel="bookmark">Spring Enterprise Recipes: A Problem-Solution Approach</a> <span class="date">(01-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-dynamic-modules-in-action/" title="Spring Dynamic Modules in Action" rel="bookmark">Spring Dynamic Modules in Action</a> <span class="date">(10-09-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/drools-developers-cookbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CERT Oracle Secure Coding Standard for Java</title>
		<link>http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/</link>
		<comments>http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:14:12 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java SE]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Secure]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16832</guid>
		<description><![CDATA[Book Description “In the Java world, security is not viewed as an add-on a feature. It is a pervasive way of thinking. Those who forget to think in a secure mindset end up in trouble. But just because the facilities are there doesn’t mean that security is assured automatically. A set of standard practices has [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1103659902.jpg" alt="The CERT Oracle Secure Coding Standard for Java" width="220" height="220" title="The CERT Oracle Secure Coding Standard for Java" /></p>
<h3>Book Description</h3>
<p>“In the <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> world, security is not viewed as an add-on a feature. It is a pervasive way of thinking. Those who forget to think in a <a href="http://www.wowebook.me/tag/secure/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Secure">secure</a> mindset end up in trouble. But just because the facilities are there doesn’t mean that security is assured automatically. A set of standard practices has evolved over the years. <em>The <a href="http://www.wowebook.me/tag/secure/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Secure">Secure</a>® Coding® Standard for <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>™</em> is a compendium of these practices. These are not theoretical research papers or product marketing blurbs. This is all serious, mission-critical, battle-tested, enterprise-scale stuff.”<br />
—James A. Gosling, Father of the Java <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> Language</p>
<p>An essential element of secure coding in the Java <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language is a well-documented and enforceable coding standard. Coding standards encourage programmers to follow a uniform set of rules determined by the requirements of the project and organization, rather than by the programmer’s familiarity or preference. Once established, these standards can be used as a metric to evaluate source code (using manual or automated processes).</p>
<p><em>The CERT® <a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a>® Secure Coding Standard for Java™</em> provides rules designed to eliminate insecure coding practices that can lead to exploitable vulnerabilities. Application of the standard’s guidelines will lead to higher-quality systems–robust systems that are more resistant to attack. Such guidelines are required for the wide range of products coded in Java–for devices such as PCs, game players, mobile phones, home appliances, and automotive electronics.</p>
<p>After a high-level introduction to Java application security, seventeen consistently organized chapters detail specific rules for key areas of Java <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>.<span id="more-16832"></span> For each area, the authors present noncompliant examples and corresponding compliant solutions, show how to assess risk, and offer references for further information. Each rule is prioritized based on the severity of consequences, likelihood of introducing exploitable vulnerabilities, and cost of remediation.</p>
<p>The standard provides secure coding rules for the <a href="http://www.wowebook.me/tag/java-se/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java SE">Java SE</a> 6 Platform including the Java programming language and libraries, and also addresses new features of the <a href="http://www.wowebook.me/tag/java-se/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java SE">Java SE</a> 7 Platform. It describes language behaviors left to the discretion of <a href="http://www.wowebook.me/tag/jvm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JVM">JVM</a> and compiler implementers, guides developers in the proper use of Java’s APIs and security architecture, and considers  security concerns pertaining to standard extension APIs (from the javax package hierarchy).The standard covers security issues applicable to these libraries: lang, util, Collections, Concurrency Utilities, Logging, <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">Management</a>, Reflection, Regular Expressions, Zip, I/O, <a href="http://www.wowebook.me/tag/jmx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JMX">JMX</a>, JNI, Math, Serialization, and JAXP.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 744 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321803957</li>
<li><strong>ISBN-13:</strong> 978-0321803955</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/dsls-in-action/" title="DSLs in Action" rel="bookmark">DSLs in Action</a> <span class="date">(15-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ubuntu-unleashed-2012-edition/" title="Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04" rel="bookmark">Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04</a> <span class="date">(04-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-scala-2nd-edition/" title="Programming in Scala, 2nd Edition" rel="bookmark">Programming in Scala, 2nd Edition</a> <span class="date">(19-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-concurrency-on-the-jvm/" title="Programming Concurrency on the JVM" rel="bookmark">Programming Concurrency on the JVM</a> <span class="date">(13-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practical-clojure/" title="Practical Clojure" rel="bookmark">Practical Clojure</a> <span class="date">(02-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-soa-suite-11g-r1-developers-guide/" title="Oracle SOA Suite 11g R1 Developer’s Guide" rel="bookmark">Oracle SOA Suite 11g R1 Developer’s Guide</a> <span class="date">(09-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-plsql-recipes/" title="Oracle PL/SQL Recipes: A Problem-Solution Approach" rel="bookmark">Oracle PL/SQL Recipes: A Problem-Solution Approach</a> <span class="date">(27-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-jrockit-the-definitive-guide/" title="Oracle JRockit: The Definitive Guide" rel="bookmark">Oracle JRockit: The Definitive Guide</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/jboss-esb-beginners-guide/" title="JBoss ESB: Beginner's Guide" rel="bookmark">JBoss ESB: Beginner's Guide</a> <span class="date">(07-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/javafx-2-0-introduction-by-example/" title="JavaFX 2.0: Introduction by Example" rel="bookmark">JavaFX 2.0: Introduction by Example</a> <span class="date">(14-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Structures and Algorithm Analysis in Java, 3rd Edition</title>
		<link>http://www.wowebook.me/book/data-structures-and-algorithm-analysis-in-java-3rd-edition/</link>
		<comments>http://www.wowebook.me/book/data-structures-and-algorithm-analysis-in-java-3rd-edition/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:46:41 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16775</guid>
		<description><![CDATA[Book Description Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course was known as CS7. This text is for readers who want to learn good programming and algorithm analysis skills simultaneously so that they can [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/869133717.jpg" alt="Data Structures and Algorithm Analysis in Java, 3rd Edition" width="220" height="220" title="Data Structures and Algorithm Analysis in Java, 3rd Edition" /></p>
<h3>Book Description</h3>
<p><em>Data Structures and <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">Algorithm</a> <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> in <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> </em>is an “advanced <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>” book that fits between traditional CS2 and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a> <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> courses. In the old ACM Curriculum Guidelines, this course was known as CS7. This text is for readers who want to learn good <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a> analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. Readers should have some knowledge of intermediate <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>, including topics as object-based <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and recursion, and some background in discrete math.</p>
<p>As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop well-constructed, maximally efficient programs in <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>.</p>
<p>Weiss clearly explains topics from binary heaps to sorting to <em>NP</em>-completeness, and dedicates a full chapter to amortized analysis and advanced data structures and their implementation. Figures and examples illustrating successive stages of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> contribute to Weiss’ careful, rigorous and in-depth analysis of each type of algorithm. A logical organization of topics and full access to source code complement the text’s coverage.</p>
<p><strong>From the Back Cover</strong><br />
Mark Allen Weiss provides a proven approach to algorithms and data structures using the exciting Java programming language as the implementation tool. With Java he highlights conceptual topics, focusing on ADTs and the analysis of algorithms for efficiency as well as performance<span id="more-16775"></span> and running time. Dr. Weiss also distinguishes this text with a logical organization of topics, his engaging writing style, and an extensive use of figures and examples showing the successive stages of an algorithm.</p>
<p>Features</p>
<ul>
<li>Contains extensive sample code using Java 1.2, which is available over the Internet.</li>
<li>Covers the Java Collections Library in an appendix.</li>
<li>Includes a chapter on algorithm and design techniques that covers greedy algorithms, divide-and-conquer algorithms, dynamic programming,</li>
<li>randomized algorithms, and backtracking.</li>
<li>Presents current topics and new data structures such as Fibonacci heaps, skew heaps, binomial queues, skip lists, and splay trees.</li>
<li>Offers a chapter on amortized analysis that examines the advanced data structures presented earlier in the book.</li>
<li>Provides a chapter on advanced data structures and their implementation, covering red-black trees, top-down splay trees, treaps, k-d trees, pairing heaps, and more.</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 576 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 3rd Edition (November 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132576279</li>
<li><strong>ISBN-13:</strong> 978-0132576277</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-microsoft-sql-server-2008-reporting-services/" title="Professional Microsoft SQL Server 2008 Reporting Services" rel="bookmark">Professional Microsoft SQL Server 2008 Reporting Services</a> <span class="date">(19-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introduction-to-java-programming-comprehensive-8th-edition/" title="Introduction to Java Programming: Comprehensive, 8th Edition" rel="bookmark">Introduction to Java Programming: Comprehensive, 8th Edition</a> <span class="date">(28-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/" title="Introduction to Design Patterns in C++ with Qt, 2nd Edition" rel="bookmark">Introduction to Design Patterns in C++ with Qt, 2nd Edition</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/" title="Data Structures Using C++, 2nd Edition" rel="bookmark">Data Structures Using C++, 2nd Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-mining-concepts-and-techniques-3rd-edition/" title="Data Mining: Concepts and Techniques, 3rd Edition" rel="bookmark">Data Mining: Concepts and Techniques, 3rd Edition</a> <span class="date">(06-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/algorithms-4th-edition/" title="Algorithms, 4th Edition" rel="bookmark">Algorithms, 4th Edition</a> <span class="date">(03-03-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/data-structures-and-algorithm-analysis-in-java-3rd-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.0: Introduction by Example</title>
		<link>http://www.wowebook.me/book/javafx-2-0-introduction-by-example/</link>
		<comments>http://www.wowebook.me/book/javafx-2-0-introduction-by-example/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 16:56:28 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16610</guid>
		<description><![CDATA[Book Description JavaFX 2.0: Introduction by Example provides a quick start to programming the JavaFX 2.0 platform. JavaFX 2.0 provides a rich set of APIs for use in creating graphically exciting client applications written solely in Java. You get a large set of customizable components that can be skinned using CSS techniques that you already [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/2002101851.jpg" alt="JavaFX 2.0: Introduction by Example" width="220" height="220" title="JavaFX 2.0: Introduction by Example" /></p>
<h3>Book Description</h3>
<p><em><a href="http://www.wowebook.me/tag/javafx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JavaFX">JavaFX</a> 2.0: Introduction by Example</em> provides a quick start to <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> the <a href="http://www.wowebook.me/tag/javafx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JavaFX">JavaFX</a> 2.0 platform. <a href="http://www.wowebook.me/tag/javafx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JavaFX">JavaFX</a> 2.0 provides a rich set of APIs for use in creating graphically exciting client applications written solely in <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>. You get a large set of customizable components that can be skinned using <a href="http://www.wowebook.me/tag/css/" class="st_tag internal_tag" rel="tag" title="Posts tagged with CSS">CSS</a> techniques that you already know from doing web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>. The platform even includes a web rendering engine enabling you to mix HTML content into your applications. Hardware acceleration means that your applications are fast and snappy, taking full advantage of modern graphics processing support at the hardware level. JavaFX 2.0 opens the door to <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> applications that look good, are fun to use, that take advantage of the medium to present data of all types—text, <a href="http://www.wowebook.me/tag/audio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Audio">audio</a>, <a href="http://www.wowebook.me/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Video">video</a>, etc.—in ways that engage the user and lead to increased productivity.</p>
<p>Getting started with JavaFX 2.0 is surprisingly easy. You already have the <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> skills. Very likely you know enough of <a href="http://www.wowebook.me/tag/css/" class="st_tag internal_tag" rel="tag" title="Posts tagged with CSS">CSS</a> to get by. All that’s left is to get a leg up on the <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a>, and that’s where <em>JavaFX 2.0: Introduction by Example</em> can help. In this short book, author <strong>Carl Dea</strong> takes you through a series of engaging, fun-to-work examples that bring you up to speed on the major facets of the platform. Begin with the fundamentals of installing the software and creating a simple interface. Move in progressive steps through the process of developing a working dialog box for an application. Then let the fun begin as you explore images and animations, <a href="http://www.wowebook.me/tag/audio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Audio">audio</a> and <a href="http://www.wowebook.me/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Video">video</a>, and finally learn to embed JavaFX applications in a web page as well as embedding <a href="http://www.wowebook.me/tag/html5/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HTML5">HTML5</a> content within an application. At the end of this book you’ll have a good grasp of what JavaFX is all about<span id="more-16610"></span>, and you’ll be ready to begin your journey towards mastery of the platform.</p>
<ul>
<li>Entirely example-based</li>
<li>Focused on practical applications</li>
<li>Full of working code for you to adapt and extend</li>
</ul>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>Install JavaFX 2.0 and configure your environment</li>
<li>Create applcations menus and dialog boxes</li>
<li>Design forms for data entry</li>
<li>Work with images and animations</li>
<li>Embed audio and video into your applications</li>
<li>Deploy JavaFX applications in a browser</li>
</ul>
<p><strong>Who this book is for</strong><br />
<em>JavaFX 2.0: Introduction by Example</em> is aimed at Java programmers wanting to learn the JavaFX 2.0 platform for designing graphic- and media-rich client applications for the enterprise. Readers should be familiar with Java, and preferably also with the <a href="http://www.wowebook.me/tag/netbeans/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NetBeans">NetBeans</a> Integrated <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> Environment.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>JavaFX Fundamentals</li>
<li>Graphics with JavaFX</li>
<li>Media with JavaFX</li>
<li>JavaFX on the Web</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 200 pages</li>
<li><strong>Publisher:</strong> Apress (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430242574</li>
<li><strong>ISBN-13:</strong> 978-1430242574</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/pro-html5-programming-2nd-edition/" title="Pro HTML5 Programming, 2nd Edition" rel="bookmark">Pro HTML5 Programming, 2nd Edition</a> <span class="date">(10-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/html5-mastery/" title="HTML5 Mastery: Semantics, Standards, and Styling" rel="bookmark">HTML5 Mastery: Semantics, Standards, and Styling</a> <span class="date">(25-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/html5-for-masterminds/" title="HTML5 for Masterminds" rel="bookmark">HTML5 for Masterminds</a> <span class="date">(04-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/coding-bundle/" title="Coding Bundle (jQuery, JavaScript, CSS)" rel="bookmark">Coding Bundle (jQuery, JavaScript, CSS)</a> <span class="date">(11-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform/" title="The Definitive Guide to NetBeans™ Platform" rel="bookmark">The Definitive Guide to NetBeans™ Platform</a> <span class="date">(06-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-html5/" title="The Definitive Guide to HTML5" rel="bookmark">The Definitive Guide to HTML5</a> <span class="date">(14-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/smashing-css/" title="Smashing CSS: Professional Techniques for Modern Layout" rel="bookmark">Smashing CSS: Professional Techniques for Modern Layout</a> <span class="date">(28-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sams-teach-yourself-dreamweaver-cs5-in-24-hours/" title="Sams Teach Yourself Dreamweaver CS5 in 24 Hours" rel="bookmark">Sams Teach Yourself Dreamweaver CS5 in 24 Hours</a> <span class="date">(13-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-javascript-for-web-developers-3rd-edition/" title="Professional JavaScript for Web Developers, 3rd Edition" rel="bookmark">Professional JavaScript for Web Developers, 3rd Edition</a> <span class="date">(20-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/javafx-2-0-introduction-by-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Definitive Guide to NetBeans Platform 7</title>
		<link>http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/</link>
		<comments>http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 16:23:08 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Osgi]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16606</guid>
		<description><![CDATA[Book Description The NetBeans Platform is the world&#8217;s only modular Swing application framework, used by very large organizations in mission-critical scenarios, such as at Boeing and Northrop Grumman, as well as in the financial sector and in the oil/gas industry. For these large customers in enterprises who are increasingly interested in Maven and OSGi, the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1216276924.jpg" alt="The Definitive Guide to NetBeans Platform 7" width="220" height="220" title="The Definitive Guide to NetBeans Platform 7" /></p>
<h3>Book Description</h3>
<p>The <a href="http://www.wowebook.me/tag/netbeans/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NetBeans">NetBeans</a> Platform is the world&#8217;s only modular Swing application framework, used by very large organizations in mission-critical scenarios, such as at Boeing and Northrop Grumman, as well as in the financial sector and in the oil/gas industry. For these large customers in enterprises who are increasingly interested in Maven and <a href="http://www.wowebook.me/tag/osgi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Osgi">OSGi</a>, the book will have particular relevance.</p>
<p><em>The Definitive Guide to <a href="http://www.wowebook.me/tag/netbeans/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NetBeans">NetBeans</a>™ Platform 7</em> is a thorough and authoritative introduction to the open-source NetBeans Platform, covering all its major APIs in detail, with relevant code examples used throughout.</p>
<ul>
<li>Provides a completely updated definitive guide to the NetBeans Platform, using the latest APIs, coding patterns, and methodologies.</li>
<li>Focuses strongly on <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> features in an application, since <a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a>&#8217;s customers are particularly interested in <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a>-related aspects. For example, how to use <a href="http://www.wowebook.me/tag/osgi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Osgi">OSGi</a>, how to add authentication/security, how to monetize from a modular application.</li>
</ul>
<p>The original German book on which this title is based was well received. The NetBeans Platform Community has put together this English translation, which covers the latest NetBeans Platform 7 APIs. With an introduction by known NetBeans Platform experts <strong>Jaroslav Tulach</strong> and <strong>Tim Boudreau</strong>, this is the most up-to-date book on this topic at the moment.</p>
<p>All NetBeans Platform developers will gain something from this book, because several topics in the book have not been documented anywhere else.<span id="more-16606"></span></p>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>How to get started using the NetBeans Platform with or without using NetBeans IDE.</li>
<li>How to set up a modular application, using either Ant or Maven as a build system.</li>
<li>How to get acquainted with all the NetBeans Platform&#8217;s APIs.</li>
<li>How to work with the Visual Library as a very popular and powerful widget library, covering all its features in detail.</li>
<li>How to model an application in OSGi/EMF and using the model in an application on the NetBeans Platform.</li>
<li>How to distribute a modular application, focusing on different strategies for monetizing from its modular architecture.</li>
</ul>
<p><strong>Who this book is for</strong><br />
<em>The Definitive Guide to NetBeans™ Platform 7</em> is for large enterprises who are not interested in reinventing the wheel whenever they create a new applications, and <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> communities who typically benefit from a modular architecture, because a plugin system (as provided by the NetBeans Platform) simplifies how contributions can be made to a project.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Introduction</li>
<li>Structure of the NetBeans Platform</li>
<li>The NetBeans Module System</li>
<li>The OSGi Framework</li>
<li>Lookup Concept</li>
<li>Actions</li>
<li>Data and Files</li>
<li>Tips and Tricks</li>
<li>Menubar and Toolbar</li>
<li>Window System</li>
<li>Statusbar and Progressbar</li>
<li>Nodes and Explorer</li>
<li>Dialogs and Wizards</li>
<li>Visual Library</li>
<li>Tips and Tricks</li>
<li>Help System</li>
<li>Output Window</li>
<li>Navigator</li>
<li>Properties</li>
<li>Options and Settings</li>
<li>Palette</li>
<li>Palette <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a></li>
<li>Tasklist <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a></li>
<li>Quick Search API</li>
<li>Auto Update Services API</li>
<li><a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> DB</li>
<li><a href="http://www.wowebook.me/tag/hibernate/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hibernate">Hibernate</a></li>
<li><a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Persistence API</li>
<li>MySQL and EclipseLink</li>
<li><a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">Web Services</a></li>
<li>Java Beans (JEE)</li>
<li><a href="http://www.wowebook.me/tag/restful/" class="st_tag internal_tag" rel="tag" title="Posts tagged with RESTful">RESTful</a> <a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">Web Services</a></li>
<li>Authentication and Multi-User Login</li>
<li>Internalization and Localization</li>
<li>Branding and Packaging</li>
<li>Update of a NetBeans Platform Application</li>
<li>Maven and the NetBeans Platform</li>
<li><a href="http://www.wowebook.me/tag/eclipse/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> IDE and the NetBeans Platform</li>
<li>From <a href="http://www.wowebook.me/tag/eclipse/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> to NetBeans</li>
<li>IntelliJ IDEA and the NetBeans Platform</li>
<li>NetBeans Swing GUI Builder</li>
<li>Testing NetBeans Platform Applications</li>
<li>Debugging with the NetBeans DIE</li>
<li>MP3 Manager</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 592 pages</li>
<li><strong>Publisher:</strong> Apress (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430241012</li>
<li><strong>ISBN-13:</strong> 978-1430241010</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/practical-richfaces-2nd-edition/" title="Practical RichFaces, 2nd Edition" rel="bookmark">Practical RichFaces, 2nd Edition</a> <span class="date">(19-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/javafx-developers-guide/" title="JavaFX Developer's Guide" rel="bookmark">JavaFX Developer's Guide</a> <span class="date">(03-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-24-hour-trainer/" title="Java Programming 24-Hour Trainer" rel="bookmark">Java Programming 24-Hour Trainer</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/eclipse-rich-client-platform-2nd-edition/" title="Eclipse Rich Client Platform, 2nd Edition" rel="bookmark">Eclipse Rich Client Platform, 2nd Edition</a> <span class="date">(05-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/using-jruby/" title="Using JRuby: Bringing Ruby to Java" rel="bookmark">Using JRuby: Bringing Ruby to Java</a> <span class="date">(04-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-eclipse-graphical-editing-framework-gef/" title="The Eclipse Graphical Editing Framework (GEF)" rel="bookmark">The Eclipse Graphical Editing Framework (GEF)</a> <span class="date">(30-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform/" title="The Definitive Guide to NetBeans™ Platform" rel="bookmark">The Definitive Guide to NetBeans™ Platform</a> <span class="date">(06-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-grails-2nd-edition/" title="The Definitive Guide to Grails, 2nd Edition" rel="bookmark">The Definitive Guide to Grails, 2nd Edition</a> <span class="date">(05-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(05-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/apress-spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(03-11-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pro Java 7 NIO.2</title>
		<link>http://www.wowebook.me/book/pro-java-7-nio-2/</link>
		<comments>http://www.wowebook.me/book/pro-java-7-nio-2/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 17:47:36 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OpenJDK]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16592</guid>
		<description><![CDATA[Book Description Pro Java 7 NIO.2 addresses the three primary elements that offer new input/output (I/O) APIs in Java 7, giving you the skills to write robust, scalable Java applications: An extensive file I/O API system addresses feature requests that developers have sought since the inception of the JDK A socket channel API addresses multicasting, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/419981327.jpg" alt="Pro Java 7 NIO.2" width="220" height="220" title="Pro Java 7 NIO.2" /></p>
<h3>Book Description</h3>
<p><em>Pro <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> 7 NIO.2</em> addresses the three primary elements that offer new input/output (I/O) APIs in <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> 7, giving you the skills to write robust, scalable <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> applications:</p>
<ul>
<li>An extensive file I/O <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a> system addresses feature requests that developers have sought since the inception of the JDK</li>
<li>A socket channel <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a> addresses multicasting, socket binding associated with channels, and related issues</li>
<li>An asynchronous I/O API enables mapping to I/O facilities, completion ports, and various I/O event port mechanisms to enhance scalability</li>
</ul>
<p>NIO.2 for the Java platform, known as JSR 203, is a major feature of the new Java JDK 7 under the leadership of Alan Bateman as an <a href="http://www.wowebook.me/tag/openjdk/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OpenJDK">OpenJDK</a> project. Take advantage of these exciting new developments with <em>Pro Java 7 NIO.2</em>.</p>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>How to carry out Path class operations</li>
<li>How to get/set file metadata through the java.nio file attribute API (including POSIX)</li>
<li>How to manage symbolic and hard links (including create, delete, and find target)</li>
<li>How to deal with files and directories through the new java.nio.file.Files API</li>
<li>How to use the FileVisitor API to develop file recursive operations</li>
<li>How to explore the Watch Service API and file change notification</li>
<li>How to use the new SeekableByteChannel API for Random Access File</li>
<li>How to develop blocking/non-blocking socket-based applications<span id="more-16592"></span></li>
<li>How to explore the jewel of NIO.2: the Asynchronous Channel API</li>
<li>How to use the Zip File System Provider and write a custom file system provider</li>
<li>How to refactor java.io.File code</li>
</ul>
<p><strong>Who this book is for</strong><br />
This book is for experienced Java programmers new to Java 7 and those with some experience with Java 7.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Working with the Path Class</li>
<li>Metadate File Attributes</li>
<li>Symbolic Links</li>
<li>Files and Directories</li>
<li>The FileVisitor Class: Recursive Operations</li>
<li>Watch Service API</li>
<li>Two Security Models</li>
<li>SPI Package</li>
<li>Mapping java.io.file Functionality to java.nio.file</li>
<li>General Methods</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 296 pages</li>
<li><strong>Publisher:</strong> Apress (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430240113</li>
<li><strong>ISBN-13:</strong> 978-1430240112</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/liferay-portal-systems-development/" title="Liferay Portal Systems Development" rel="bookmark">Liferay Portal Systems Development</a> <span class="date">(08-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/beginning-java-7/" title="Beginning Java 7" rel="bookmark">Beginning Java 7</a> <span class="date">(25-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/beginning-android-4-games-development/" title="Beginning Android 4 Games Development" rel="bookmark">Beginning Android 4 Games Development</a> <span class="date">(31-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/vba-and-macros-microsoft-excel-2010/" title="VBA and Macros: Microsoft Excel 2010" rel="bookmark">VBA and Macros: Microsoft Excel 2010</a> <span class="date">(29-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/tomcat-6-developers-guide/" title="Tomcat 6 Developer's Guide" rel="bookmark">Tomcat 6 Developer's Guide</a> <span class="date">(31-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-rails-3-way-2nd-edition/" title="The Rails 3 Way, 2nd Edition" rel="bookmark">The Rails 3 Way, 2nd Edition</a> <span class="date">(11-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-eclipse-graphical-editing-framework-gef/" title="The Eclipse Graphical Editing Framework (GEF)" rel="bookmark">The Eclipse Graphical Editing Framework (GEF)</a> <span class="date">(30-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform/" title="The Definitive Guide to NetBeans™ Platform" rel="bookmark">The Definitive Guide to NetBeans™ Platform</a> <span class="date">(06-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/" title="The Definitive Guide to NetBeans Platform 7" rel="bookmark">The Definitive Guide to NetBeans Platform 7</a> <span class="date">(14-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-grails-2nd-edition/" title="The Definitive Guide to Grails, 2nd Edition" rel="bookmark">The Definitive Guide to Grails, 2nd Edition</a> <span class="date">(05-07-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/pro-java-7-nio-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Java: Compatible with Java 5, 6 and 7, 4th Edition</title>
		<link>http://www.wowebook.me/book/big-java-4th-edition/</link>
		<comments>http://www.wowebook.me/book/big-java-4th-edition/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 18:39:01 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16465</guid>
		<description><![CDATA[Book Description This book introduces programmers to objects at a gradual pace. The syntax boxes are revised to show typical code examples rather than abstract notation. This includes optional example modules using Alice and Greenfoot. The examples feature annotations with dos and don&#8217;ts along with cross references to more detailed explanations in the text. New [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1450485724.jpg" alt="Big Java: Compatible with Java 5, 6 and 7, 4th Edition" width="220" height="220" title="Big Java: Compatible with Java 5, 6 and 7, 4th Edition" /></p>
<h3>Book Description</h3>
<p>This book introduces programmers to objects at a gradual pace. The syntax boxes are revised to show typical code examples rather than abstract notation. This includes optional example modules using Alice and Greenfoot. The examples feature annotations with dos and don&#8217;ts along with cross references to more detailed explanations in the text. New tables show a large number of typical and cautionary examples. New <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and review problems are also presented that ensure a broad coverage of topics. In addition, <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> 7 features are included to provide programmers with the most up-to-date information.</p>
<p><strong>From the Back Cover</strong><br />
No one brews up a better <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> guide than Cay Horstmann, and in this Fourth Edition of Big <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> he&#8217;s created his best one yet. Thoroughly updated to include <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> 7, this edition of Horstmann&#8217;s best-selling text helps students absorb computing concepts and <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> principles, develop strong problem-solving skills, and become better programmers, all while exploring the elements of Java that are needed to write real-life programs.In preparing the new edition, special attention was given to the quality and variety of exercise material- from skill-oriented multiple-choice questions to short code-completion exercises to multi-step lab exercises-offering instructors more ways to engage students at different levels, and providing more practice to students who need it.</p>
<p>A top-notch introductory text for beginners, Big Java, Fourth Edition is also a thorough reference guide for students and professionals alike to Java technologies, Internet programming, database access, and many other areas of computer science.<span id="more-16465"></span></p>
<p>NEW TO THIS EDITION:</p>
<ul>
<li>How To sections walk through the steps to solving a problem, and Worked Examples apply these steps to motivational examples such as credit-card processing.</li>
<li>Examples Tables present a variety of uses and special cases in a compact format.</li>
<li>Common Errors, Tips, and Special Topics make it easy to refer back to topics when solving problems.</li>
<li>Annotated Syntax Boxes call out features of typical example code to draw students&#8217; attention to the key elements of the syntax.</li>
<li>Chapters have been revised to focus each section on a specific Learning Objective. Sections have been shortened to present the concepts and syntax and how they are applied.</li>
<li>Early chapters have been thoroughly revised to provide more examples and concrete analogies.</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction<br />
Chapter 2. Using Objects<br />
Chapter 3. Implementing Classes<br />
Chapter 4. Fundamental Data Types<br />
Chapter 5. Decisions<br />
Chapter 6. Iteration<br />
Chapter 7. Arrays and Array Lists<br />
Chapter 8. Designing Classes<br />
Chapter 9. Interfaces and Polymorphism<br />
Chapter 10. Inheritance<br />
Chapter 11. Input/Output and Exception Handling<br />
Chapter 12. <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Design<br />
Chapter 13. Recursion<br />
Chapter 14. Sorting and Searching<br />
Chapter 15. An Introduction to Data Structures<br />
Chapter 16. Advanced Data Structures<br />
Chapter 17. Generic Programming<br />
Chapter 18. Graphical User Interfaces (Advanced)<br />
Chapter 19. Streams and Binary Input/Output (Advanced)<br />
Chapter 20. Multithreading (Advanced)<br />
Chapter 21. Internet Networking (Advanced)<br />
Chapter 22. Relational Databases (Advanced)<br />
Chapter 23. XML (Advanced)<br />
Chapter 24. WEB Applications (Advanced)</p>
<p>Appendix A. The Basic Latin and Latin-1 Subsets of Unicode<br />
Appendix B. Java Operator Summary<br />
Appendix C. Java Reserved Word Summary<br />
Appendix D. The Java Library<br />
Appendix E. Java Syntax Summary<br />
Appendix F. HTML Summary<br />
Appendix G. Tool Summary<br />
Appendix H. JAVADOC Summary<br />
Appendix I. Number Systems<br />
Appendix J. Bit and Shift Operators<br />
Appendix K. UML Summary<br />
Appendix L. Java Language Coding Guidelines<br />
Glossary<br />
Index</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1168 pages</li>
<li><strong>Publisher:</strong> Wiley; 4th Edition (December 2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0470509481</li>
<li><strong>ISBN-13:</strong> 978-0470509487</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-2-5-aspect-oriented-programming/" title="Spring 2.5 Aspect Oriented Programming" rel="bookmark">Spring 2.5 Aspect Oriented Programming</a> <span class="date">(17-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-scala-2/" title="Programming Scala" rel="bookmark">Programming Scala</a> <span class="date">(05-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-scala-2nd-edition/" title="Programming in Scala, 2nd Edition" rel="bookmark">Programming in Scala, 2nd Edition</a> <span class="date">(19-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-concurrency-on-the-jvm/" title="Programming Concurrency on the JVM" rel="bookmark">Programming Concurrency on the JVM</a> <span class="date">(13-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-android/" title="Programming Android" rel="bookmark">Programming Android</a> <span class="date">(09-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practical-clojure/" title="Practical Clojure" rel="bookmark">Practical Clojure</a> <span class="date">(02-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-and-java-2nd-edition/" title="Object-Oriented Programming and Java, 2nd Edition" rel="bookmark">Object-Oriented Programming and Java, 2nd Edition</a> <span class="date">(15-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-beginners-guide/" title="Liferay: Beginner's Guide" rel="bookmark">Liferay: Beginner's Guide</a> <span class="date">(03-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/big-java-4th-edition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java: An Introduction to Problem Solving and Programming, 6th Edition</title>
		<link>http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/</link>
		<comments>http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:08:09 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16455</guid>
		<description><![CDATA[Book Description Java: An Introduction to Problem Solving and Programming, 6e, is ideal for introductory Computer Science courses using Java, and other introductory programming courses in departments of Computer Science, Computer Engineering, CIS, MIS, IT, and Business. Students are introduced to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1722040623.jpg" alt="Java: An Introduction to Problem Solving and Programming, 6th Edition" width="220" height="220" title="Java: An Introduction to Problem Solving and Programming, 6th Edition" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>: An Introduction to Problem Solving and <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a>, 6e, is ideal for introductory Computer Science courses using <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>, and other introductory <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> courses in departments of Computer Science, Computer Engineering, CIS, MIS, IT, and <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">Business</a>. Students are introduced to <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> programming and important concepts such as design, testing and debugging, programming style, interfaces inheritance, and exception handling. The <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> coverage is a concise, accessible introduction that covers key language features. Objects are covered thoroughly and early in the text, with an emphasis on application programs over applets.</p>
<p>Updated for <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> 7, the Sixth Edition contains additional programming projects, case studies, and VideoNotes.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction to Computers and Java<br />
Chapter 2. Basic Computation<br />
Chapter 3. Flow of Control: Branching<br />
Chapter 4. Flow of Control: Loops<br />
Chapter 5. Defining Classes and Methods<br />
Chapter 6. More About Objects and Methods<br />
Chapter 7. Arrays<span id="more-16455"></span><br />
Chapter 8. Inheritance, Polymorphism and Interfaces<br />
Chapter 9. Exception Handling<br />
Chapter 10. Streams and File I/O<br />
Chapter 11. Recursion<br />
Chapter 12. Dynamic Data Structures and Generics</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 984 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 6th Edition (February 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132162709</li>
<li><strong>ISBN-13:</strong> 978-0132162708</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/java-software-solutions-7th-edition/" title="Java Software Solutions: Foundations of Program Design, 7th Edition" rel="bookmark">Java Software Solutions: Foundations of Program Design, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/" title="An Introduction to Object-Oriented Programming with Java, 5th Edition" rel="bookmark">An Introduction to Object-Oriented Programming with Java, 5th Edition</a> <span class="date">(27-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-all-in-one-for-dummies-3rd-edition/" title="Java All-in-One For Dummies, 3rd Edition" rel="bookmark">Java All-in-One For Dummies, 3rd Edition</a> <span class="date">(02-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition</title>
		<link>http://www.wowebook.me/book/java-foundations-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/java-foundations-2nd-edition/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:07:37 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16452</guid>
		<description><![CDATA[Book Description Inspired by the success of their best-selling introductory programming text, Java Software Solutions, authors Lewis, DePasquale, and Chase now release Java Foundations, Second Edition. This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Foundations introduces a Software [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1230554519.jpg" alt="Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition" width="220" height="220" title="Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>Inspired by the success of their best-selling introductory <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> text, <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Software Solutions, authors Lewis, DePasquale, and Chase now release <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Foundations, Second Edition. This text is a comprehensive resource for instructors who want a two-or three-semester introduction to <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> textbook that includes detail on data structures topics. <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Foundations introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> skills from the beginning. Control structures are covered before writing classes, providing a solid foundation of fundamental concepts and sophisticated topics.</p>
<ul>
<li>Presents objects in a gradual, natural manner. Concepts that overlap with procedural programming, such as methods and their invocation, are discussed in terms of an <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> approach.</li>
<li>Loaded with fully implemented examples, intertwining small examples, and realistic larger examples that are easy to understand.</li>
<li>Offers complete chapter on Graphical User Interfaces that includes engaging graphical examples.</li>
<li>Exclusive coverage of software-testing and debugging effective practices.</li>
<li>Provides plenty of opportunity for practice with extensive end-of-chapter questions, exercises, and projects.</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction<span id="more-16452"></span><br />
Chapter 2. Data and Expressions<br />
Chapter 3. Using Classes and Objects<br />
Chapter 4. Conditionals and Loops<br />
Chapter 5. Writing Classes<br />
Chapter 6. Graphical User Interfaces<br />
Chapter 7. Arrays<br />
Chapter 8. Inheritance<br />
Chapter 9. Polymorphism<br />
Chapter 10. Exceptions<br />
Chapter 11. Recursion<br />
Chapter 12. <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a><br />
Chapter 13. Searching and Sorting<br />
Chapter 14. Stacks<br />
Chapter 15. Queues<br />
Chapter 16. Trees<br />
Chapter 17. Binary Search Trees<br />
Chapter 18. Heaps and Priority Queues<br />
Chapter 19. Graphs<br />
Chapter 20. Hashing<br />
Chapter 21. Databases</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 912 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 2nd Edition (March 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132128810</li>
<li><strong>ISBN-13:</strong> 978-0132128810</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-2-5-aspect-oriented-programming/" title="Spring 2.5 Aspect Oriented Programming" rel="bookmark">Spring 2.5 Aspect Oriented Programming</a> <span class="date">(17-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-scala-2/" title="Programming Scala" rel="bookmark">Programming Scala</a> <span class="date">(05-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-scala-2nd-edition/" title="Programming in Scala, 2nd Edition" rel="bookmark">Programming in Scala, 2nd Edition</a> <span class="date">(19-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-concurrency-on-the-jvm/" title="Programming Concurrency on the JVM" rel="bookmark">Programming Concurrency on the JVM</a> <span class="date">(13-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-android/" title="Programming Android" rel="bookmark">Programming Android</a> <span class="date">(09-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practical-clojure/" title="Practical Clojure" rel="bookmark">Practical Clojure</a> <span class="date">(02-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-and-java-2nd-edition/" title="Object-Oriented Programming and Java, 2nd Edition" rel="bookmark">Object-Oriented Programming and Java, 2nd Edition</a> <span class="date">(15-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-beginners-guide/" title="Liferay: Beginner's Guide" rel="bookmark">Liferay: Beginner's Guide</a> <span class="date">(03-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/java-foundations-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Software Solutions: Foundations of Program Design, 7th Edition</title>
		<link>http://www.wowebook.me/book/java-software-solutions-7th-edition/</link>
		<comments>http://www.wowebook.me/book/java-software-solutions-7th-edition/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:45:05 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16444</guid>
		<description><![CDATA[Book Description Java Software Solutions teaches a foundation of programming techniques to foster well-designed object-oriented software. Heralded for its integration of small and large realistic examples, this worldwide best-selling text emphasizes building solid problem-solving and design skills to write high-quality programs. Hallmark features of the Lewis series Introduces a software methodology early and revisits it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/416851091.jpg" alt="Java Software Solutions: Foundations of Program Design, 7th Edition" width="220" height="220" title="Java Software Solutions: Foundations of Program Design, 7th Edition" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Software Solutions teaches a foundation of <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> techniques to foster well-designed <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> software. Heralded for its integration of small and large realistic examples, this worldwide best-selling text emphasizes building solid problem-solving and design skills to write high-quality programs.</p>
<p><strong> Hallmark features of the Lewis series</strong></p>
<ul>
<li>Introduces a software methodology early and revisits it throughout to ensure that students build sound program-<a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> skills</li>
<li>Includes numerous <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> examples, both small and large, that include the program output, sample run, or screenshot display</li>
<li>Provides a wealth of end-of-chapter programming projects, varying in difficulty level, so students can practice their design skills and implementation of <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> programs</li>
</ul>
<p><strong>Cornerstones of the text</strong></p>
<ul>
<li>A measured approach to objects first teaches students to use objects before learning to write them. Students see objects in Chapter three (before control structures), and then build their own objects in Chapter five (after control structures).</li>
<li>Sound programming practices teach students how to write good software, not just how to program. Through examples and discussions, students learn how to solve problems<span id="more-16444"></span> and implement solutions using foundational software-engineering techniques.</li>
<li>Fully implemented examples demonstrate specific concepts. Because students learn best through examples, small, readily understandable examples are intertwined with larger, more realistic ones.</li>
<li>Graphics and GUIs are excellent examples of object orientation—and excellent motivators for students. An optional Graphics Track section covers graphics and GUIs at the end of each chapter, allowing for flexibility of coverage.</li>
</ul>
<p><strong>Chapter features</strong></p>
<ul>
<li>Each chapter begins with a list of Chapter Objectives and a short introduction to the chapter topics to orient students.</li>
<li>Key Concepts highlight fundamental ideas and important guidelines throughout the chapter and are summarized in the end-of-chapter material.</li>
<li>All programming examples are presented in clearly labeled listings. The code is colored to visually distinguish comments and reserved words, and followed by the program output, a sample run, or a screenshot where appropriate.</li>
<li>Syntactic elements of the Java language are discussed in special highlighted syntax diagram sections. Diagrams clearly identify the valid forms for a statement or construct.</li>
</ul>
<p><strong>Review materials</strong></p>
<ul>
<li>The Key Concepts presented throughout the chapter are summarized at the end.</li>
<li>Short-answer Self-Review Questions review fundamental ideas and terms. Answers are provided at the end of the problem sets.</li>
<li>Probing Exercises require computations and/or the <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> or writing of code fragments. While they may deal with code, these exercises generally do not require any online activity.</li>
<li>Programming Projects require the design and implementation of Java programs.</li>
<li>VideoNotes, created by author John Lewis, provide extra examples and demonstrate how to solve problems. Icons throughout the text and a complete index of the videos on the inside covers indicate where a VideoNote accompanies a particular chapter topic or an end-of-chapter Programming Project. The <a href="http://www.wowebook.me/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Video">Video</a> Notes are available to instructors and students on a companion web site.</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction<br />
Chapter 2. Data and Expressions<br />
Chapter 3. Using Classes and Objects<br />
Chapter 4. Writing Classes<br />
Chapter 5. Conditionals and Loops<br />
Chapter 6. More Conditionals and Loops<br />
Chapter 7. <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Design<br />
Chapter 8. Arrays<br />
Chapter 9. Inheritance<br />
Chapter 10. Polymorphism<br />
Chapter 11. Exceptions<br />
Chapter 12. Recursion<br />
Chapter 13. Collections</p>
<p>Appendix A. Glossary<br />
Appendix B. Number Systems<br />
Appendix C. The Unicode Character Set<br />
Appendix D. Java Operators<br />
Appendix E. Java Modifiers<br />
Appendix F. Java Coding Guidelines<br />
Appendix G. Java Applets<br />
Appendix H. Regular Expressions<br />
Appendix I. Javadoc Documentation Generator<br />
Appendix J. The PaintBox Project<br />
Appendix K. GUI Events<br />
Appendix L. Java Syntax<br />
Appendix M. The Java Class Library<br />
Appendix N. Answers to Self-Review Questions<br />
Index</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 832 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 7th Edition (March 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132149184</li>
<li><strong>ISBN-13:</strong> 978-0132149181</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/" title="Java: An Introduction to Problem Solving and Programming, 6th Edition" rel="bookmark">Java: An Introduction to Problem Solving and Programming, 6th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/" title="An Introduction to Object-Oriented Programming with Java, 5th Edition" rel="bookmark">An Introduction to Object-Oriented Programming with Java, 5th Edition</a> <span class="date">(27-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-all-in-one-for-dummies-3rd-edition/" title="Java All-in-One For Dummies, 3rd Edition" rel="bookmark">Java All-in-One For Dummies, 3rd Edition</a> <span class="date">(02-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/java-software-solutions-7th-edition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JBoss AS 7 Configuration, Deployment and Administration</title>
		<link>http://www.wowebook.me/book/jboss-as-7-configuration-deployment-and-administration/</link>
		<comments>http://www.wowebook.me/book/jboss-as-7-configuration-deployment-and-administration/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 19:11:31 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Web Dev.]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[JBoss AS]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16427</guid>
		<description><![CDATA[Book Description As the Java EE standard has evolved and matured, the API has become increasingly rich and complex. The next generation of application servers needs to be modular and configurable to run only specific services or containers. JBoss AS 7 promises to meet those requirements but the configuration of a complex application server is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1051030102.jpg" alt="JBoss AS 7 Configuration, Deployment and Administration" width="220" height="220" title="JBoss AS 7 Configuration, Deployment and Administration" /></p>
<h3>Book Description</h3>
<p>As the <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> EE standard has evolved and matured, the <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a> has become increasingly rich and complex. The next generation of application servers needs to be modular and configurable to run only specific services or containers. <a href="http://www.wowebook.me/tag/jboss-as/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss AS">JBoss AS</a> 7 promises to meet those requirements but the configuration of a complex application server is composed of a mix of administrative and <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> tasks which often overlap, generating confusion.</p>
<p><a href="http://www.wowebook.me/tag/jboss-as/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss AS">JBoss AS</a> 7 Configuration, Deployment and <a href="http://www.wowebook.me/tag/administration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Administration">Administration</a> will give you an expert&#8217;s understanding of every component that makes up the <a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> application server, and will show you how to use them, helping you to dramatically cut down the learning curve for this exciting product.</p>
<p>This book will guide you through configuration, <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a>, deployment and advanced <a href="http://www.wowebook.me/tag/administration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Administration">administration</a> in a logical order to avoid the common pitfalls of setting up a new AS. The book dives into the new application server structure and shows you how to install it. You will learn how to configure the core AS services, including thread pools, the messaging system, and the transaction service. Finally, you will learn how to deploy and manage your applications and then tune the performance of your AS to achieve an efficient, indispensible application server.</p>
<p><strong>What you will learn from this book:</strong></p>
<ul>
<li>Understand the new AS infrastructure and how to install, start, and stop the AS 7</li>
<li>Configure the core AS 7 services, including database connections, the JMS subsystem, and transaction service<span id="more-16427"></span></li>
<li>Manage the application server using the Admin Console and the new Command Line Interface</li>
<li>Deploy applications on the AS, using all the available tools and instruments.</li>
<li>Configure and run a <a href="http://www.wowebook.me/tag/cluster/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cluster">cluster</a> of application server nodes and provide high availability to your applications</li>
<li><a href="http://www.wowebook.me/tag/secure/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Secure">Secure</a> the application server and the applications running on it</li>
<li>Learn how to take your <a href="http://www.wowebook.me/tag/jboss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JBoss">JBoss</a> AS 7 applications in the cloud by leveraging the OpenShift platform-as-a-service</li>
<li>Tune and slim the application server</li>
</ul>
<p><strong>Approach</strong><br />
You will be guided through setting up a JBoss application server in a logical order, with plenty of screenshots and practical instructions to help.</p>
<p><strong>Who this book is written for</strong><br />
<a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> system administrators, developers, and application testers will benefit from this book. The brand new features in AS 7 mean that everyone can get something from this book, whether you have used JBoss AS before or not.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 380 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849516782</li>
<li><strong>ISBN-13:</strong> 978-1849516785</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/restful-java-with-jax-rs/" title="Restful Java with Jax-RS" rel="bookmark">Restful Java with Jax-RS</a> <span class="date">(17-11-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/jboss-esb-beginners-guide/" title="JBoss ESB: Beginner's Guide" rel="bookmark">JBoss ESB: Beginner's Guide</a> <span class="date">(07-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/jboss-as-5-performance-tuning/" title="JBoss AS 5 Performance Tuning" rel="bookmark">JBoss AS 5 Performance Tuning</a> <span class="date">(06-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/websphere-application-server-administration-using-jython/" title="WebSphere Application Server Administration Using Jython" rel="bookmark">WebSphere Application Server Administration Using Jython</a> <span class="date">(14-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-recipes-2nd-edition/" title="Spring Recipes: A Problem-Solution Approach, 2nd Edition" rel="bookmark">Spring Recipes: A Problem-Solution Approach, 2nd Edition</a> <span class="date">(03-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/apress-spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(03-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/secure-java-for-web-application-development/" title="Secure Java: For Web Application Development" rel="bookmark">Secure Java: For Web Application Development</a> <span class="date">(25-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-java-ee-patterns-rethinking-best-practices/" title="Real World Java EE Patterns Rethinking Best Practices" rel="bookmark">Real World Java EE Patterns Rethinking Best Practices</a> <span class="date">(05-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-oracle-weblogic-server/" title="Professional Oracle WebLogic Server" rel="bookmark">Professional Oracle WebLogic Server</a> <span class="date">(19-04-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-apache-tomcat-6/" title="Professional Apache Tomcat 6" rel="bookmark">Professional Apache Tomcat 6</a> <span class="date">(16-07-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/jboss-as-7-configuration-deployment-and-administration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liferay: Beginner&#8217;s Guide</title>
		<link>http://www.wowebook.me/book/liferay-beginners-guide/</link>
		<comments>http://www.wowebook.me/book/liferay-beginners-guide/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 09:39:08 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16380</guid>
		<description><![CDATA[Book Description Liferay portal is a leading horizontal portal product, written in Java. It has the power to provide the intranets and extranets of large corporations. Liferay will allow you to build your company’s portal quickly, efficiently, and in a custom way to suit the needs of your corporation. Liferay Beginner’s Guide will show you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/975489915.jpg" alt="Liferay: Beginners Guide" width="220" height="220" title="Liferay: Beginners Guide" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/liferay/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Liferay">Liferay</a> portal is a leading horizontal portal product, written in <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>. It has the power to provide the intranets and extranets of large corporations. <a href="http://www.wowebook.me/tag/liferay/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Liferay">Liferay</a> will allow you to build your company’s portal quickly, efficiently, and in a custom way to suit the needs of your corporation.</p>
<p><a href="http://www.wowebook.me/tag/liferay/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Liferay">Liferay</a> <a href="http://www.wowebook.me/tag/beginner/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Beginner">Beginner</a>’s Guide will show you how to set up your own site from scratch. Most books assume that you have knowledge of portals before working with Liferay and so include more theory than practice. However, only enthusiasm is required for reading this book as the step-by-step instructions, which follow the creation of a sample community site, will make it easy to install and configure Liferay, set up a Liferay portal instance, and use the out-of-the-box portlets of Liferay.</p>
<p>By following the logical flow of the chapters and the creation of the sample site, you will set up your Liferay site in several quick and easy stages. You will start by installing Liferay in your application server or servlet container of choice. You will learn how to customize the look and feel of the portal, change the URL of the site and create your own communities and organizations within the portal, then add users to them. By the end of the book, you will have a fully operational Liferay portal and the confidence to maintain and customize it to meet your needs.</p>
<p><strong>What you will learn from this book:</strong></p>
<ul>
<li>Set up and run Liferay portal in an application server of your choice and configure with MySQL Database<span id="more-16380"></span></li>
<li>Apply a theme to portal pages and change their layouts</li>
<li>Create communities, organizations and User groups</li>
<li>Add users, create portal pages and apply permissions</li>
<li>Create web content and publish content on portal pages</li>
<li>Build community pages using out of box and custom portlets</li>
<li>Set up social collaboration applications in the portal</li>
<li>Configure and run an online store</li>
</ul>
<p><strong>Approach</strong><br />
Part of Packt’s <a href="http://www.wowebook.me/tag/beginner/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Beginner">Beginner</a>’s Guide series, each chapter follows the creation of a fictional neighbourhood site to demonstrate an aspect of Liferay portal with practical examples, screenshots, and step-by-step instructions.</p>
<p><strong>Who this book is written for</strong><br />
All you need in order to benefit from the Liferay Beginner’s Guide is <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> experience. No prior knowledge of Liferay is required, although experienced Liferay portal programmers who need to get up to speed with its latest features will also find this book useful.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 396 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849517002</li>
<li><strong>ISBN-13:</strong> 978-1849517003</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/liferay-portal-systems-development/" title="Liferay Portal Systems Development" rel="bookmark">Liferay Portal Systems Development</a> <span class="date">(08-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-portal-6-enterprise-intranets/" title="Liferay Portal 6 Enterprise Intranets" rel="bookmark">Liferay Portal 6 Enterprise Intranets</a> <span class="date">(21-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-in-action/" title="Liferay in Action" rel="bookmark">Liferay in Action</a> <span class="date">(21-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/jboss-esb-beginners-guide/" title="JBoss ESB: Beginner's Guide" rel="bookmark">JBoss ESB: Beginner's Guide</a> <span class="date">(07-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-grails-2nd-edition/" title="The Definitive Guide to Grails, 2nd Edition" rel="bookmark">The Definitive Guide to Grails, 2nd Edition</a> <span class="date">(05-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-art-of-unix-programming/" title="The Art of UNIX Programming" rel="bookmark">The Art of UNIX Programming</a> <span class="date">(22-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/system-design-for-telecommunication-gateways/" title="System Design for Telecommunication Gateways" rel="bookmark">System Design for Telecommunication Gateways</a> <span class="date">(15-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-security-3/" title="Spring Security 3" rel="bookmark">Spring Security 3</a> <span class="date">(21-06-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/liferay-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Java Programming: Comprehensive, 8th Edition</title>
		<link>http://www.wowebook.me/book/introduction-to-java-programming-comprehensive-8th-edition/</link>
		<comments>http://www.wowebook.me/book/introduction-to-java-programming-comprehensive-8th-edition/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 18:21:12 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaServer]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16281</guid>
		<description><![CDATA[Book Description Introduction to Java Programming, Comprehensive, 8e, features comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence. Regardless of major, students will be able to grasp concepts of problem-solving and programming — thanks to Liang’s fundamentals-first approach, students learn critical problem solving skills and core constructs before object-oriented programming.  Liang’s approach [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/2142821236.jpg" alt="Introduction to Java Programming: Comprehensive, 8th Edition" width="220" height="220" title="Introduction to Java Programming: Comprehensive, 8th Edition" /></p>
<h3>Book Description</h3>
<p><em>Introduction to <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a>, Comprehensive, 8e, </em> features comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence.</p>
<p>Regardless of major, students will be able to grasp concepts of problem-solving and <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> — thanks to Liang’s fundamentals-first approach, students learn critical problem solving skills and core constructs before <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>.  Liang’s approach has been extended to application-rich <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> examples, which go beyond the traditional math-based problems found in most texts. Students are introduced to topics like control statements, methods, and arrays before learning to create classes. Later chapters introduce advanced topics including graphical user interface, exception handling, I/O, and data structures. Small, simple examples demonstrate concepts and techniques while longer examples are presented in case studies with overall discussions and thorough line-by-line explanations. Increased data structures chapters make the <strong>Eighth Edition</strong> ideal for a full course on data structures.</p>
<h3>Review</h3>
<p>“All the topics and concepts are clearly explained with examples and tips to remember with side texts.” — Syed Riaz Ahmed, North Georgia College and State University</p>
<p>“The first, best feature of this text is the rich set of clear example code provided — which are located in concise textual explanations well-suited for the modern undergraduate. In addition, the wide coverage of material makes this book suitable for several courses.<span id="more-16281"></span> For an undergraduate student, it is a true “keeper”.” — Frank Ducrest, University of Louisiana — Lafayette</p>
<p>“One book [Liang] for ALL <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> courses.” — Maureen Opkins, California State University — Long Beach</p>
<p>“The thorough nature of this text [Liang] should be stressed; it has utility as a reference far after the course is over.” — Dale Parson, Kutztown University of Pennsylvania</p>
<p>“The interactive and animated online support for this text [Liang] will help students realize how Java syntax evolves into a Java program, which, in turn, executes.” — Barbara Guillott, Louisiana State University</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction to Computers, Programs, and Java<br />
Chapter 2. Elementary Programming<br />
Chapter 3. Selections<br />
Chapter 4. Loops<br />
Chapter 5. Methods<br />
Chapter 6. Single-Dimensional Arrays<br />
Chapter 7. Multidimensional Arrays<br />
Chapter 8. Objects and Classes<br />
Chapter 9. Strings and Text I/O<br />
Chapter 10. Thinking in Objects<br />
Chapter 11. Inheritance and Polymorphism<br />
Chapter 12. GUI Basics<br />
Chapter 13. Exception Handling<br />
Chapter 14. Abstract Classes and Interfaces<br />
Chapter 15. Graphics<br />
Chapter 16. Event-Driven Programming<br />
Chapter 17. Creating Graphical User Interfaces<br />
Chapter 18. Applets and Multimedia<br />
Chapter 19. Binary I/O<br />
Chapter 20. Recursion<br />
Chapter 21. Generics<br />
Chapter 22. Java Collections Framework<br />
Chapter 23. <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">Algorithm</a> Efficiency<br />
Chapter 24. Sorting<br />
Chapter 25. Lists, Stacks, and Queues, and Priority Queues<br />
Chapter 26. Binary Search Trees<br />
Chapter 27. Graphs and Applications<br />
Chapter 28. Weighted Graphs and Applications<br />
Chapter 29. Multithreading<br />
Chapter 30. Networking<br />
Chapter 31. Internationalization<br />
Chapter 32. JavaBeans and Bean Events<br />
Chapter 33. Containers, Layout Managers, and Borders<br />
Chapter 34. Menus, Toolbars, and Dialogs<br />
Chapter 35. <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a> and Swing Models<br />
Chapter 36. JTable and JTree<br />
Chapter 37. Java Database Programming<br />
Chapter 38-48. are bonus chapters on the Web<br />
Chapter 38. Advanced Java Database Programming<br />
Chapter 39. Servlets<br />
Chapter 40. <a href="http://www.wowebook.me/tag/javaserver/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JavaServer">JavaServer</a> Pages<br />
Chapter 41. <a href="http://www.wowebook.me/tag/jsf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JSF">JSF</a> and Visual Web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a><br />
Chapter 42. <a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">Web Services</a><br />
Chapter 43. Remote Method Invocation<br />
Chapter 44. Java 2D<br />
Chapter 45. AVL Trees and Splay Trees<br />
Chapter 46. 2-4 Trees and B-Trees<br />
Chapter 47. Red-Black Trees<br />
Chapter 48. Hashing</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1368 pages</li>
<li><strong>Publisher:</strong> Prentice Hall; 8th Edition (January 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132130807</li>
<li><strong>ISBN-13:</strong> 978-0132130806</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-portal-systems-development/" title="Liferay Portal Systems Development" rel="bookmark">Liferay Portal Systems Development</a> <span class="date">(08-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/jboss-tools-3-developers-guide/" title="JBoss Tools 3 Developers Guide" rel="bookmark">JBoss Tools 3 Developers Guide</a> <span class="date">(08-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/jboss-esb-beginners-guide/" title="JBoss ESB: Beginner's Guide" rel="bookmark">JBoss ESB: Beginner's Guide</a> <span class="date">(07-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/javafx-2-0-introduction-by-example/" title="JavaFX 2.0: Introduction by Example" rel="bookmark">JavaFX 2.0: Introduction by Example</a> <span class="date">(14-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-puzzlers/" title="Java Puzzlers: Traps, Pitfalls, and Corner Cases" rel="bookmark">Java Puzzlers: Traps, Pitfalls, and Corner Cases</a> <span class="date">(19-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-24-hour-trainer/" title="Java Programming 24-Hour Trainer" rel="bookmark">Java Programming 24-Hour Trainer</a> <span class="date">(14-11-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/introduction-to-java-programming-comprehensive-8th-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache Tomcat 7</title>
		<link>http://www.wowebook.me/book/apache-tomcat-7/</link>
		<comments>http://www.wowebook.me/book/apache-tomcat-7/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:29:02 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16269</guid>
		<description><![CDATA[Book Description Apache Tomcat is the most popular open-source de-facto Java Web application server, standard for today&#8217;s Web developers using JSP/Servlets. Apache Tomcat 7 covers details on installation and administration of Apache Tomcat 7. It explains key parts of the Tomcat architecture, and provides an introduction to Java Servlet and JSP APIs in the context [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/129518846.jpg" alt="Apache Tomcat 7" width="220" height="220" title="Apache Tomcat 7" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/apache-tomcat/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apache Tomcat">Apache Tomcat</a> is the most popular open-source de-facto <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Web application server, standard for today&#8217;s Web developers using JSP/Servlets. <em><a href="http://www.wowebook.me/tag/apache-tomcat/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apache Tomcat">Apache Tomcat</a> 7</em> covers details on installation and <a href="http://www.wowebook.me/tag/administration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Administration">administration</a> of Apache Tomcat 7. It explains key parts of the Tomcat architecture, and provides an introduction to <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Servlet and JSP APIs in the context of the Apache Tomcat server.</p>
<p>In addition to basic concepts and <a href="http://www.wowebook.me/tag/administration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Administration">administration</a> tasks, <em>Apache Tomcat 7</em> covers some of the most frequently used advanced features of Tomcat, including security, Apache <a href="http://www.wowebook.me/tag/web-server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Server">web server</a> integration, load balancing, and embedding Tomcat server in Java applications.</p>
<p>Finally, through a practical primer, it shows how to integrate and use some of the most popular Java technologies with Apache Tomcat. In summary, <em>Apache Tomcat 7</em> offers both novice and intermediate Apache Tomcat users a practical and comprehensive guide to this powerful software.</p>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>Install and set up Tomcat 7 on Windows and Unix platforms</li>
<li>Manage and deploy application deployed on Tomcat 7 using Manager Application</li>
<li><a href="http://www.wowebook.me/tag/secure/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Secure">Secure</a> Tomcat 7 server using security realms or HTTPS protocol</li>
<li>Embed Tomcat 7 server into your desktop Java application</li>
<li>Efficiently configure Tomcat 7 with Apache <a href="http://www.wowebook.me/tag/web-server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Server">Web server</a></li>
<li>Configure data sources and mail sessions using JNDI in Tomcat<span id="more-16269"></span></li>
<li>Configure logging for web applications deployed on Tomcat server</li>
</ul>
<p><strong>Who this book is for</strong><br />
This book is for those Web developers and/or Java programmers new to the open-source Apache Tomcat Web server. It&#8217;s also for those new to the latest release, version 7.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Introduction to Apache Tomcat 7</li>
<li>Deploying Web Applications to Tomcat</li>
<li>Servlets, JSPs, and ServletContext</li>
<li>Using Tomcat&#8217;s Manager Web Application</li>
<li>HTTP Sessions</li>
<li>Configuring Security Realms</li>
<li>Securing Tomcat with SSL</li>
<li>Valves and Servlet Filters</li>
<li>Embedding Tomcat</li>
<li>Integrating Apache Web Server</li>
<li>Integrating <a href="http://www.wowebook.me/tag/spring/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Spring">Spring</a> <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a> Framework</li>
<li>Logging in Tomcat</li>
<li>Configuring JNDI in Tomcat</li>
<li>Server.xml File</li>
<li>The Web.xml File</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 296 pages</li>
<li><strong>Publisher:</strong> Apress (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430237236</li>
<li><strong>ISBN-13:</strong> 978-1430237235</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/tomcat-6-developers-guide/" title="Tomcat 6 Developer's Guide" rel="bookmark">Tomcat 6 Developer's Guide</a> <span class="date">(31-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/using-jruby/" title="Using JRuby: Bringing Ruby to Java" rel="bookmark">Using JRuby: Bringing Ruby to Java</a> <span class="date">(04-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-eclipse-graphical-editing-framework-gef/" title="The Eclipse Graphical Editing Framework (GEF)" rel="bookmark">The Eclipse Graphical Editing Framework (GEF)</a> <span class="date">(30-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform/" title="The Definitive Guide to NetBeans™ Platform" rel="bookmark">The Definitive Guide to NetBeans™ Platform</a> <span class="date">(06-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-grails-2nd-edition/" title="The Definitive Guide to Grails, 2nd Edition" rel="bookmark">The Definitive Guide to Grails, 2nd Edition</a> <span class="date">(05-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/test-driven-development-for-embedded-c/" title="Test Driven Development for Embedded C" rel="bookmark">Test Driven Development for Embedded C</a> <span class="date">(26-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-security-3/" title="Spring Security 3" rel="bookmark">Spring Security 3</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/apress-spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(03-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-batch-in-action/" title="Spring Batch in Action" rel="bookmark">Spring Batch in Action</a> <span class="date">(01-11-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/apache-tomcat-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Object-Oriented Programming with Java, 5th Edition</title>
		<link>http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/</link>
		<comments>http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:28:26 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16263</guid>
		<description><![CDATA[Book Description An Introduction to Object-Oriented Programming with Java takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu uses a gentler approach to teaching students how to design their own classes, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1386415936.jpg" alt="An Introduction to Object Oriented Programming with Java, 5th Edition" width="220" height="220" title="An Introduction to Object Oriented Programming with Java, 5th Edition" /></p>
<h3>Book Description</h3>
<p><em>An Introduction to <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> with <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a></em> takes a full-immersion approach to <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes.</p>
<p>Wu uses a gentler approach to teaching students how to design their own classes, separating the coverage into two chapters. GUI coverage is also located independently in the back of the book and can be covered if desired.</p>
<p>Wu also features a robust set of instructors&#8217; materials including PowerPoint slides, code samples, and quiz questions.</p>
<p><strong>Table of contents</strong><br />
Chapter 0. Introduction to Computers and Programming Languages<br />
Chapter 1. Introduction to Object-Oriented Programming and Software <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a><br />
Chapter 2. Getting Started with <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a><br />
Chapter 3. Numerical Data<br />
Chapter 4. Defining Your Own Classes &#8211; Part 1<br />
Chapter 5. Selection Statements<br />
Chapter 6. Repetition Statements<br />
Chapter 7. Defining Your Own Classes &#8211; Part 2<span id="more-16263"></span><br />
Chapter 8. Exceptions and Assertions<br />
Chapter 9. Characters and Strings<br />
Chapter 10. Arrays and Collections<br />
Chapter 11. Sorting and Searching<br />
Chapter 12. File Input and Output<br />
Chapter 13. Inheritance and Polymorphism<br />
Chapter 14. GUI and Event-Driven Programming<br />
Chapter 15. Recursive <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a></p>
<p>Appendix A. How to Run Java Programs<br />
Appendix B. Sample Programs<br />
Appendix C. Standard Classes and Interfaces<br />
Appendix D. UML Diagrams</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1008 pages</li>
<li><strong>Publisher:</strong> McGraw-Hill Osborne Media; 5th Edition (March 2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0073523305</li>
<li><strong>ISBN-13:</strong> 978-0073523309</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/" title="Java: An Introduction to Problem Solving and Programming, 6th Edition" rel="bookmark">Java: An Introduction to Problem Solving and Programming, 6th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-software-solutions-7th-edition/" title="Java Software Solutions: Foundations of Program Design, 7th Edition" rel="bookmark">Java Software Solutions: Foundations of Program Design, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-all-in-one-for-dummies-3rd-edition/" title="Java All-in-One For Dummies, 3rd Edition" rel="bookmark">Java All-in-One For Dummies, 3rd Edition</a> <span class="date">(02-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSGi in Depth</title>
		<link>http://www.wowebook.me/book/osgi-in-depth/</link>
		<comments>http://www.wowebook.me/book/osgi-in-depth/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 18:49:32 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[In Depth]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Osgi]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16076</guid>
		<description><![CDATA[Book Description OSGi in Depth shows Java developers how to develop to the OSGi Service Platform Enterprise specification, an emerging Java-based technology for developing modular enterprise applications. OSGi is a mature framework for developing modular Java applications. Because of its unique architecture, you can modify, add, remove, start, and stop parts of an application without [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1418492106.jpg" alt="OSGi in Depth" width="220" height="220" title="OSGi in Depth" /></p>
<h3>Book Description</h3>
<p><em><a href="http://www.wowebook.me/tag/osgi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Osgi">OSGi</a> <a href="http://www.wowebook.me/tag/in-depth/" class="st_tag internal_tag" rel="tag" title="Posts tagged with In Depth">in Depth</a></em> shows <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> developers how to develop to the <a href="http://www.wowebook.me/tag/osgi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Osgi">OSGi</a> Service Platform Enterprise specification, an emerging <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>-based technology for developing modular enterprise applications.</p>
<p>OSGi is a mature framework for developing modular Java applications. Because of its unique architecture, you can modify, add, remove, start, and stop parts of an application without taking down the whole system. You get a lot of benefit by mastering the basics, but OSGi really pays off when you dig in a little deeper.</p>
<p><em>OSGi <a href="http://www.wowebook.me/tag/in-depth/" class="st_tag internal_tag" rel="tag" title="Posts tagged with In Depth">in Depth</a></em> presents practical techniques for implementing OSGi, including enterprise services such as <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a>, configuration, event handling, and software component models. You&#8217;ll learn to custom-tailor the OSGi platform, which is itself modular, and discover how to pick and choose services to create domain-specific frameworks for your <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a>. Also, this book shows how you can use OSGi with existing JEE services, such as JNDI and JTA.</p>
<p>Written for Java developers who already know the basics, OSGi in Depth picks up where OSGi in Action leaves off.</p>
<p><strong>What&#8217;s Inside</strong></p>
<ul>
<li>Deep dives into modularization, implementation decoupling, and class-loading</li>
<li>Practical techniques for using JEE services</li>
<li>Customizing OSGi for specific <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> domains<span id="more-16076"></span></li>
</ul>
<p><strong>Table of Contents</strong></p>
<ol>
<li>OSGi as a new platform for application <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a></li>
<li>An OSGi framework primer</li>
<li>The auction application: an OSGi case study</li>
<li>In-depth look at bundles and services</li>
<li>Configuring OSGi applications</li>
<li>A world of events</li>
<li>The persistence bundle</li>
<li>Transactions and containers</li>
<li>Blending OSGi and <a href="http://www.wowebook.me/tag/java-ee/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java EE">Java EE</a> using JNDI</li>
<li>Remote services and the cloud</li>
<li>Launching OSGi using start levels</li>
<li>Managing with <a href="http://www.wowebook.me/tag/jmx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JMX">JMX</a></li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 392 pages</li>
<li><strong>Publisher:</strong> Manning Publications (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 193518217X</li>
<li><strong>ISBN-13:</strong> 978-1935182177</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/apress-spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(03-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-dynamic-modules-in-action/" title="Spring Dynamic Modules in Action" rel="bookmark">Spring Dynamic Modules in Action</a> <span class="date">(10-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/secure-java-for-web-application-development/" title="Secure Java: For Web Application Development" rel="bookmark">Secure Java: For Web Application Development</a> <span class="date">(25-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/osgi-and-apache-felix-3-0-beginners-guide/" title="OSGi and Apache Felix 3.0 Beginner's Guide" rel="bookmark">OSGi and Apache Felix 3.0 Beginner's Guide</a> <span class="date">(15-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/modular-java/" title="Modular Java" rel="bookmark">Modular Java</a> <span class="date">(29-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/eclipse-rich-client-platform-2nd-edition/" title="Eclipse Rich Client Platform, 2nd Edition" rel="bookmark">Eclipse Rich Client Platform, 2nd Edition</a> <span class="date">(05-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/tomcat-6-developers-guide/" title="Tomcat 6 Developer's Guide" rel="bookmark">Tomcat 6 Developer's Guide</a> <span class="date">(31-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-eclipse-graphical-editing-framework-gef/" title="The Eclipse Graphical Editing Framework (GEF)" rel="bookmark">The Eclipse Graphical Editing Framework (GEF)</a> <span class="date">(30-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform/" title="The Definitive Guide to NetBeans™ Platform" rel="bookmark">The Definitive Guide to NetBeans™ Platform</a> <span class="date">(06-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/" title="The Definitive Guide to NetBeans Platform 7" rel="bookmark">The Definitive Guide to NetBeans Platform 7</a> <span class="date">(14-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/osgi-in-depth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

