Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
53 used & new from $3.02

Have one to sell? Sell yours here
 
   
Tell a Friend
Programming Jakarta Struts, 2nd Edition
 
See larger image
 
Are You an Author or Publisher?
Find out how to publish your own Kindle Books
 
  

Programming Jakarta Struts, 2nd Edition [ILLUSTRATED] (Paperback)

by Chuck Cavaness (Author)
3.3 out of 5 stars  (76 customer reviews)

List Price: $44.95
Price: $29.67 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.28 (34%)
Special Offers Available
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 5 left in stock--order soon (more on the way).

Want it delivered Tuesday, July 22? Choose One-Day Shipping at checkout. See details

53 used & new available from $3.02
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.
Also Available in: List Price: Our Price: Other Offers:
Paperback (1) $39.95 $31.16 32 used & new from $0.01
 
   

Special Offers and Product Promotions
  • Save $10 when you spend $50 and pay with Bill Me Later. The fast and convenient way to buy without using your credit card. Offer limited to items purchased from Amazon.com between July 14, 2008 and July 21, 2008. One per customer account. Enter code BMLSAVES at checkout. Here's how (restrictions apply)

Best Value

Buy Jakarta Struts Pocket Reference and get Programming Jakarta Struts, 2nd Edition at an additional 5% off Amazon.com's everyday low price.

Jakarta Struts Pocket Reference Programming Jakarta Struts, 2nd Edition Buy Together Today: $38.14


Customers Who Bought This Item Also Bought

Spring in Action

Spring in Action by Craig Walls

4.0 out of 5 stars (51)  $31.49
JavaServer Pages, 3rd Edition

JavaServer Pages, 3rd Edition by Hans Bergsten

3.4 out of 5 stars (14)  $29.67
Jakarta Struts Cookbook

Jakarta Struts Cookbook by Bill Siggelkow

4.2 out of 5 stars (14)  $32.81
Java Persistence with Hibernate

Java Persistence with Hibernate by Christian Bauer

3.9 out of 5 stars (46)  $37.79
Struts: The Complete Reference, 2nd Edition (Complete Reference Series)

Struts: The Complete Reference, 2nd Edition (Complete Reference Series) by James Holmes

4.5 out of 5 stars (50)  $31.49
Explore similar items : Books (50)

Editorial Reviews
Amazon.com
If you've adopted Java as your organizational language, you're probably using, or planning to use, some sort of multitier design to maximize maintainability while making your data store accessible to as many applications as possible. The Jakarta engine ranks as the interface server of choice in that environment, and the Jakarta Struts Framework 1.1 makes it far easier to implement multitier information systems. Programming Jakarta Struts is the best how-to documentation around--in print or on the Internet--on the subject of using Struts to their greatest potential. Chuck Cavaness's book is comprehensive, detailed, critical of its subject where appropriate, and generally invaluable to anyone implementing the Model-View-Controller (MVC) design pattern in Java with the assistance of Struts.

Thankfully, Cavaness opens with an overview of the MVC pattern with a focus on how you're meant to implement it under Struts. For anyone thinking that implementing MVC sounds like more trouble than it's worth, this clarifies why such design usually pays off in the long run. After that, it's into the particulars, which include code listings (lots of them, delightfully commented) and crystal-clear block diagrams that show the flow of messages among objects. There are also many database schema charts that show how the authors structure data in the storefront and shopping cart application that spans the whole of this volume. --David Wall

Topics covered: The Jakarta Struts Framework 1.1 and how to use it to implement the Model-View-Controller (MVC) software design pattern. All the important features of Struts 1.1 get attention, including exception handling, the validation framework, internationalization, logging, and templating with the Tiles framework. --This text refers to an out of print or unavailable edition of this title.

Product Description
While the look and feel of an enterprise web application is certainly important, developers usually find themselves spending far too much time on the front-end presentation before they can get to coding the good stuff--the business logic at the heart of the program. Jakarta Struts addresses this issue by combining Java Servlets, Java ServerPages (JSP), custom tags, and messaging resources (like Java Message Service) into a unified, re-usable framework. The result is a cooperative, synergistic platform that's efficient and suitable for independent developers, large development teams, and everyone in between. The Struts Framework has become a highly popular open source project, but there's still woefully little documentation on the technology. What does exist is far too basic and lacks critical information for developers like you writing today's complex web applications. The revised and expanded Programming Jakarta Struts, 2nd Edition covers everything the successful earlier edition did--including an overview of the concepts involved in writing web applications; installation and configuration instructions for getting Struts up and running; a thorough discussion of how Struts implements the Model-View-Controller (MVC) design paradigm (known as the Model 2 approach) and how to interface with that pattern in your own applications; Logging, Validation, and Exception Handling with Struts; using Tiles; writing internationalization and localization code using Struts; and practical, real-world best practices for web applications--as well as plenty more: now fully up to date with Struts 1.1, this edition covers the latest material