Start reading Learning Jakarta Struts 1.2 on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
Learning Jakarta Struts 1.2: a concise and practical tutorial
 
 

Learning Jakarta Struts 1.2: a concise and practical tutorial [Kindle Edition]

Stephan Wiesner
1.0 out of 5 stars  See all reviews (2 customer reviews)

Digital List Price: £14.41 What's this?
Print List Price: £21.99
Kindle Price: £11.53 includes VAT* & free wireless delivery via Amazon Whispernet
You Save: £10.46 (48%)
Unlike print books, digital books are subject to VAT.

Formats

Amazon Price New from Used from
Kindle Edition £11.53  
Paperback £20.89  

Product Description

Product Description

The book sets out to get Java developers up to speed and confident with Struts as quickly as possible. It does not explain every feature in Struts, but takes a logical path through the essential information, with the emphasis on practical applications. This book is written for Java developers planning to develop web applications, who are new to Struts. It expects familiarity with Java, JSP and Servlets to a degree, although more obscure elements are explained. It covers Struts 1.2.

About the Author

Stephan Wiesner was born in October 1973 in L¿neburg, Germany. He graduated in business informatics in 2003. He got introduced to Struts during his studies. He didn't understand the official documentation for Struts and therefore started to develop his own documentation. Feedback from all over the world encouraged him and finally he published it as a book. He currently lives and works in Lucerne, Switzerland, as a QS consultant and test manager.

Product details

  • Format: Kindle Edition
  • File Size: 1735 KB
  • Print Length: 220 pages
  • Publisher: Packt Publishing (26 Aug 2005)
  • Sold by: Amazon Media EU S.à r.l.
  • Language English
  • ASIN: B00652JDDW
  • Text-to-Speech: Enabled
  • Average Customer Review: 1.0 out of 5 stars  See all reviews (2 customer reviews)
  •  Would you like to give feedback on images?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Customer Reviews

5 star
0
4 star
0
3 star
0
2 star
0
Most Helpful Customer Reviews
3 of 3 people found the following review helpful
Poor in all aspects 4 Aug 2006
Format:Paperback
Though I have a good knowledge of Java, JSP, Servlets, ..., I do not know anything about struts. So, I bought this book for the claims it makes, i.e. a coincise and practical tutorial. I did spend quite sometime to try to understand it. Only the first example worked (Shop1). The second example failed and I got stuck. No matter how much time I spent it just did not work. I downloaded the example codes and they did not work either. I tried to reach the author and publisher, but I failed to get any reply from either of them.

Simply, waste of time and money.
Comment | 
Was this review helpful to you?
Format:Paperback
When I came across the first errors in the program listings in the book I thought it was some clever way to teach me struts by making my hunt down bugs. I'm from a programming background so I thought fair enough. However the book is littered with bugs and errors in the listings and it gets a bit tedious trying to sort them out. The other issue is that the author explains something once, then vaguely refers to it again later expecting you to understand his vague directions, thankfully I know some Struts developers who point me in the right direction, otherwise I'd be stuck. All in all not a good introduction to the world of Struts. Give me ASP.NET any day if Struts really is this difficult.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  5 reviews
7 of 8 people found the following review helpful
Defeats its own goals 25 April 2006
By Neil Roberts - Published on Amazon.com
Format:Paperback
The author goes in to some detail about the philosophy of the book, how he intends to present it as a "action" oriented book, rather than a list of instructions. That's fine, but the actions that he presents are terrible.

I bought this book mostly to see what's changed since Struts 1, which is what I'm familiar with. I'm somewhat familiar with Struts 1.1, I've messed with DynaActionForm and some of the new validation features. So I know what Struts is capable of... and it's not this.

Struts is an excellent controller (the C in MVC), and it has a lot of really handy tags that you can use in your JSP pages. Where the author completely misses the mark is that he concentrates so heavily on the tags and very little on what makes Struts really powerful... its controller. That's not to say that he only concentrates on tags, he goes into great detail about integrating a database, writing a properties singleton, and other garbage that has nothing to do with struts.

He frequently uses a jsp page as the URL to visit to access a page. A good Struts implementation should rely COMPLETELY on Struts as its controller. This means that all of his pages should have been *.do pages. Not only does this allow for pre-render logic, but it means that you can switch out what JSP page you want to use without having to change your URL. It's pretty much the foundation of struts, and yet it's completely lost here.

Another thing I found missing was action-specific forwards. His action tags were almost all single, closed <action/> tags with no content in between. He opted instead to use global forwards for everything.

I'm not a genius, I obviously have something to learn about Struts if I'm still buying books. But Struts is about making things clean, abstracting the Model 1 grossness that JSPs introduced. This book is a piecemeal organization of some capabilities of Struts. Not only is this book lacking on any high-level struts capabilities, but I think it actually teaches bad programming.
6 of 7 people found the following review helpful
Does well to get you quickly coding in Struts... 24 Sep 2005
By Thomas Duff - Published on Amazon.com
Format:Paperback
If you already have a Java background and are looking to learn how to use Struts for web apps, a good concise tutorial title would be Learning Jakarta Struts 1.2 by Stephan Wiesner.

Contents: Introduction to Struts; Hello Struts; The Struts Shop; Internationalization and Taglibs; Logging and Configuration; Forms; Logic; Exceptions; Controller and Templates; Putting It All Together; Struts Validator and Plug-In Classes; JSTL; Tools and Tricks; Solutions; Glossary; Literature; Index

This is a 200 page tutorial that assumes a basic background in your IDE of choice and Java in general. It's written well, but there's not a lot of hand-holding going on. The author dives right in and brings you up to speed on the concepts you need to know to work with Struts. The associated platform choices are all open source (like Tomcat and MySQL), so it won't cost you anything to get started. Conversely, the coverage of these other software packages aren't covered in great detail. You're told where you can download the software, and quickly how to install it. If you have problems, you'll probably need to check out other sources to fix them. The book follows a common development project throughout (a book store application), so it does a nice job of building on itself as it goes along. Couple that with the exercises sprinkled throughout the book, and you should be able to learn enough to become competent on the basics. For long-term Struts work, you'll probably want to get a Struts reference book or check out the project website. Still, as a first book to learn by doing, Learning Jakarta Struts fairs well...
4 of 6 people found the following review helpful
A welcome introductory book to Struts 30 Oct 2005
By Andrew Monkhouse - Published on Amazon.com
Format:Paperback
I enjoyed this book, both Mr. Wiesner’s style of writing, and the way topics were introduced. The chapters are easy to read, and I never felt I was being lectured to. In addition, Mr. Wiesner has kept information relevant to the topic at hand without digressing into background information that might confuse newcomers. From as early as the second chapter you are developing in Struts, using a simple internationalization example. The chapters gradually build up from there, each one introducing new concepts in easy to read sections. By the end of the book, you will have created a simple bookstore application.

Mr. Wiesner assumes knowledge of Java, JSP, and Servlets, and expects you to have set up your JDK, Web Container, and Database before beginning. With this rudimentary knowledge, his introduction to Struts makes sense and examples are given demonstrating the differences between calling standard Java code from within a JSP and using the Struts equivalents.

My only complaints with this book are that the downloadable source code has not been converted into English (while the source code in the book has been) - this does not cause a major problem since the downloadable code is still very readable, but it does mean that the downloadable code does not exactly match the published code. Another issue is that the errata page does not appear to be regularly updated.

All in all, a very good book, and a welcome introductory book to Struts.
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Look for similar items by category


Look for similar items by subject


Amazon Media EU S.à r.l. GB Privacy Statement Amazon Media EU S.à r.l. GB Delivery Information Amazon Media EU S.à r.l. GB Returns & Exchanges