<?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 on: Pro JSP 2, Fourth Edition</title>
	<atom:link href="http://www.vyrlmkt.com/94-pro-jsp-2-fourth-edition.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vyrlmkt.com/94-pro-jsp-2-fourth-edition.html</link>
	<description></description>
	<lastBuildDate>Mon, 31 May 2010 17:53:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J. Fernandez</title>
		<link>http://www.vyrlmkt.com/94-pro-jsp-2-fourth-edition.html#comment-213</link>
		<dc:creator>J. Fernandez</dc:creator>
		<pubDate>Mon, 31 May 2010 13:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.vyrlmkt.com/94-pro-jsp-2-fourth-edition.html#comment-213</guid>
		<description>This book is somewhat of an amalgamation between two other Apress books, &quot;Beginning JSP 2: From Novice to Professional&quot;, and &quot;Foundations of JSP Design Patterns&quot;, however there is more information in those two books in regards to their respective topics, and this book has much more detail in topics those other two books do not address.
&lt;br /&gt;
&lt;br /&gt;While this book is designated for intermediate to advanced developers, it could be used as an all-in-one for a novice if they have decent Java knowledge and are able to read at a relaxed pace. I found chapter quality to be consistently good. The provided examples are useful and expertly selected (not too short, not too long).
&lt;br /&gt;
&lt;br /&gt;Topics discussed include JSP page &quot;anatomy&quot;, servlets, expression language, the standard tag library (JSTL), a surprisingly concise and well done chapter on JavaServer Faces (JSF), custom tag development both from a legacy and modern approach, data access, filtering, security, performance, scalability, web application design and best practices, and Struts.
&lt;br /&gt;
&lt;br /&gt;The majority of topics are discussed in great detail. Some of the more detailed topics such as performance and scalability have as much detail as could be expected in a non-specialized book and at the very least provide you with information on where to learn more about the topic.
&lt;br /&gt;
&lt;br /&gt;I have been working with JSP and JSF for 2 years and I found this book useful to fill in some knowledge gaps. I recommend it without reservation.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>This book is somewhat of an amalgamation between two other Apress books, &#8220;Beginning JSP 2: From Novice to Professional&#8221;, and &#8220;Foundations of JSP Design Patterns&#8221;, however there is more information in those two books in regards to their respective topics, and this book has much more detail in topics those other two books do not address.</p>
<p>While this book is designated for intermediate to advanced developers, it could be used as an all-in-one for a novice if they have decent Java knowledge and are able to read at a relaxed pace. I found chapter quality to be consistently good. The provided examples are useful and expertly selected (not too short, not too long).</p>
<p>Topics discussed include JSP page &#8220;anatomy&#8221;, servlets, expression language, the standard tag library (JSTL), a surprisingly concise and well done chapter on JavaServer Faces (JSF), custom tag development both from a legacy and modern approach, data access, filtering, security, performance, scalability, web application design and best practices, and Struts.</p>
<p>The majority of topics are discussed in great detail. Some of the more detailed topics such as performance and scalability have as much detail as could be expected in a non-specialized book and at the very least provide you with information on where to learn more about the topic.</p>
<p>I have been working with JSP and JSF for 2 years and I found this book useful to fill in some knowledge gaps. I recommend it without reservation.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarif Alimov</title>
		<link>http://www.vyrlmkt.com/94-pro-jsp-2-fourth-edition.html#comment-212</link>
		<dc:creator>Zarif Alimov</dc:creator>
		<pubDate>Mon, 31 May 2010 10:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.vyrlmkt.com/94-pro-jsp-2-fourth-edition.html#comment-212</guid>
		<description>Java&#039;s web technology has always been my fascination. This book opened up a whole new perspective on Java and JSP for me. 
&lt;br /&gt;The book that I truly started learning JSP with is &quot;More Servlets and Java Server Pages&quot; by Marty Hall. That book breaks down piece by piece how it all works. It&#039;s a really great book. &quot;Pro JSP&quot; shows you how to exploit that knowledge to turn it into something truly useful. If you are a Java web developer you know that Java web applications can be slow and clumsy. Have you ever wondered how the sites like Amazon are written in Java and can handle millions of hits a day? Well, that book explains the technology behind those kinds of applications. 
&lt;br /&gt;The book makes very extensive use of EL (not something I am very fond of). It shows you how far you can go with JSTL by utilizing it in creating Java Server Faces. So it doesn&#039;t just tell you how amazing JSTL is because it can connect to a MySQL db from a jsp page (I mean maybe hardcore PHP programmers would find that feature cool. I don&#039;t). As far a JSF, the book shows very clearly how to do it. And you can easily try it out on your server. Still I do not believe the book does a good job providing examples of when you would really need the JSF technology. It&#039;s pretty much up to the reader&#039;s imagination. The book does a good job breaking down the use of managed beans in the context of JSF. 
&lt;br /&gt;I think the coolest chapter of the book is the chapter on filters. Let me tell you I still have hard time comprehending the entire filtering technology in JSP. It&#039;s a really advanced topic. I had no idea you could control users&#039; requests to that extent. The book shows graphs on how requests to your web application travel through layers of filters. So it&#039;s really clear as to when you need a filter in your applications. And it&#039;s not hard to figure out how to optimize your application&#039;s performance using filters.
&lt;br /&gt;I can really go forever, so I will stop here and let you see the rest for yourself.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>Java&#8217;s web technology has always been my fascination. This book opened up a whole new perspective on Java and JSP for me.<br />
<br />The book that I truly started learning JSP with is &#8220;More Servlets and Java Server Pages&#8221; by Marty Hall. That book breaks down piece by piece how it all works. It&#8217;s a really great book. &#8220;Pro JSP&#8221; shows you how to exploit that knowledge to turn it into something truly useful. If you are a Java web developer you know that Java web applications can be slow and clumsy. Have you ever wondered how the sites like Amazon are written in Java and can handle millions of hits a day? Well, that book explains the technology behind those kinds of applications.<br />
<br />The book makes very extensive use of EL (not something I am very fond of). It shows you how far you can go with JSTL by utilizing it in creating Java Server Faces. So it doesn&#8217;t just tell you how amazing JSTL is because it can connect to a MySQL db from a jsp page (I mean maybe hardcore PHP programmers would find that feature cool. I don&#8217;t). As far a JSF, the book shows very clearly how to do it. And you can easily try it out on your server. Still I do not believe the book does a good job providing examples of when you would really need the JSF technology. It&#8217;s pretty much up to the reader&#8217;s imagination. The book does a good job breaking down the use of managed beans in the context of JSF.<br />
<br />I think the coolest chapter of the book is the chapter on filters. Let me tell you I still have hard time comprehending the entire filtering technology in JSP. It&#8217;s a really advanced topic. I had no idea you could control users&#8217; requests to that extent. The book shows graphs on how requests to your web application travel through layers of filters. So it&#8217;s really clear as to when you need a filter in your applications. And it&#8217;s not hard to figure out how to optimize your application&#8217;s performance using filters.<br />
<br />I can really go forever, so I will stop here and let you see the rest for yourself.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

