Rating:  Summary: Another Friend in the Book Case Review: Good programming books are not rampant. Manning tends to be a great source, however. They've done it again with this book. And, this time, they have the added attraction of a great, adult sense of humour with Shawn Bayern. If you cannot use JSTL with ease after reading this book, then you will be in the minority. I don't know if Bayern makes the hard easy or the easy easy, but it definitely is made easy. I sailed through this book wondering how 400 plus pages could seem like 90 pages. The best thing is that there is a forest for the trees to live in throughout this book. Bayern is a great teacher. I'm going to look at his other book now. Maybe it is good too.
Rating:  Summary: Another Friend in the Book Case Review: Good programming books are not rampant. Manning tends to be a great source, however. They've done it again with this book. And, this time, they have the added attraction of a great, adult sense of humour with Shawn Bayern. If you cannot use JSTL with ease after reading this book, then you will be in the minority. I don't know if Bayern makes the hard easy or the easy easy, but it definitely is made easy. I sailed through this book wondering how 400 plus pages could seem like 90 pages. The best thing is that there is a forest for the trees to live in throughout this book. Bayern is a great teacher. I'm going to look at his other book now. Maybe it is good too.
Rating:  Summary: Pretty good book Review: I have purchased two JSTL books, and this was the best one by far. It is very practical and relevant for day-to-day development work. I'm suprised at how many times I consult it. My only complaints are that 1. the book is a little dry and 2. I would have liked just a little more conceptual framework to hang all the facts on. Still, this book is extremely useful and does what it says it would do.
Rating:  Summary: The best book on JSTL and taglibs! Review: I'm actually awestruck and definitely pleased that Shawn is a developer and writes so well! JSTL is a hot topic these days, especially when it comes to Struts and other JSP Frameworks. Shawn presents an excellent description of JSTL and it's abilities, and stresses how easy it's evaluation language is to use. As a Struts programmer and architect, This book allowed me to see how many of the Struts-tags overlap with the JSTL, and I believe Shawn's work gave me the inspiration and critical knowledge I need to implement JSTL in my future projects. He treats JSTL tags as what they are -- more tools in my toolbox, not a reason to dump what I already know. A note to developers - Be careful with JSTL if you have concerns about MVC architecture, because JSTL crosses the line in a couple of places (sql and xml tags). Shawn addresses this quite well in his book. If you're reading this review, you're probably familiar with, or already programming Struts. This book will most definitely help you stay ahead of the curve and I highly recommend it!
Rating:  Summary: The best book on JSTL and taglibs! Review: I'm actually awestruck and definitely pleased that Shawn is a developer and writes so well! JSTL is a hot topic these days, especially when it comes to Struts and other JSP Frameworks. Shawn presents an excellent description of JSTL and it's abilities, and stresses how easy it's evaluation language is to use. As a Struts programmer and architect, This book allowed me to see how many of the Struts-tags overlap with the JSTL, and I believe Shawn's work gave me the inspiration and critical knowledge I need to implement JSTL in my future projects. He treats JSTL tags as what they are -- more tools in my toolbox, not a reason to dump what I already know. A note to developers - Be careful with JSTL if you have concerns about MVC architecture, because JSTL crosses the line in a couple of places (sql and xml tags). Shawn addresses this quite well in his book. If you're reading this review, you're probably familiar with, or already programming Struts. This book will most definitely help you stay ahead of the curve and I highly recommend it!
Rating:  Summary: Well written book on JSTL Review: Most of the time I don't bother reading books on bleeding edge technology, but I bought this book for several reasons. One, the book is well written with examples. Two, reading the book is much easier than reading the specifications from Sun. Three, it's a good reference book. Having read the servlet and jsp specs from servlet 1 & jsp .9 to the current versions, interpretting the specification can be a challenge. Those who are interested in JSTL and need an environment that is friendly to web designers/HTML coders should consider this book. I used to have a small collection of tech books that were poorly written and useless, but JSTL isn't in that category. The book has already proved it's worth and saved time and needless head scratching.
Rating:  Summary: Very good JSTL book! Review: Review One way to develop dynamic page content on a web application is to use JavaServer Pages technology. This allows you to embed bits of Java code, or scriptlets, within the HTML page. The web server interprets the scriptlet when the page is called and produces the content that is coded. This is all good, but there are common tasks (such as looping) that each developer had to reinvent from scratch each time it was used in a page. To prevent this repetitive coding, a common set of JSP tags were created to allow developers to concentrate on business logic instead of coding structures. This creation is known as the JSP Standard Tag Library (JSTL). That's what this book is all about... The book starts with an examination of how JSP and XML tags come together to form the basis of JSTL. This is followed by a number of chapters that cover the different tags that are used to control branching, flow, text formatting, and other various structures. After the basics of JSTL, the author looks at a number of common tasks encountered by JSP developers and how they would be coded using JSTL. Finally, the book wraps up with reference data needed on a regular basis as you use JSTL, such as the API. The writing is clear and concise, with an abundance of diagrams and code to illustrate the points. The mix of reference, tutorial, and practical examples is perfect, and every developer will be able to use this book in a number of situations. Websphere developers (both web application and portlet development) will get the most out of this book when it comes to the IBM/Lotus world. The use of JSTL will reduce the code complexity of your JSP pages and speed up your development efforts. Conclusion If you are developing JSP pages and haven't looked into the use of the JSTL area, get this book. It will save you time and effort in your coding, and you'll be glad you did.
Rating:  Summary: Very good JSTL book! Review: Review One way to develop dynamic page content on a web application is to use JavaServer Pages technology. This allows you to embed bits of Java code, or scriptlets, within the HTML page. The web server interprets the scriptlet when the page is called and produces the content that is coded. This is all good, but there are common tasks (such as looping) that each developer had to reinvent from scratch each time it was used in a page. To prevent this repetitive coding, a common set of JSP tags were created to allow developers to concentrate on business logic instead of coding structures. This creation is known as the JSP Standard Tag Library (JSTL). That's what this book is all about... The book starts with an examination of how JSP and XML tags come together to form the basis of JSTL. This is followed by a number of chapters that cover the different tags that are used to control branching, flow, text formatting, and other various structures. After the basics of JSTL, the author looks at a number of common tasks encountered by JSP developers and how they would be coded using JSTL. Finally, the book wraps up with reference data needed on a regular basis as you use JSTL, such as the API. The writing is clear and concise, with an abundance of diagrams and code to illustrate the points. The mix of reference, tutorial, and practical examples is perfect, and every developer will be able to use this book in a number of situations. Websphere developers (both web application and portlet development) will get the most out of this book when it comes to the IBM/Lotus world. The use of JSTL will reduce the code complexity of your JSP pages and speed up your development efforts. Conclusion If you are developing JSP pages and haven't looked into the use of the JSTL area, get this book. It will save you time and effort in your coding, and you'll be glad you did.
Rating:  Summary: Excellent Work Review: The thing I really liked about the book was lots of examples, that clearly explain the concepts and usage of JSTL. Highly recommend it to anyone who wants to learn and understand JSTL without lot of effort!
Rating:  Summary: Excellent Work Review: The thing I really liked about the book was lots of examples, that clearly explain the concepts and usage of JSTL. Highly recommend it to anyone who wants to learn and understand JSTL without lot of effort!
|