Skip to content
Scan a barcode
Scan
Hardcover Struts Survival Guide: Basics to Best Practices Book

ISBN: 0974848808

ISBN13: 9780974848808

Struts Survival Guide: Basics to Best Practices

Select Format

Select Condition ThriftBooks Help Icon

Recommended

Format: Hardcover

Condition: Very Good

$10.69
Save $4.26!
List Price $14.95
Almost Gone, Only 1 Left!

Book Overview

No Synopsis Available.

Customer Reviews

5 ratings

PDF version of this book available for Free

I am the author and publisher of this book. This is an informational entry to let everybody know that the PDF version of this book is available free from the Publisher ObjectSource LLC - http://www.objectsource.com While you are there, also grab goodies such as companion workbook for the Struts Survival Guide.

Tons of valuable advice

I am avid reader. This is my third Struts book. I went for it since my opinion was "it is inexpensive what the heck". Boy! was I in for a surprise or what...Since I knew Struts already, I skimmed through the initial introductory chapters. I found some good advice that no other Struts book/online materials offered me so far. Here are some I found (in)valuable:1) Action Chaining2) The right way to use Image Buttons for Form Submission 3) Some good JSTL and Struts-EL stuff4) A great Page Traversal framework.5) Using Pager Taglib with Struts6) An expert treatise of Exception Handling that goes far beyond "Here is how you confugure exception in struts-config.xml" and tells a) When to use Struts declarative exception handling and when not to b) How Struts exception handling complements Servlet exception handling c) How to log exceptions in a customer-support friendly way so that they can be cross referenced? d) How to prevent duplicate logging? e) Strategies for centralized logging f) Reporting exceptions7) Customizing Struts to get some real benefits out of it such as: a) How to fill the gap between ImageButton and DispatchAction, that's so missing b) Controlling duplicate form submission in a generic manner rather than dealing with it in a per form basis c) A pageflow controller d) A like functionality when images are used for the cancel button

Best book to come upto speed with Struts

After having worked almost entirely with back end for nearly 4 years, I am having my second take at web tier development with J2EE. Things have changed a lot since my last stint. I found myself using Struts. I picked this book because of some of the positive reviews for this book. Plus the lead developer on our project asked me to read this book. This book turned out to be a good one.I especially liked the Chapter 1 that made a case for Struts very well. By the end of Chapter 2 and 3 I found myself writing simple Struts applications. Chapter 4 had some intermediate level stuff like Struts Actions and some practical advices on using Struts. I was pretty surprised since this book took me to an intermediate stage in a new technology (for me) in just under 40 pages.Chapter 6 is pretty cool. It talks about quite a bit of advanced tag stuff like 1) customizing image button tags to isolate the Action changes 2) JSTL and Struts-EL3) A good scheme for multi page navigation (prev, next etc) when the result set is quite large (I am itching to use this at work)4) Using Pager Taglib with Struts5) Editing Form with tables.One small grouse I have regarding this chapter is that it made me refer back to Struts project doucmentation. The chapter states that in the begining that it doesnt repeat tag related docs available publicly. I think it would have been good if all tag info was in the book (even if it was repetition). This chapter is targetted to working developers. For a beginer like me, it took a while to digest this. But once I was through it, it is good.Chapter 9 is pretty heady stuff. Exception handling in combination with Struts is covered to the last detail. What I liked about the chapter is that, it talks about the exception handling not just from a Struts application but at the system level. Having developed ejb aplications myself and had to pass on exceptions to web tier, I very much appreciate the picture presented in this chapter. I call it "my concise guide to better production support". The chapter is a dense read however.Chapter 10 seems to be another goodie. I havent had time to read it yet, but I find the lead developer in our project using some stuff out of this chapter to develop to develop framework in our project.Overall I must say, I am very pleased with this book. A lot of us are in hurry to come upto speed with new technology and dont have time to read thick books on Struts that start with introduction to J2EE Servlet specification. This book was such a relief. I recommend it to anybody starting on Struts.

A MUST read for every Struts developer

I started reading the ebook version with some skeptisicm as the book is from a first time Publisher. My view has changed since then remarkably. As I read the ebook, I was impressed by the practical coverage in this book - which also convinced me to buy the printed book. The book has some typos but they are really minor and did not distract me much and neither has prevented me from giving five stars to this book. The book was best value for my money It manages to do justice to Struts and its best practices in a short 225 page and costs just 14.95. The book deserves its subtitle "Basics to Best Practices".Doesnt matter if you are a beginer or an expert in Struts - You will find this book useful.The book starts off with an excellent introduction to MVC and how Struts fits into MVC. It then explains the basics of Struts very well and develops a hands-on application in Struts.The fun starts from Chapter 4 onwards.Chapter 4 covers advanced Struts concepts and presents some interesting ideas about Struts Action design.Chapter 6, 9 and 10 were killer stuff. I have three other Struts books with me, yet I found these chapters totally novel concepts found nowhere else.For example, Chapter 6 explained how to modify the Struts BaseTag, CheckboxTag to handle some scenarios where they dont work out-of-the-box. It provided a thorough coverage of Struts Form submissions with Image Buttons. I was doing it wrong all these time!!. Chapter 6 also covered JSTL and how to use Struts-EL. Probably the crown jewel(s) from Chapter 6 are:a) How to handle editable List based Formsb) How to handle Multi page read only lists (by integrating the popular Pageer Taglib from jsptags.com with Struts)c) A high-performance page traversal framework mechanismChapter 7 covers Tiles. Coverage of Tiles elsewhere I read on the net try to cover every feature in Tiles - many of which confuse me. This book sticks to just one way of using Tiles - which I think is the best way to use Tiles.Chapter 9 is about Exception handling with Struts. I have one word to say "Fantastic" !!! The coverage of Exception handling alone is probably worth the price of the book. It provides a solid framework to handle Exceptions in Struts, log them in a centralized manner and report and alert in a production environment. I plan to use this framework AS IS in the project I am currently working on. Most other books on Struts limit their exception chapter to explaining differences between Checked v/s Unchecked exceptions and telling how the tags work in the struts-config.xml.Chapter 10 is for folks who want to customize Struts and reap its benefits in design and development of production systems. It presents three of four examples of how Struts can be effectively customized. The best among them was how to how to handle duplicate form submissions in a generic manner. We all have to deal with duplicate form submissions in daily life and handle them on usecase basis by using the Synchronizer tokens. The technique illust

It rocks

I must start by disclosing that I was a beta reader for the first three chapters. By beta reader, I mean - I did not know Struts before I started with this book. Beta reader was a concept that the author introduced to me as it differs from a reviewer. Reviewer is one who knows the technology already and is helping to verify if there are errors in the book.Beta reader is a beginner who is new to the book's theme and reads the book from learning point of view. My input from a beginner's perspective has gone into shaping the first three chapters. Within reading the first five chapters of this book - 115 pages in total, I knew all the important things in Struts I needed to confidently and successfully develop Struts application. The style of writing is easy read. And you feel that the author is explaining about Struts in person. It goes smoothly without any bumps. I used the initial five chapters to overcome the learning curve to come up to speed with Struts. After I learnt Struts from the first five chapters, I moved on to read Struts documentation available at the Struts web site. When this book was later completed by the author, I came back and reviewed the rest of the book in another week. Reviewed is a wrong choice of word - Learnt is the right one since from what I found, this book does not repeat any stuff available freely. I learnt Tiles from the Chapter 7 in this book. I also went "Aha" on Chapter 6, 9 and 10 as they revealed some great strategies that are not available anywhere else. I plan to use them right away on the project I am working Overall this is a great practical book. At $14.95 it rocks!! I would have bought it even if it was $25.00, but I got a free copy as I was a beta reader. The industry really needs this book.
Copyright © 2024 Thriftbooks.com Terms of Use | Privacy Policy | Do Not Sell/Share My Personal Information | Cookie Policy | Cookie Preferences | Accessibility Statement
ThriftBooks® and the ThriftBooks® logo are registered trademarks of Thrift Books Global, LLC
GoDaddy Verified and Secured