Jakarta Struts Pocket Reference
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Jakarta Struts Pocket Reference | |||||||||||||||||||||||||||||
|
Web tier frameworks have soared in popularity over the past year or so due to the increasing complexity of Java itself, and the need to get more work done with fewer resources. Developers who used to spend hours and hours writing low-level features can use a well-written framework to build the presentation tier so they start coding the "good stuff" sooner--the business logic at the core of the program. The Jakarta Struts Framework is one of the most popular presentation frameworks for building web applications with Java Servlet and JavaServer Pages (JSP) technologies. If you work with the Struts Framework, then you know it speeds development time. You also know that many of its features are made up of components that are used repeatedly. Having to stop to check each component's parameters and programming details can be a time waster. The answer? The Jakarta Struts Pocket Reference. This portable book gives you easy access to the facts you need to get your job done. The Jakarta Struts Pocket Reference is a quick reference to all the core features of the Jakarta Struts framework. An excellent companion to Programming Jakarta Struts, the pocket reference contains detailed information on the extensive Struts tag libraries, which were described in less detail in the larger work as they were still in development at that time. This little book also provides convenient coverage of the following:
|
|||||||||||||||||||||||||||||
|
The Jakarta Struts Pocket Reference is a quick reference to all the core features of the Jakarta Struts framework. An excellent companion to Programming Jakarta Struts, the pocket reference contains detailed information on the extensive Struts tag libraries, which were described in less detail in the larger work as they were still in development at that time. This little book also provides convenient coverage of the following:
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 10 of 10 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 01-20-05 | 5 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
If the reader is not completely new to Struts, this book with the examples zipped with the Struts framework might be enough to develop a Struts based application.
The book has two main parts: Intro to the usage of Struts and its most important components. (35 pages) This part is quite good in relation to its size. The Validator framework could get more space. Tag Reference. (85 pages) Includes many short examples. Tiles are also included. (Review Data Last Updated: 2007-09-07 18:31:46 EST)
|
|||||||||||||||||||||||||||||
| 01-20-05 | 5 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
If the reader is not completely new to Struts, this book with the examples zipped with the Struts framework might be enough to develop a Struts based application.
The book has two main parts: Intro to the usage of Struts and its most important components. (35 pages) This part is quite good in relation to its size. The Validator framework could get more space. Tag Reference. (85 pages) Includes many short examples. Tiles are also included. (Review Data Last Updated: 2008-10-08 04:38:13 EST)
|
|||||||||||||||||||||||||||||
| 01-19-05 | 5 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
If the reader is not completely new to Struts, this book with the examples zipped with the Struts framework might be enough to develop a Struts based application.
The book has two main parts: Intro to the usage of Struts and its most important components. (35 pages) This part is quite good in relation to its size. The Validator framework could get more space. Tag Reference. (85 pages) Includes many short examples. Tiles are also included. (Review Data Last Updated: 2007-04-11 08:25:27 EST)
|
|||||||||||||||||||||||||||||
| 06-07-04 | 4 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Covers all of the bare bones and some of the guts of the topic in 125 pages. Not for complete beginners, but if youve read the limited docs on the web then this is the next step. Covers web and config xml in just enough detail, explains, form beans, beans in general, actions validation. The tag reference is 70/125 pages which makes sense as this so important to a struts app. Does justice to the html and logic tags. Great size for the desk or train. More books should be in this cut down format - it stops the authors rambling and gets to the point. for USD-10 you cant go wrong. Well edited - no mistakes. I got this with another (not as good but bigger) struts book and the two complement quite well. Go for it.
(Review Data Last Updated: 2007-07-10 19:04:51 EST)
|
|||||||||||||||||||||||||||||
| 05-03-04 | 5 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have at least four separate struts books, and this is the one I keep turning to whenever I have a question about syntax or properties. It lists them all, starting each tag libraries section with a description of common attributes. It then goes into the separate tags in each library and their specific attributes, with example usage. The tag references I've seen in other books were no where near as complete as what is inside this one.
This book also includes notes on the usage of different action types, action forms, etc. All in all, an excellent reference. (Review Data Last Updated: 2007-07-10 19:04:51 EST)
|
|||||||||||||||||||||||||||||
| 05-02-04 | 5 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have at least four separate struts books, and this is the one I keep turning to whenever I have a question about syntax or properties. It lists them all, starting each tag libraries section with a description of common attributes. It then goes into the separate tags in each library and their specific attributes, with example usage. The tag references I've seen in other books were no where near as complete as what is inside this one.
This book also includes notes on the usage of different action types, action forms, etc. All in all, an excellent reference. (Review Data Last Updated: 2006-11-19 08:26:57 EST)
|
|||||||||||||||||||||||||||||
| 02-18-04 | 5 | 0\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I am new to struts and was very happy with how easy this book is to find information quickly in.
(Review Data Last Updated: 2006-07-07 08:24:00 EST)
|
|||||||||||||||||||||||||||||
| 01-18-04 | 4 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Review
I recently worked my way through a Struts tutorial and really liked the approach for building web applications. However, the Struts architecture has a lot of configuration files and standard components that are interrelated when building an application. It's difficult to keep all the pieces in the right place in your mind as you're first coding with Struts. This is where the Jakarta Struts Pocket Guide comes into play. The authors use a straightforward, documentation style of writing to give you just the core information on all the pieces that make up the Struts architecture. There's no conversational instruction on how to use or how to learn Struts. It is assumed you have the basic knowledge and need to understand the details of each piece. The format usually shows a piece of Java or XML code, explains what that piece does, and then documents each parameter that comes into play. So instead of wading through 50 pages of a book to figure out the web.xml file, you can find the core information here in six pages. You may need additional resources if you want to learn more about a particular feature, but this book will quickly show you that the feature exists and what it is meant to do. If you're looking to learn Struts for the first time, hold off on this book until you've gone through a learning guide of some sort (like Programming Jakarta Struts by Chuck Cavaness). You'll need that level of instruction to get up to speed on the architecture. Once you have that down, you'll be able to use the pocket guide to find answers to your day-to-day questions on how the different parts work. Conclusion (Review Data Last Updated: 2007-07-10 19:04:51 EST)
|
|||||||||||||||||||||||||||||
| 01-17-04 | 4 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Review
I recently worked my way through a Struts tutorial and really liked the approach for building web applications. However, the Struts architecture has a lot of configuration files and standard components that are interrelated when building an application. It's difficult to keep all the pieces in the right place in your mind as you're first coding with Struts. This is where the Jakarta Struts Pocket Guide comes into play. The authors use a straightforward, documentation style of writing to give you just the core information on all the pieces that make up the Struts architecture. There's no conversational instruction on how to use or how to learn Struts. It is assumed you have the basic knowledge and need to understand the details of each piece. The format usually shows a piece of Java or XML code, explains what that piece does, and then documents each parameter that comes into play. So instead of wading through 50 pages of a book to figure out the web.xml file, you can find the core information here in six pages. You may need additional resources if you want to learn more about a particular feature, but this book will quickly show you that the feature exists and what it is meant to do. If you're looking to learn Struts for the first time, hold off on this book until you've gone through a learning guide of some sort (like Programming Jakarta Struts by Chuck Cavaness). You'll need that level of instruction to get up to speed on the architecture. Once you have that down, you'll be able to use the pocket guide to find answers to your day-to-day questions on how the different parts work. Conclusion (Review Data Last Updated: 2006-07-07 08:24:00 EST)
|
|||||||||||||||||||||||||||||
| 09-21-03 | 5 | 1\12 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Explain all details about Struts, easy to understand and to apply in real proyects.
(Review Data Last Updated: 2007-07-10 19:04:51 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 10 of 10 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |