<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Free programming and computer books</title>
	<atom:link href="http://4ebooks.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://4ebooks.org</link>
	<description></description>
	<lastBuildDate>Wed, 22 Feb 2012 18:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Hibernate: A J2EE™ Developer&#8217;s Guide by Thomas Paul</title>
		<link>http://4ebooks.org/hibernate-a-j2ee%e2%84%a2-developers-guide.html/comment-page-1#comment-7405</link>
		<dc:creator>Thomas Paul</dc:creator>
		<pubDate>Wed, 22 Feb 2012 18:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/hibernate-a-j2ee%e2%84%a2-developers-guide.html#comment-7405</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        7 of 8 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V192240704_.gif&quot; width=&quot;64&quot; alt=&quot;4.0 out of 5 stars&quot; title=&quot;4.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;A good introduction to Hibernate&lt;/b&gt;, &lt;nobr&gt;January 18, 2005&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A1ST9PG26FSN2H/ref=cm_cr_if_pdp/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Thomas Paul&lt;/span&gt;&lt;/a&gt; (Plainview, NY USA)  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A1ST9PG26FSN2H/ref=cm_cr_if_auth_rev/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#VN&quot; target=&quot;AmazonHelp&quot; onclick=&quot;return amz_js_PopWin(this.href,&#039;AmazonHelp&#039;,&#039;width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1&#039;);&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_vn_1._V192249933_.gif&quot; width=&quot;62&quot; align=&quot;absmiddle&quot; alt=&quot;(VINE VOICE)&quot; height=&quot;15&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
  
&lt;a href=&quot;http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN&quot; target=&quot;AmazonHelp&quot; onclick=&quot;return amz_js_PopWin(this.href,&#039;AmazonHelp&#039;,&#039;width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1&#039;);&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif&quot; width=&quot;70&quot; align=&quot;absmiddle&quot; alt=&quot;(REAL NAME)&quot; height=&quot;15&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
  


&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Hibernate: A J2EE™ Developer&#039;s Guide (Paperback)&lt;/b&gt;
      &lt;/div&gt;

Hibernate is a popular object-relational mapping (ORM) system for Java programmers. As any Java programmer who has worked with a SQL database knows, trying to link Java objects to a relational database is not a trivial exercise. Hibernate simplifies the task by providing an API and a set of tools that can generate Java classes and link seamlessly to a database. &#013;&lt;br/&gt;&lt;br/&gt;The book starts with an introduction to Hibernate including some details on installation. The author looks at how Hibernate can generate a database schema or it can generate Java classes depending on where you are starting to build your application. XDoclet is discussed with the author pointing out some of the issues with using class annotation. After the introductory chapters, the author gives a good explanation of the details of Hibernate in the middle chapters. The last few chapters look at performance, caching, design issues and other advanced topics. Throughout the book there are many code samples that help to further explain the use of Hibernate. &#013;&lt;br/&gt;&lt;br/&gt;I do have a few complaints about the book. Although performance is discussed, the cost of using Hibernate on performance is not. I would have liked to see some comparisons of Hibernate versus stored procedures, for example. Also, the weaknesses of an ORM are not discussed. Anyone who has worked with an ORM knows that at a certain level of complexity they start to fall apart and make an application overly complicated. It would have been nice for the author to discuss these issues and at least point towards solutions. Overall, the book serves as a well-written and clearly explained basic introduction to Hibernate. &#013;&lt;br/&gt;&lt;br/&gt;&lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R2AQZ3GLP6ZXSK.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R2AQZ3GLP6ZXSK/Helpful/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=94F4375B1B547E6843B4B2B22D245232572937C9&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2AQZ3GLP6ZXSK.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R2AQZ3GLP6ZXSK/Helpful/-1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=1E6A811E722A7656C28C8BD39C9ACBE12ADD82AB&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2AQZ3GLP6ZXSK.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R2AQZ3GLP6ZXSK.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R2AQZ3GLP6ZXSK/Inappropriate/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=CACCDBFC59E53EDF6A18C606E316E64EEC727809&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2AQZ3GLP6ZXSK.2115.Inappropriate.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R2AQZ3GLP6ZXSK/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R2AQZ3GLP6ZXSK/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R2AQZ3GLP6ZXSK/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        7 of 8 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V192240704_.gif" width="64" alt="4.0 out of 5 stars" title="4.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>A good introduction to Hibernate</b>, <nobr>January 18, 2005</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A1ST9PG26FSN2H/ref=cm_cr_if_pdp/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Thomas Paul</span></a> (Plainview, NY USA)  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A1ST9PG26FSN2H/ref=cm_cr_if_auth_rev/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a><br /><a href="http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#VN" target="AmazonHelp" onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_vn_1._V192249933_.gif" width="62" align="absmiddle" alt="(VINE VOICE)" height="15" border="0"/></a><br />
  <br />
<a href="http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN" target="AmazonHelp" onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif" width="70" align="absmiddle" alt="(REAL NAME)" height="15" border="0"/></a><br />
  </p>
</div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Hibernate: A J2EE™ Developer&#8217;s Guide (Paperback)</b>
      </div>
<p>Hibernate is a popular object-relational mapping (ORM) system for Java programmers. As any Java programmer who has worked with a SQL database knows, trying to link Java objects to a relational database is not a trivial exercise. Hibernate simplifies the task by providing an API and a set of tools that can generate Java classes and link seamlessly to a database. &#13;</p>
<p>The book starts with an introduction to Hibernate including some details on installation. The author looks at how Hibernate can generate a database schema or it can generate Java classes depending on where you are starting to build your application. XDoclet is discussed with the author pointing out some of the issues with using class annotation. After the introductory chapters, the author gives a good explanation of the details of Hibernate in the middle chapters. The last few chapters look at performance, caching, design issues and other advanced topics. Throughout the book there are many code samples that help to further explain the use of Hibernate. &#13;</p>
<p>I do have a few complaints about the book. Although performance is discussed, the cost of using Hibernate on performance is not. I would have liked to see some comparisons of Hibernate versus stored procedures, for example. Also, the weaknesses of an ORM are not discussed. Anyone who has worked with an ORM knows that at a certain level of complexity they start to fall apart and make an application overly complicated. It would have been nice for the author to discuss these issues and at least point towards solutions. Overall, the book serves as a well-written and clearly explained basic introduction to Hibernate. &#13;</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R2AQZ3GLP6ZXSK.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R2AQZ3GLP6ZXSK/Helpful/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=94F4375B1B547E6843B4B2B22D245232572937C9&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2AQZ3GLP6ZXSK.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R2AQZ3GLP6ZXSK/Helpful/-1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=1E6A811E722A7656C28C8BD39C9ACBE12ADD82AB&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2AQZ3GLP6ZXSK.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R2AQZ3GLP6ZXSK.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R2AQZ3GLP6ZXSK/Inappropriate/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=CACCDBFC59E53EDF6A18C606E316E64EEC727809&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2AQZ3GLP6ZXSK.2115.Inappropriate.Reviews&amp;voteSessionID=184-8855582-0847062"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R2AQZ3GLP6ZXSK/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R2AQZ3GLP6ZXSK/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R2AQZ3GLP6ZXSK/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate: A J2EE™ Developer&#8217;s Guide by Richard G. Markle "Renaissance Man"</title>
		<link>http://4ebooks.org/hibernate-a-j2ee%e2%84%a2-developers-guide.html/comment-page-1#comment-7404</link>
		<dc:creator>Richard G. Markle "Renaissance Man"</dc:creator>
		<pubDate>Wed, 22 Feb 2012 17:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/hibernate-a-j2ee%e2%84%a2-developers-guide.html#comment-7404</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        7 of 8 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-1-0._V192241078_.gif&quot; width=&quot;64&quot; alt=&quot;1.0 out of 5 stars&quot; title=&quot;1.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;Crap - Regurgitation of the Hibernate.org Docs&lt;/b&gt;, &lt;nobr&gt;June 10, 2005&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A3VF8WMVZ41E7A/ref=cm_cr_if_pdp/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Richard G. Markle &quot;Renaissance Man&quot;&lt;/span&gt;&lt;/a&gt; (Los Angeles, CA)  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A3VF8WMVZ41E7A/ref=cm_cr_if_auth_rev/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN&quot; target=&quot;AmazonHelp&quot; onclick=&quot;return amz_js_PopWin(this.href,&#039;AmazonHelp&#039;,&#039;width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1&#039;);&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif&quot; width=&quot;70&quot; align=&quot;absmiddle&quot; alt=&quot;(REAL NAME)&quot; height=&quot;15&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
  


&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Hibernate: A J2EE™ Developer&#039;s Guide (Paperback)&lt;/b&gt;
      &lt;/div&gt;

This is one of the worst introductions to any Java technology I have ever read.  More of an API reference than a guide.  The author shows a few open source tools for generating objects and DB schemas, then revisits all the info in the Hibernate docs and tutorial.  Don&#039;t waste your money like I did.
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R182JIWII9AAHL.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R182JIWII9AAHL/Helpful/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=FD929EAE04C22BC4F437FCA347EA856684F32311&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R182JIWII9AAHL.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R182JIWII9AAHL/Helpful/-1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=1C0A620AB8B12C9A66B11CE61F43A7B22A5B3490&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R182JIWII9AAHL.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R182JIWII9AAHL.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R182JIWII9AAHL/Inappropriate/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=8182A7B76360579FD402457F5EAEEEE3CDA60F92&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R182JIWII9AAHL.2115.Inappropriate.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R182JIWII9AAHL/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R182JIWII9AAHL/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R182JIWII9AAHL/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        7 of 8 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-1-0._V192241078_.gif" width="64" alt="1.0 out of 5 stars" title="1.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>Crap &#8211; Regurgitation of the Hibernate.org Docs</b>, <nobr>June 10, 2005</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A3VF8WMVZ41E7A/ref=cm_cr_if_pdp/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Richard G. Markle &#8220;Renaissance Man&#8221;</span></a> (Los Angeles, CA)  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A3VF8WMVZ41E7A/ref=cm_cr_if_auth_rev/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a><br /><a href="http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN" target="AmazonHelp" onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif" width="70" align="absmiddle" alt="(REAL NAME)" height="15" border="0"/></a><br />
  </p>
</div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Hibernate: A J2EE™ Developer&#8217;s Guide (Paperback)</b>
      </div>
<p>This is one of the worst introductions to any Java technology I have ever read.  More of an API reference than a guide.  The author shows a few open source tools for generating objects and DB schemas, then revisits all the info in the Hibernate docs and tutorial.  Don&#8217;t waste your money like I did.</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R182JIWII9AAHL.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R182JIWII9AAHL/Helpful/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=FD929EAE04C22BC4F437FCA347EA856684F32311&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R182JIWII9AAHL.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R182JIWII9AAHL/Helpful/-1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=1C0A620AB8B12C9A66B11CE61F43A7B22A5B3490&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R182JIWII9AAHL.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R182JIWII9AAHL.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R182JIWII9AAHL/Inappropriate/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=8182A7B76360579FD402457F5EAEEEE3CDA60F92&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R182JIWII9AAHL.2115.Inappropriate.Reviews&amp;voteSessionID=184-8855582-0847062"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R182JIWII9AAHL/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R182JIWII9AAHL/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R182JIWII9AAHL/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#8217;s Voice in Web Development) by Joe</title>
		<link>http://4ebooks.org/beginning-java-and-flex-migrating-java-spring-hibernate-and-maven-developers-to-adobe-flex-experts-voice-in-web-development.html/comment-page-1#comment-7394</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 22 Feb 2012 17:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/beginning-java-and-flex-migrating-java-spring-hibernate-and-maven-developers-to-adobe-flex-experts-voice-in-web-development.html#comment-7394</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        1 of 1 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif&quot; width=&quot;64&quot; alt=&quot;5.0 out of 5 stars&quot; title=&quot;5.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;I have to thank the author of this book for making my life easier!&lt;/b&gt;, &lt;nobr&gt;August 2, 2010&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/AWC10RA1M9L3Q/ref=cm_cr_if_pdp/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Joe&lt;/span&gt;&lt;/a&gt;  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/AWC10RA1M9L3Q/ref=cm_cr_if_auth_rev/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#039;s Voice in Web Development) (Paperback)&lt;/b&gt;
      &lt;/div&gt;

Well, I have to say that it has been hard to move my skills from standard web development to masterpieces of software engineering such as Spring and Hibernate. It took several weeks to get into the concept of DI(dependecy injection) and IOC(Inversion of Control), but I have to say that the effort&#039;s been worth it, and I have to thank the author of this book for making my life easier. I bought many books about Flex and Java but not a single one of them described how to use Flex and Java for enterprise development using Spring and Hibernate. The author of this book introduces the best open source technologies with an excellent description and many examples. The book is definitely worth the money just for the Flex-Java-Spring-Hibernate archetype that the author makes available on his own artifactory repository. Good job!
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R3I2SMPMXG7OWG.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R3I2SMPMXG7OWG/Helpful/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=79F3536E0E10F0E2C068F468080CE1E6579B38E0&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R3I2SMPMXG7OWG.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R3I2SMPMXG7OWG/Helpful/-1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=D1C13CA616A3D5A69509A00B0A2CB512EF72E3B8&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R3I2SMPMXG7OWG.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R3I2SMPMXG7OWG.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R3I2SMPMXG7OWG/Inappropriate/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=090F98EEF3C442AFA1FB9CBA3FD31524344E115C&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R3I2SMPMXG7OWG.2115.Inappropriate.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R3I2SMPMXG7OWG/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R3I2SMPMXG7OWG/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R3I2SMPMXG7OWG/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        1 of 1 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif" width="64" alt="5.0 out of 5 stars" title="5.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>I have to thank the author of this book for making my life easier!</b>, <nobr>August 2, 2010</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/AWC10RA1M9L3Q/ref=cm_cr_if_pdp/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Joe</span></a>  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/AWC10RA1M9L3Q/ref=cm_cr_if_auth_rev/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a></div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#8217;s Voice in Web Development) (Paperback)</b>
      </div>
<p>Well, I have to say that it has been hard to move my skills from standard web development to masterpieces of software engineering such as Spring and Hibernate. It took several weeks to get into the concept of DI(dependecy injection) and IOC(Inversion of Control), but I have to say that the effort&#8217;s been worth it, and I have to thank the author of this book for making my life easier. I bought many books about Flex and Java but not a single one of them described how to use Flex and Java for enterprise development using Spring and Hibernate. The author of this book introduces the best open source technologies with an excellent description and many examples. The book is definitely worth the money just for the Flex-Java-Spring-Hibernate archetype that the author makes available on his own artifactory repository. Good job!</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R3I2SMPMXG7OWG.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R3I2SMPMXG7OWG/Helpful/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=79F3536E0E10F0E2C068F468080CE1E6579B38E0&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R3I2SMPMXG7OWG.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R3I2SMPMXG7OWG/Helpful/-1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=D1C13CA616A3D5A69509A00B0A2CB512EF72E3B8&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R3I2SMPMXG7OWG.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R3I2SMPMXG7OWG.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R3I2SMPMXG7OWG/Inappropriate/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=090F98EEF3C442AFA1FB9CBA3FD31524344E115C&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R3I2SMPMXG7OWG.2115.Inappropriate.Reviews&amp;voteSessionID=176-9903907-2845653"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R3I2SMPMXG7OWG/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R3I2SMPMXG7OWG/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R3I2SMPMXG7OWG/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate: A J2EE™ Developer&#8217;s Guide by Patrick Carroll "Winebibber.  Java/JEE Develo...</title>
		<link>http://4ebooks.org/hibernate-a-j2ee%e2%84%a2-developers-guide.html/comment-page-1#comment-7403</link>
		<dc:creator>Patrick Carroll "Winebibber.  Java/JEE Develo...</dc:creator>
		<pubDate>Wed, 22 Feb 2012 17:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/hibernate-a-j2ee%e2%84%a2-developers-guide.html#comment-7403</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        11 of 13 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V192240710_.gif&quot; width=&quot;64&quot; alt=&quot;3.0 out of 5 stars&quot; title=&quot;3.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;Meh.  It&#039;s ok&lt;/b&gt;, &lt;nobr&gt;March 11, 2005&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A2YIMB2LF7HH1C/ref=cm_cr_if_pdp/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Patrick Carroll &quot;Winebibber.  Java/JEE Develo...&lt;/span&gt;&lt;/a&gt; (Atlanta, GA USA)  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A2YIMB2LF7HH1C/ref=cm_cr_if_auth_rev/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#VN&quot; target=&quot;AmazonHelp&quot; onclick=&quot;return amz_js_PopWin(this.href,&#039;AmazonHelp&#039;,&#039;width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1&#039;);&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_vn_1._V192249933_.gif&quot; width=&quot;62&quot; align=&quot;absmiddle&quot; alt=&quot;(VINE VOICE)&quot; height=&quot;15&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
  
&lt;a href=&quot;http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN&quot; target=&quot;AmazonHelp&quot; onclick=&quot;return amz_js_PopWin(this.href,&#039;AmazonHelp&#039;,&#039;width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1&#039;);&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif&quot; width=&quot;70&quot; align=&quot;absmiddle&quot; alt=&quot;(REAL NAME)&quot; height=&quot;15&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
  


&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Hibernate: A J2EE™ Developer&#039;s Guide (Paperback)&lt;/b&gt;
      &lt;/div&gt;

There are better books about Hibernate.&#013;&lt;br/&gt;&lt;br/&gt;The Manning &quot;Hibernate in Action&quot; book is the standard for Hibernate coverage, while the O&#039;Reilly &quot;Hibernate, A Developer&#039;s Notebook&quot; is a good quick-and-dirty introduction.  &#013;&lt;br/&gt;&lt;br/&gt;This book is ok - some decent third-party tools ar mentioned, but reads like a heavily-annotated API reference.  (Do we really need to see the source for *every* JSP example?)  &#013;&lt;br/&gt;&lt;br/&gt;Skip the WROX &quot;Professional Hibernate&quot; book altogether - it&#039;s so full of typos and filler as to be worthless.&#013;&lt;br/&gt;&lt;br/&gt;I do own all four books - you never can tell when some nugget will present itself.
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;RKQX2M676G9L.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/RKQX2M676G9L/Helpful/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=3B822AE965EC8A6E89BB955F68AB5E55D8C72FCC&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RKQX2M676G9L.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/RKQX2M676G9L/Helpful/-1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=6147B07E66B71A0634CD4B373E2320A2A0DB24EB&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RKQX2M676G9L.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;RKQX2M676G9L.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/RKQX2M676G9L/Inappropriate/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=BA55550315E5585EF2BBA37A6663F1D79C1F8D73&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RKQX2M676G9L.2115.Inappropriate.Reviews&amp;voteSessionID=184-8855582-0847062&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/RKQX2M676G9L/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/RKQX2M676G9L/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/RKQX2M676G9L/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        11 of 13 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V192240710_.gif" width="64" alt="3.0 out of 5 stars" title="3.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>Meh.  It&#8217;s ok</b>, <nobr>March 11, 2005</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A2YIMB2LF7HH1C/ref=cm_cr_if_pdp/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Patrick Carroll &#8220;Winebibber.  Java/JEE Develo&#8230;</span></a> (Atlanta, GA USA)  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A2YIMB2LF7HH1C/ref=cm_cr_if_auth_rev/184-8855582-0847062?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a><br /><a href="http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#VN" target="AmazonHelp" onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_vn_1._V192249933_.gif" width="62" align="absmiddle" alt="(VINE VOICE)" height="15" border="0"/></a><br />
  <br />
<a href="http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/184-8855582-0847062?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN" target="AmazonHelp" onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif" width="70" align="absmiddle" alt="(REAL NAME)" height="15" border="0"/></a><br />
  </p>
</div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/184-8855582-0847062&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Hibernate: A J2EE™ Developer&#8217;s Guide (Paperback)</b>
      </div>
<p>There are better books about Hibernate.&#13;</p>
<p>The Manning &#8220;Hibernate in Action&#8221; book is the standard for Hibernate coverage, while the O&#8217;Reilly &#8220;Hibernate, A Developer&#8217;s Notebook&#8221; is a good quick-and-dirty introduction.  &#13;</p>
<p>This book is ok &#8211; some decent third-party tools ar mentioned, but reads like a heavily-annotated API reference.  (Do we really need to see the source for *every* JSP example?)  &#13;</p>
<p>Skip the WROX &#8220;Professional Hibernate&#8221; book altogether &#8211; it&#8217;s so full of typos and filler as to be worthless.&#13;</p>
<p>I do own all four books &#8211; you never can tell when some nugget will present itself.</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="RKQX2M676G9L.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/RKQX2M676G9L/Helpful/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=3B822AE965EC8A6E89BB955F68AB5E55D8C72FCC&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RKQX2M676G9L.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/RKQX2M676G9L/Helpful/-1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=6147B07E66B71A0634CD4B373E2320A2A0DB24EB&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RKQX2M676G9L.2115.Helpful.Reviews&amp;voteSessionID=184-8855582-0847062"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="RKQX2M676G9L.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/RKQX2M676G9L/Inappropriate/1/ref=cm_cr_ifvoteyn/184-8855582-0847062?ie=UTF8&amp;token=BA55550315E5585EF2BBA37A6663F1D79C1F8D73&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMjY4MTk5L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg0LTg4NTU1ODItMDg0NzA2Mj9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjEyNjgxOTkmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz00MEVhYzRpUE1ZbHhwOWlzJTJCSUV6SFpwNmpNS0ZWRllMa213JTJGUWd6ZDZ0NCUzRCZleHA9MjAxMi0wMi0yM1QxNyUzQTE0JTNBNTlaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RKQX2M676G9L.2115.Inappropriate.Reviews&amp;voteSessionID=184-8855582-0847062"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/RKQX2M676G9L/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/RKQX2M676G9L/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/RKQX2M676G9L/ref=cm_cr_if_cmt/184-8855582-0847062?ie=UTF8&amp;ASIN=0321268199&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#8217;s Voice in Web Development) by Matt</title>
		<link>http://4ebooks.org/beginning-java-and-flex-migrating-java-spring-hibernate-and-maven-developers-to-adobe-flex-experts-voice-in-web-development.html/comment-page-1#comment-7393</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 22 Feb 2012 16:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/beginning-java-and-flex-migrating-java-spring-hibernate-and-maven-developers-to-adobe-flex-experts-voice-in-web-development.html#comment-7393</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        1 of 1 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif&quot; width=&quot;64&quot; alt=&quot;5.0 out of 5 stars&quot; title=&quot;5.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;Thanks a lot!&lt;/b&gt;, &lt;nobr&gt;August 27, 2010&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A26BJDO8V436L3/ref=cm_cr_if_pdp/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Matt&lt;/span&gt;&lt;/a&gt;  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A26BJDO8V436L3/ref=cm_cr_if_auth_rev/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#039;s Voice in Web Development) (Paperback)&lt;/b&gt;
      &lt;/div&gt;

Brilliant. I&#039;ve read a lot about Flex and Java but finally this book has given me a full picture and thanks to the author&#039;s Maven archetype I can now start a Flex-Spring-Hibernate-BlazeDs application with all the relevant libraries by simply using the eclipse maven plugin.&#013;&lt;br/&gt;&lt;br/&gt;The book is full of great examples and there&#039;s even a chapter helping configure our eclipse IDE with all plugins needed to develop flex-java EE applications.&#013;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;I definitely recommend this book to others.
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R33RQ6CKAZKLYX.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R33RQ6CKAZKLYX/Helpful/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=59336829A61BA0DEDF2EBAE8E2B7543F5B5C23A5&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R33RQ6CKAZKLYX.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R33RQ6CKAZKLYX/Helpful/-1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=48280FF42316C9AFD02CF896956398DCEE10D909&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R33RQ6CKAZKLYX.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R33RQ6CKAZKLYX.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R33RQ6CKAZKLYX/Inappropriate/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=0FE8AF112AED1A1808493CD78EAB24B27BBB0CB8&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R33RQ6CKAZKLYX.2115.Inappropriate.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R33RQ6CKAZKLYX/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R33RQ6CKAZKLYX/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R33RQ6CKAZKLYX/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        1 of 1 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif" width="64" alt="5.0 out of 5 stars" title="5.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>Thanks a lot!</b>, <nobr>August 27, 2010</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A26BJDO8V436L3/ref=cm_cr_if_pdp/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Matt</span></a>  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A26BJDO8V436L3/ref=cm_cr_if_auth_rev/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a></div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/176-9903907-2845653&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#8217;s Voice in Web Development) (Paperback)</b>
      </div>
<p>Brilliant. I&#8217;ve read a lot about Flex and Java but finally this book has given me a full picture and thanks to the author&#8217;s Maven archetype I can now start a Flex-Spring-Hibernate-BlazeDs application with all the relevant libraries by simply using the eclipse maven plugin.&#13;</p>
<p>The book is full of great examples and there&#8217;s even a chapter helping configure our eclipse IDE with all plugins needed to develop flex-java EE applications.&#13;</p>
<p>I definitely recommend this book to others.</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R33RQ6CKAZKLYX.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R33RQ6CKAZKLYX/Helpful/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=59336829A61BA0DEDF2EBAE8E2B7543F5B5C23A5&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R33RQ6CKAZKLYX.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R33RQ6CKAZKLYX/Helpful/-1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=48280FF42316C9AFD02CF896956398DCEE10D909&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R33RQ6CKAZKLYX.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R33RQ6CKAZKLYX.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R33RQ6CKAZKLYX/Inappropriate/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=0FE8AF112AED1A1808493CD78EAB24B27BBB0CB8&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R33RQ6CKAZKLYX.2115.Inappropriate.Reviews&amp;voteSessionID=176-9903907-2845653"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R33RQ6CKAZKLYX/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R33RQ6CKAZKLYX/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R33RQ6CKAZKLYX/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#8217;s Voice in Web Development) by KevinInTempe "KevinInTempe"</title>
		<link>http://4ebooks.org/beginning-java-and-flex-migrating-java-spring-hibernate-and-maven-developers-to-adobe-flex-experts-voice-in-web-development.html/comment-page-1#comment-7392</link>
		<dc:creator>KevinInTempe "KevinInTempe"</dc:creator>
		<pubDate>Wed, 22 Feb 2012 16:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/beginning-java-and-flex-migrating-java-spring-hibernate-and-maven-developers-to-adobe-flex-experts-voice-in-web-development.html#comment-7392</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        4 of 5 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-2-0._V192240756_.gif&quot; width=&quot;64&quot; alt=&quot;2.0 out of 5 stars&quot; title=&quot;2.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;Rough read&lt;/b&gt;, &lt;nobr&gt;July 23, 2010&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A3BI1UV8668QMO/ref=cm_cr_if_pdp/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;KevinInTempe &quot;KevinInTempe&quot;&lt;/span&gt;&lt;/a&gt; (Tempe, AZ)  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A3BI1UV8668QMO/ref=cm_cr_if_auth_rev/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#039;s Voice in Web Development) (Paperback)&lt;/b&gt;
      &lt;/div&gt;

Background:&#013;&lt;br/&gt;I am relatively new to Java and trying to get a handle on Spring, Hibernate and Flex to get a full life-cycle app built.  I have been doing OOP for many many years, and I&#039;m finally giving in to learn Java.&#013;&lt;br/&gt;&lt;br/&gt;Overview:&#013;&lt;br/&gt;I have a Safari subscription on O&#039;Reilly and decided to take a run through this book before deciding whether or not it would belong on the coveted tech shelf in my office.  I&#039;ve spent the last 3 days going through this book, and I&#039;m only on page 353.  So far, I&#039;m incredibly happy that I did *not* buy this book.&#013;&lt;br/&gt;&lt;br/&gt;Details:&#013;&lt;br/&gt;I realize the author does not use English as a first language, but someone at the publisher should have been editing this thing.  There are grammar mistakes EVERYWHERE and I&#039;m pretty confident that absolutely *no* technical editing was done on this.  Examples are missing logic and routines, the author says to name a file one way, but the files are actually named something different.  It&#039;s incredibly painful to follow along in the book with the examples - as very few things make sense.&#013;&lt;br/&gt;&lt;br/&gt;Several examples walk you through creating something in Eclipse; then essentially says &quot;If you run this, this is what you&#039;ll see:&quot; with a pretty screenshot of something working.  The problem is that you get compiler errors, POM errors, namespace errors... the errors never end.  On a few examples, the author will walk you through entering all the code, show you what it looks like, and THEN tell you what the supporting files are - after you&#039;ve been wondering why your project won&#039;t compile.&#013;&lt;br/&gt;&lt;br/&gt;I&#039;m trying to learn something new - the last thing I want to do is start troubleshooting random little file includes and other things on a system I&#039;m not familiar with.  Your obligation as an author/editor/publisher is to &quot;hold&quot; my hand through the process!  You need to tell me what I need to do in Eclipse, what to add to the POM, help me create the POJO&#039;s, then what beans I need to add - and above all else, the examples MUST work!&#013;&lt;br/&gt;&lt;br/&gt;Sample Code:&#013;&lt;br/&gt;If you&#039;re a developer at any level, you live and die by sample code.  I searched and searched for the sample code, but it simply does not exist; maybe it just exists on an included CD-Rom?  Also - don&#039;t expect any of the URLs the author provides in the book to work.  None of them work.  All links to the author&#039;s personal site shows a poorly designed Flex app showing this book&#039;s dust cover in Pv3d.  Seriously?  The book is hardly out a year and you&#039;ve already taken down the assets (ldiff, svn, etc) from your website?&#013;&lt;br/&gt;&lt;br/&gt;Recommendation:&#013;&lt;br/&gt;This book is definitely not for a beginner.  Your programming skills must be at an intermediate level and you must be prepared to troubleshoot the authors non-working examples.&#013;&lt;br/&gt;&lt;br/&gt;Also, don&#039;t skip ANY chapters; the examples the author provides rely on seemingly random files being created in previous chapters.  Specifically, the chapter on Flex (ch7), starts off by showing the code examples in Flex - which is fine. I skipped that chapter as I am quite proficient in Flex.  Little did I know as I continued reading chapter 8, that the author decided to write a bunch of *Java* code in the previous chapter - you know, the chapter on *Flex*.  INCREDIBLY frustrating.  The author also says to create a new project in ch8, and then files magically appear in his screen shots (e.g. - users.xml), that were shown in ch7 (shown as an example - not asked to actually create the file).&#013;&lt;br/&gt;&lt;br/&gt;Final Thoughts:&#013;&lt;br/&gt;I don&#039;t mean to disparage the author as I&#039;m sure he&#039;s quite proficient in the technologies he wrote about.  After spending the last 3 days trying to get up to speed on Java/Spring/Hibernate/BlazeDS, I am incredibly frustrated and burnt out on this book.  I was going to try and push through this book to see if I could get something out of it - but I give up.  Yes, I only have 1 chapter left - but I&#039;ve devoted enough of my life to this book and need to cut my loss.&#013;&lt;br/&gt;&lt;br/&gt;It is unfortunate that the publishing company dropped the ball on this author - this book had great potential and their lack of editing and technical editing ruined it.
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;RJ44QYFBK51N5.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/RJ44QYFBK51N5/Helpful/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=CB662238CAD04A1F6798910A9668545FB3BCC0A6&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RJ44QYFBK51N5.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/RJ44QYFBK51N5/Helpful/-1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=15A03DBC7F82A5C966891A8ECFDEF478413456B3&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RJ44QYFBK51N5.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;RJ44QYFBK51N5.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/RJ44QYFBK51N5/Inappropriate/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=2F66674E99E38BD3380BC8E9E1FE9CD3D9F205D9&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RJ44QYFBK51N5.2115.Inappropriate.Reviews&amp;voteSessionID=176-9903907-2845653&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/RJ44QYFBK51N5/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/RJ44QYFBK51N5/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/RJ44QYFBK51N5/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comments (2)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        4 of 5 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-2-0._V192240756_.gif" width="64" alt="2.0 out of 5 stars" title="2.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>Rough read</b>, <nobr>July 23, 2010</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A3BI1UV8668QMO/ref=cm_cr_if_pdp/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">KevinInTempe &#8220;KevinInTempe&#8221;</span></a> (Tempe, AZ)  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A3BI1UV8668QMO/ref=cm_cr_if_auth_rev/176-9903907-2845653?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a></div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex (Expert&#8217;s Voice in Web Development) (Paperback)</b>
      </div>
<p>Background:&#13;<br />I am relatively new to Java and trying to get a handle on Spring, Hibernate and Flex to get a full life-cycle app built.  I have been doing OOP for many many years, and I&#8217;m finally giving in to learn Java.&#13;</p>
<p>Overview:&#13;<br />I have a Safari subscription on O&#8217;Reilly and decided to take a run through this book before deciding whether or not it would belong on the coveted tech shelf in my office.  I&#8217;ve spent the last 3 days going through this book, and I&#8217;m only on page 353.  So far, I&#8217;m incredibly happy that I did *not* buy this book.&#13;</p>
<p>Details:&#13;<br />I realize the author does not use English as a first language, but someone at the publisher should have been editing this thing.  There are grammar mistakes EVERYWHERE and I&#8217;m pretty confident that absolutely *no* technical editing was done on this.  Examples are missing logic and routines, the author says to name a file one way, but the files are actually named something different.  It&#8217;s incredibly painful to follow along in the book with the examples &#8211; as very few things make sense.&#13;</p>
<p>Several examples walk you through creating something in Eclipse; then essentially says &#8220;If you run this, this is what you&#8217;ll see:&#8221; with a pretty screenshot of something working.  The problem is that you get compiler errors, POM errors, namespace errors&#8230; the errors never end.  On a few examples, the author will walk you through entering all the code, show you what it looks like, and THEN tell you what the supporting files are &#8211; after you&#8217;ve been wondering why your project won&#8217;t compile.&#13;</p>
<p>I&#8217;m trying to learn something new &#8211; the last thing I want to do is start troubleshooting random little file includes and other things on a system I&#8217;m not familiar with.  Your obligation as an author/editor/publisher is to &#8220;hold&#8221; my hand through the process!  You need to tell me what I need to do in Eclipse, what to add to the POM, help me create the POJO&#8217;s, then what beans I need to add &#8211; and above all else, the examples MUST work!&#13;</p>
<p>Sample Code:&#13;<br />If you&#8217;re a developer at any level, you live and die by sample code.  I searched and searched for the sample code, but it simply does not exist; maybe it just exists on an included CD-Rom?  Also &#8211; don&#8217;t expect any of the URLs the author provides in the book to work.  None of them work.  All links to the author&#8217;s personal site shows a poorly designed Flex app showing this book&#8217;s dust cover in Pv3d.  Seriously?  The book is hardly out a year and you&#8217;ve already taken down the assets (ldiff, svn, etc) from your website?&#13;</p>
<p>Recommendation:&#13;<br />This book is definitely not for a beginner.  Your programming skills must be at an intermediate level and you must be prepared to troubleshoot the authors non-working examples.&#13;</p>
<p>Also, don&#8217;t skip ANY chapters; the examples the author provides rely on seemingly random files being created in previous chapters.  Specifically, the chapter on Flex (ch7), starts off by showing the code examples in Flex &#8211; which is fine. I skipped that chapter as I am quite proficient in Flex.  Little did I know as I continued reading chapter 8, that the author decided to write a bunch of *Java* code in the previous chapter &#8211; you know, the chapter on *Flex*.  INCREDIBLY frustrating.  The author also says to create a new project in ch8, and then files magically appear in his screen shots (e.g. &#8211; users.xml), that were shown in ch7 (shown as an example &#8211; not asked to actually create the file).&#13;</p>
<p>Final Thoughts:&#13;<br />I don&#8217;t mean to disparage the author as I&#8217;m sure he&#8217;s quite proficient in the technologies he wrote about.  After spending the last 3 days trying to get up to speed on Java/Spring/Hibernate/BlazeDS, I am incredibly frustrated and burnt out on this book.  I was going to try and push through this book to see if I could get something out of it &#8211; but I give up.  Yes, I only have 1 chapter left &#8211; but I&#8217;ve devoted enough of my life to this book and need to cut my loss.&#13;</p>
<p>It is unfortunate that the publishing company dropped the ball on this author &#8211; this book had great potential and their lack of editing and technical editing ruined it.</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="RJ44QYFBK51N5.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/RJ44QYFBK51N5/Helpful/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=CB662238CAD04A1F6798910A9668545FB3BCC0A6&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RJ44QYFBK51N5.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/RJ44QYFBK51N5/Helpful/-1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=15A03DBC7F82A5C966891A8ECFDEF478413456B3&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RJ44QYFBK51N5.2115.Helpful.Reviews&amp;voteSessionID=176-9903907-2845653"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="RJ44QYFBK51N5.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/RJ44QYFBK51N5/Inappropriate/1/ref=cm_cr_ifvoteyn/176-9903907-2845653?ie=UTF8&amp;token=2F66674E99E38BD3380BC8E9E1FE9CD3D9F205D9&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8xNDMwMjIzODU1L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc2LTk5MDM5MDctMjg0NTY1Mz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTE0MzAyMjM4NTUmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1kNUxNT3Y1bWJGbVRKaUJhUmklMkZQTUY1TjhUbWxLN1h0UzNXOElRd00lMkJ0byUzRCZleHA9MjAxMi0wMi0yM1QxNSUzQTE1JTNBMDdaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=RJ44QYFBK51N5.2115.Inappropriate.Reviews&amp;voteSessionID=176-9903907-2845653"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/RJ44QYFBK51N5/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/RJ44QYFBK51N5/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/RJ44QYFBK51N5/ref=cm_cr_if_cmt/176-9903907-2845653?ie=UTF8&amp;ASIN=1430223855&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comments (2)</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2% Pyrithione Zinc Bar Soap &#8211; Vegan Formula by Anonymous</title>
		<link>http://4ebooks.org/2-pyrithione-zinc-bar-soap-vegan-formula.html/comment-page-1#comment-7381</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 22 Feb 2012 14:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/2-pyrithione-zinc-bar-soap-vegan-formula.html#comment-7381</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V192240704_.gif&quot; width=&quot;64&quot; alt=&quot;4.0 out of 5 stars&quot; title=&quot;4.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;Noble Formula Bar Soap&lt;/b&gt;, &lt;nobr&gt;January 12, 2012&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A2WRT1LFF9H034/ref=cm_cr_if_pdp/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Brian L. Mitchell&lt;/span&gt;&lt;/a&gt;  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A2WRT1LFF9H034/ref=cm_cr_if_auth_rev/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;2% Pyrithione Zinc Bar Soap - Vegan Formula (Health and Beauty)&lt;/b&gt;
      &lt;/div&gt;

The product arrived within the promised time frame.  I ordered the Noble 2% pyrithione zinc soap bar because Steiffel discontinued their ZNP soap bar.  The two products both contain 2% pyrithione zinc but are otherwise very different.  The Noble soap bar does not create much lather but it does seem to be helping my dry skin.  It has a gritty texture and I don&#039;t know what ingredient it has that causes that.  I may try another product next time as I search for a ZNP bar replacement.
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R1B0TCBC5G0CNA.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R1B0TCBC5G0CNA/Helpful/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=AB332E811E18171E818A16C449C7FF58592DB4E4&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R1B0TCBC5G0CNA.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R1B0TCBC5G0CNA/Helpful/-1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=1847FFCEDCE59A9D4EA358B4B29C820B0BAEC703&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R1B0TCBC5G0CNA.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R1B0TCBC5G0CNA.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R1B0TCBC5G0CNA/Inappropriate/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=1737E51C261AB2727BE6C2A0175DE83456007963&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R1B0TCBC5G0CNA.2115.Inappropriate.Reviews&amp;voteSessionID=179-9560836-6699207&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R1B0TCBC5G0CNA/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R1B0TCBC5G0CNA/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R1B0TCBC5G0CNA/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V192240704_.gif" width="64" alt="4.0 out of 5 stars" title="4.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>Noble Formula Bar Soap</b>, <nobr>January 12, 2012</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A2WRT1LFF9H034/ref=cm_cr_if_pdp/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Brian L. Mitchell</span></a>  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A2WRT1LFF9H034/ref=cm_cr_if_auth_rev/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a></div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>2% Pyrithione Zinc Bar Soap &#8211; Vegan Formula (Health and Beauty)</b>
      </div>
<p>The product arrived within the promised time frame.  I ordered the Noble 2% pyrithione zinc soap bar because Steiffel discontinued their ZNP soap bar.  The two products both contain 2% pyrithione zinc but are otherwise very different.  The Noble soap bar does not create much lather but it does seem to be helping my dry skin.  It has a gritty texture and I don&#8217;t know what ingredient it has that causes that.  I may try another product next time as I search for a ZNP bar replacement.</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R1B0TCBC5G0CNA.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R1B0TCBC5G0CNA/Helpful/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=AB332E811E18171E818A16C449C7FF58592DB4E4&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R1B0TCBC5G0CNA.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R1B0TCBC5G0CNA/Helpful/-1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=1847FFCEDCE59A9D4EA358B4B29C820B0BAEC703&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R1B0TCBC5G0CNA.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R1B0TCBC5G0CNA.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R1B0TCBC5G0CNA/Inappropriate/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=1737E51C261AB2727BE6C2A0175DE83456007963&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R1B0TCBC5G0CNA.2115.Inappropriate.Reviews&amp;voteSessionID=179-9560836-6699207"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R1B0TCBC5G0CNA/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R1B0TCBC5G0CNA/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R1B0TCBC5G0CNA/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2% Pyrithione Zinc Bar Soap &#8211; Vegan Formula by Desert Rose</title>
		<link>http://4ebooks.org/2-pyrithione-zinc-bar-soap-vegan-formula.html/comment-page-1#comment-7380</link>
		<dc:creator>Desert Rose</dc:creator>
		<pubDate>Wed, 22 Feb 2012 14:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/2-pyrithione-zinc-bar-soap-vegan-formula.html#comment-7380</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        2 of 2 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif&quot; width=&quot;64&quot; alt=&quot;5.0 out of 5 stars&quot; title=&quot;5.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;Effective and pleasant to use&lt;/b&gt;, &lt;nobr&gt;December 28, 2011&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A3N1QJQ2GLV1WR/ref=cm_cr_if_pdp/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Desert Rose&lt;/span&gt;&lt;/a&gt; (Nevada)  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A3N1QJQ2GLV1WR/ref=cm_cr_if_auth_rev/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;2% Pyrithione Zinc Bar Soap - Vegan Formula (Health and Beauty)&lt;/b&gt;
      &lt;/div&gt;

My dermatologist suggested the use of pyrithione zinc soap to treat candida albicans. I&#039;ve been using this Noble Formula soap twice daily for several days now, and I already see a positive difference in my complexion. &lt;br/&gt;&lt;br/&gt;This particular product is unscented and I have not had any allergic reaction to it whatever. This is a welcome relief, because my skin is hyper-sensitive and I&#039;m allergic to most soaps and shampoos. So far, so good!
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R26HXROI37CMNM.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R26HXROI37CMNM/Helpful/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=0EE83E769B3075FB20A66D706C4B61F7CB6474C3&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R26HXROI37CMNM.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R26HXROI37CMNM/Helpful/-1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=37D74F96DA978399DAAF3054597721136035C99E&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R26HXROI37CMNM.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R26HXROI37CMNM.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R26HXROI37CMNM/Inappropriate/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=DC707624D2F5EC0040CD787C7743F2E2A4276A0C&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R26HXROI37CMNM.2115.Inappropriate.Reviews&amp;voteSessionID=179-9560836-6699207&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R26HXROI37CMNM/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R26HXROI37CMNM/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R26HXROI37CMNM/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        2 of 2 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif" width="64" alt="5.0 out of 5 stars" title="5.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>Effective and pleasant to use</b>, <nobr>December 28, 2011</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A3N1QJQ2GLV1WR/ref=cm_cr_if_pdp/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Desert Rose</span></a> (Nevada)  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A3N1QJQ2GLV1WR/ref=cm_cr_if_auth_rev/179-9560836-6699207?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a></div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/179-9560836-6699207&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>2% Pyrithione Zinc Bar Soap &#8211; Vegan Formula (Health and Beauty)</b>
      </div>
<p>My dermatologist suggested the use of pyrithione zinc soap to treat candida albicans. I&#8217;ve been using this Noble Formula soap twice daily for several days now, and I already see a positive difference in my complexion. </p>
<p>This particular product is unscented and I have not had any allergic reaction to it whatever. This is a welcome relief, because my skin is hyper-sensitive and I&#8217;m allergic to most soaps and shampoos. So far, so good!</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R26HXROI37CMNM.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R26HXROI37CMNM/Helpful/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=0EE83E769B3075FB20A66D706C4B61F7CB6474C3&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R26HXROI37CMNM.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R26HXROI37CMNM/Helpful/-1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=37D74F96DA978399DAAF3054597721136035C99E&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R26HXROI37CMNM.2115.Helpful.Reviews&amp;voteSessionID=179-9560836-6699207"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R26HXROI37CMNM.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R26HXROI37CMNM/Inappropriate/1/ref=cm_cr_ifvoteyn/179-9560836-6699207?ie=UTF8&amp;token=DC707624D2F5EC0040CD787C7743F2E2A4276A0C&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy9CMDA2MDZST1JLL3JlZj1jbV9jcl9pZnZvdGVyZHIvMTc5LTk1NjA4MzYtNjY5OTIwNz9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPUIwMDYwNlJPUksmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz13cmVYYmhMZmtUUk14TE9HaUpNcElaYzFyNmRqSU80dWZjajcyZDVQUG5FJTNEJmV4cD0yMDEyLTAyLTIzVDEzJTNBMTQlM0E1MVomYXRhZz1lbGVjdHNob3AwZi0yMA&amp;voteAnchorName=R26HXROI37CMNM.2115.Inappropriate.Reviews&amp;voteSessionID=179-9560836-6699207"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R26HXROI37CMNM/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R26HXROI37CMNM/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R26HXROI37CMNM/ref=cm_cr_if_cmt/179-9560836-6699207?ie=UTF8&amp;ASIN=B00606RORK&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Literature: Reading and Writing with Critical Strategies by Estefany J. Quiroga "Estefany Quiroga"</title>
		<link>http://4ebooks.org/literature-reading-and-writing-with-critical-strategies.html/comment-page-1#comment-7376</link>
		<dc:creator>Estefany J. Quiroga "Estefany Quiroga"</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/literature-reading-and-writing-with-critical-strategies.html#comment-7376</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        0 of 6 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif&quot; width=&quot;64&quot; alt=&quot;5.0 out of 5 stars&quot; title=&quot;5.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;GREAT PURCHASE&lt;/b&gt;, &lt;nobr&gt;March 28, 2010&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A30X74FRADRU2Z/ref=cm_cr_if_pdp/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Estefany J. Quiroga &quot;Estefany Quiroga&quot;&lt;/span&gt;&lt;/a&gt; (Van Nuys, CA USA)  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A30X74FRADRU2Z/ref=cm_cr_if_auth_rev/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/188-0536542-0182704?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN&quot; target=&quot;AmazonHelp&quot; onclick=&quot;return amz_js_PopWin(this.href,&#039;AmazonHelp&#039;,&#039;width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1&#039;);&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif&quot; width=&quot;70&quot; align=&quot;absmiddle&quot; alt=&quot;(REAL NAME)&quot; height=&quot;15&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
  


&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Literature: Reading and Writing with Critical Strategies (Paperback)&lt;/b&gt;
      &lt;/div&gt;

Very happy of purchasing this book from the seller I choose. Fast shipping and Conditions were great.
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R1ZTTQL1TKIYIW.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R1ZTTQL1TKIYIW/Helpful/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=73E09575DE8835C005BBD958AC3F6404130B00B8&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R1ZTTQL1TKIYIW.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R1ZTTQL1TKIYIW/Helpful/-1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=58DB6B11507A619E955FF7B803CBD4B580F6BB7A&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R1ZTTQL1TKIYIW.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R1ZTTQL1TKIYIW.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R1ZTTQL1TKIYIW/Inappropriate/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=674BC0DA1388EC12BD51890DB38C0FCE92E94ED4&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R1ZTTQL1TKIYIW.2115.Inappropriate.Reviews&amp;voteSessionID=188-0536542-0182704&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R1ZTTQL1TKIYIW/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R1ZTTQL1TKIYIW/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R1ZTTQL1TKIYIW/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment (1)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        0 of 6 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif" width="64" alt="5.0 out of 5 stars" title="5.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>GREAT PURCHASE</b>, <nobr>March 28, 2010</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A30X74FRADRU2Z/ref=cm_cr_if_pdp/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">Estefany J. Quiroga &#8220;Estefany Quiroga&#8221;</span></a> (Van Nuys, CA USA)  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A30X74FRADRU2Z/ref=cm_cr_if_auth_rev/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a><br /><a href="http://www.amazon.com/gp/help/customer/display.html/ref=cm_rn_bdg_help/188-0536542-0182704?ie=UTF8&amp;nodeId=14279681&amp;pop-up=1#RN" target="AmazonHelp" onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reputation/c7y_badge_rn_1._V192249968_.gif" width="70" align="absmiddle" alt="(REAL NAME)" height="15" border="0"/></a><br />
  </p>
</div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Literature: Reading and Writing with Critical Strategies (Paperback)</b>
      </div>
<p>Very happy of purchasing this book from the seller I choose. Fast shipping and Conditions were great.</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R1ZTTQL1TKIYIW.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R1ZTTQL1TKIYIW/Helpful/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=73E09575DE8835C005BBD958AC3F6404130B00B8&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R1ZTTQL1TKIYIW.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R1ZTTQL1TKIYIW/Helpful/-1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=58DB6B11507A619E955FF7B803CBD4B580F6BB7A&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R1ZTTQL1TKIYIW.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R1ZTTQL1TKIYIW.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R1ZTTQL1TKIYIW/Inappropriate/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=674BC0DA1388EC12BD51890DB38C0FCE92E94ED4&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R1ZTTQL1TKIYIW.2115.Inappropriate.Reviews&amp;voteSessionID=188-0536542-0182704"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R1ZTTQL1TKIYIW/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R1ZTTQL1TKIYIW/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R1ZTTQL1TKIYIW/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment (1)</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Literature: Reading and Writing with Critical Strategies by HeatherMarie</title>
		<link>http://4ebooks.org/literature-reading-and-writing-with-critical-strategies.html/comment-page-1#comment-7375</link>
		<dc:creator>HeatherMarie</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://4ebooks.org/literature-reading-and-writing-with-critical-strategies.html#comment-7375</guid>
		<description>&lt;div style=&quot;margin-left:0.5em;&quot;&gt;
    
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        0 of 1 people found the following review helpful:
      &lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span style=&quot;margin-left: -5px;&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif&quot; width=&quot;64&quot; alt=&quot;5.0 out of 5 stars&quot; title=&quot;5.0 out of 5 stars&quot; height=&quot;12&quot; border=&quot;0&quot;/&gt;&lt;/span&gt;
        &lt;b&gt;Literature&lt;/b&gt;, &lt;nobr&gt;September 25, 2011&lt;/nobr&gt;&lt;/div&gt;
      &lt;div style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;div&gt;&lt;div style=&quot;float:left;&quot;&gt;By &lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/gp/pdp/profile/A1H2OJ051E9043/ref=cm_cr_if_pdp/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;HeatherMarie&lt;/span&gt;&lt;/a&gt;  - &lt;a href=&quot;http://www.amazon.com/gp/cdp/member-reviews/A1H2OJ051E9043/ref=cm_cr_if_auth_rev/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;span class=&quot;crVerifiedStripe&quot;&gt;&lt;b class=&quot;h3color tiny&quot; style=&quot;margin-right: 0.5em;&quot;&gt;Amazon Verified Purchase&lt;/b&gt;&lt;span class=&quot;tiny verifyWhatsThis&quot;&gt;(&lt;a href=&quot;http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&quot; target=&quot;AmazonHelp&quot; onclick=&quot;amz_js_PopWin(&#039;http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&#039;, &#039;AmazonHelp&#039;, &#039;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#039;);return false; &quot;&gt;What&#039;s this?&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tiny&quot; style=&quot;margin-bottom:0.5em;&quot;&gt;
        &lt;b&gt;&lt;span class=&quot;h3color tiny&quot;&gt;This review is from: &lt;/span&gt;Literature: Reading and Writing with Critical Strategies (Paperback)&lt;/b&gt;
      &lt;/div&gt;

The book was in the shape that it was labeled. It was sent on time! it was a great buy.
      &lt;div style=&quot;padding-top: 10px; clear: both; width: 100%;&quot;&gt;

        &lt;div style=&quot;float:left; padding-right:15px; border-right:1px solid #CCCCCC&quot;&gt;&lt;div style=&quot;padding-bottom:5px;&quot;&gt;&lt;b class=&quot;tiny&quot; style=&quot;color:#666666;white-space:nowrap;&quot;&gt;Help other customers find the most helpful reviews&lt;/b&gt; &lt;/div&gt;&lt;div style=&quot;width:300px;&quot;&gt;









&lt;a name=&quot;R2KU9DHGVV26YK.2115.Helpful.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span&gt;&lt;span class=&quot;votingPrompt&quot;&gt;Was this review helpful to you? &lt;/span&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R2KU9DHGVV26YK/Helpful/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=F5D952F307AA70A19E326136D38ADE7474804B7A&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2KU9DHGVV26YK.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif&quot; width=&quot;35&quot; alt=&quot;Yes&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;a rel=&quot;nofollow&quot; class=&quot;votingButtonReviews&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R2KU9DHGVV26YK/Helpful/-1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=E87AA974B295D9B0558A4841D1C25A58A466E302&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2KU9DHGVV26YK.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif&quot; width=&quot;35&quot; alt=&quot;No&quot; style=&quot;vertical-align:middle;&quot; height=&quot;18&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;span class=&quot;votingMessage&quot;/&gt;&lt;/span&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;float:left;&quot;&gt;&lt;div style=&quot;padding-left:15px;&quot;&gt;&lt;div style=&quot;white-space:nowrap;&quot;&gt;&lt;span class=&quot;tiny&quot;&gt;




&lt;a name=&quot;R2KU9DHGVV26YK.2115.Inappropriate.Reviews&quot; style=&quot;font-size:1px;&quot;&gt; &lt;/a&gt;&lt;span class=&quot;reportingButton&quot;&gt;&lt;nobr&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;reportingButton&quot; href=&quot;http://www.amazon.com/gp/voting/cast/Reviews/2115/R2KU9DHGVV26YK/Inappropriate/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=9984A5FE74220E0122EA4F3505F0222EFEA3DDAE&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2KU9DHGVV26YK.2115.Inappropriate.Reviews&amp;voteSessionID=188-0536542-0182704&quot;&gt;&lt;/a&gt;&lt;/nobr&gt;&lt;/span&gt;
&lt;/span&gt; &lt;span style=&quot;color:#CCCCCC;&quot;&gt;&#124;&lt;/span&gt; &lt;span class=&quot;tiny&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R2KU9DHGVV26YK/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;white-space:nowrap;padding-left:-5px;padding-top:5px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/review/R2KU9DHGVV26YK/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif&quot; width=&quot;16&quot; alt=&quot;Comment&quot; hspace=&quot;3&quot; align=&quot;absmiddle&quot; height=&quot;16&quot; border=&quot;0&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;http://www.amazon.com/review/R2KU9DHGVV26YK/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful&quot; target=&quot;_top&quot;&gt;Comment&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;/&gt;
      &lt;/div&gt;
      &lt;br/&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div style="margin-left:0.5em;">
<div style="margin-bottom:0.5em;">
        0 of 1 people found the following review helpful:
      </div>
<div style="margin-bottom:0.5em;">
        <span style="margin-left: -5px;"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V192240867_.gif" width="64" alt="5.0 out of 5 stars" title="5.0 out of 5 stars" height="12" border="0"/></span><br />
        <b>Literature</b>, <nobr>September 25, 2011</nobr></div>
<div style="margin-bottom:0.5em;">
<div>
<div style="float:left;">By </div>
<div style="float:left;"><a href="http://www.amazon.com/gp/pdp/profile/A1H2OJ051E9043/ref=cm_cr_if_pdp/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"><span style="font-weight: bold;">HeatherMarie</span></a>  &#8211; <a href="http://www.amazon.com/gp/cdp/member-reviews/A1H2OJ051E9043/ref=cm_cr_if_auth_rev/188-0536542-0182704?ie=UTF8&amp;tag=electshop0f-20&amp;linkCode=xm2&amp;sort_by=MostRecentReview" target="_top"></a></div>
</div>
<div style="clear:both;"/>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <span class="crVerifiedStripe"><b class="h3color tiny" style="margin-right: 0.5em;">Amazon Verified Purchase</b><span class="tiny verifyWhatsThis">(<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704" target="AmazonHelp" onclick="amz_js_PopWin('<a href="http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&#039;" rel="nofollow">http://www.amazon.com/gp/community-help/amazon-verified-purchase/188-0536542-0182704&#039;</a>, &#8216;AmazonHelp&#8217;, &#8216;width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1&#8242;);return false; &#8220;>What&#8217;s this?)</span></span>
      </div>
<div class="tiny" style="margin-bottom:0.5em;">
        <b><span class="h3color tiny">This review is from: </span>Literature: Reading and Writing with Critical Strategies (Paperback)</b>
      </div>
<p>The book was in the shape that it was labeled. It was sent on time! it was a great buy.</p>
<div style="padding-top: 10px; clear: both; width: 100%;">
<div style="float:left; padding-right:15px; border-right:1px solid #CCCCCC">
<div style="padding-bottom:5px;"><b class="tiny" style="color:#666666;white-space:nowrap;">Help other customers find the most helpful reviews</b> </div>
<div style="width:300px;">
<p><a name="R2KU9DHGVV26YK.2115.Helpful.Reviews" style="font-size:1px;"> </a><span><span class="votingPrompt">Was this review helpful to you? </span><a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R2KU9DHGVV26YK/Helpful/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=F5D952F307AA70A19E326136D38ADE7474804B7A&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2KU9DHGVV26YK.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-yes-sec-md._V192249951_.gif" width="35" alt="Yes" style="vertical-align:middle;" height="18" border="0"/></a><br />
<a rel="nofollow" class="votingButtonReviews" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R2KU9DHGVV26YK/Helpful/-1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=E87AA974B295D9B0558A4841D1C25A58A466E302&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2KU9DHGVV26YK.2115.Helpful.Reviews&amp;voteSessionID=188-0536542-0182704"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/reviews/btn-no-sec-md._V192249949_.gif" width="35" alt="No" style="vertical-align:middle;" height="18" border="0"/></a> <span class="votingMessage"/></span></p>
</div>
</div>
<div style="float:left;">
<div style="padding-left:15px;">
<div style="white-space:nowrap;"><span class="tiny"></p>
<p><a name="R2KU9DHGVV26YK.2115.Inappropriate.Reviews" style="font-size:1px;"> </a><span class="reportingButton"><nobr><a rel="nofollow" class="reportingButton" href="http://www.amazon.com/gp/voting/cast/Reviews/2115/R2KU9DHGVV26YK/Inappropriate/1/ref=cm_cr_ifvoteyn/188-0536542-0182704?ie=UTF8&amp;token=9984A5FE74220E0122EA4F3505F0222EFEA3DDAE&amp;target=aHR0cDovL3d3dy5hbWF6b24uY29tL3Byb2R1Y3QtcmV2aWV3cy8wMzIxMTEzNDk3L3JlZj1jbV9jcl9pZnZvdGVyZHIvMTg4LTA1MzY1NDItMDE4MjcwND9fZW5jb2Rpbmc9VVRGOCZzdW1tYXJ5PTAmYWxpbmtDb2RlPXhtMiZ0YWc9ZWxlY3RzaG9wMGYtMjAmdj0yJmxpbmtDb2RlPXhtMiZhc2luPTAzMjExMTM0OTcmdHJ1bmNhdGU9NTAwMCZha2lkPUFLSUFKTkxIVFg1VEpGTFJLSExBJnNpZz1malJXT3ljT1dpJTJCJTJGUGw1QW05N3RyTWhEcWZRQ3BWVDFKaVFxNHQ1Y1hsWSUzRCZleHA9MjAxMi0wMi0yM1QxMSUzQTE0JTNBNTRaJmF0YWc9ZWxlY3RzaG9wMGYtMjA&amp;voteAnchorName=R2KU9DHGVV26YK.2115.Inappropriate.Reviews&amp;voteSessionID=188-0536542-0182704"></a></nobr></span><br />
</span> <span style="color:#CCCCCC;">|</span> <span class="tiny"><a href="http://www.amazon.com/review/R2KU9DHGVV26YK/ref=cm_cr_if_perm/?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2" target="_top"></a></span></div>
<div style="white-space:nowrap;padding-left:-5px;padding-top:5px;"><a href="http://www.amazon.com/review/R2KU9DHGVV26YK/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top"><img src="http://g-ecx.images-amazon.com/images/G/01/x-locale/communities/discussion_boards/comment-sm._V192250344_.gif" width="16" alt="Comment" hspace="3" align="absmiddle" height="16" border="0"/></a> <a href="http://www.amazon.com/review/R2KU9DHGVV26YK/ref=cm_cr_if_cmt/188-0536542-0182704?ie=UTF8&amp;ASIN=0321113497&amp;nodeID=&amp;tag=electshop0f-20&amp;linkCode=xm2#wasThisHelpful" target="_top">Comment</a></div>
</div>
</div>
<div style="clear:both;"/>
      </div>
<p></div>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.936 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-22 17:39:11 -->

