Cart
Free Shipping in Australia
Proud to be B-Corp

Struts Kick Start James Turner

Struts Kick Start By James Turner

Struts Kick Start by James Turner


$24.39
Condition - Very Good
Out of stock

Summary

Solid coverage of the Struts framework and how it relates to JSP, including the latest updates in Struts 1.1.

Struts Kick Start Summary

Struts Kick Start by James Turner

Learn to build applications with Jakarta Struts, the most popular JSP development framework. Struts Kick Start is a "hands-on" book filled with sample applications and code snippets you can reuse, and in-depth coverage of new features in Struts 1.1. If you are looking for a practical book that "shows you how to do it", then Struts Kick Start is for you. Plus, it's the first Struts book with detailed examples of the major Struts tags.

The book begins with a discussion of Struts and its Model-View-Controller (MVC) architecture. The authors' then demonstrate Struts' power through the development of a non-trivial sample application - covering all the Struts components in a "how to use them" approach. You'll also see the Struts Tag Library in action - use tags for HTML, javabeans, logical operations and more. You'll learn to use Struts with JBoss for EJB's, with Apache Axis to publish and use Web Services, and with JUnit for testing and debugging. The authors work with the latest Struts 1.1 features including DynaForms, Tiles and the Validator.

The book includes a CD-ROM containing the tools discussed in the book: Struts 1.1 beta 2, Java 2 Standard Edition, JBoss 3.0.3, MySQL 3.23, XDoclet, Torque, Tomcat, Ant, Axis, Cactus, and JUnit. Plus, it comes with an electronic, fully searchable version of the book.

From the Inside Cover: Thoroughly covers the essential features of Struts in a clear and readable style.

Struts Kick Start is a solid starting point for learning how to develop web applications using Struts. The authors start you off by reviewing the foundational technologies on which Struts is based, and immediately get into the sorts of practical "how to" information and examples that get you up to speed quickly.

Notable features that I really appreciated include the coverage on integration with other technologies (such as EJBs and web services), using Ant to set up your development environment, and the fact that the software goodies you need are available on the included CD. Struts does not live in a vacuum -- it is one of the tools in the developer's toolkit, so knowing how it works with other technologies is very useful.

Of particular importance is the coverage on testing your web application as you build and maintain it. Developing a solid testing methodology, and a substantial suite of tests (to protect yourself against regressions), is critically important to a rapid development cycle that still needs to produce high quality applications. Coverage of testing, though, tends to be minimal in many books about programming technologies. James and Kevin provide specific advice on how to use the JUnit and Cactus testing frameworks with your Struts based applications.

Struts Kick Start is a good resource for learning about Struts, and it will help you get up to speed quickly.

- Craig McClanahan, Creator of Struts

About James Turner

James Turner is the manager of Black Bear Software, LLC, and the Apache Jakarta Struts project. He has more than 22 years of experience in the computer field and has worked for organizations that include MIT, Xerox, Solbourne Computer, BBN Planet, and Interleaf. He spent the last seven years managing and implementing e-commerce Web sites for companies including CVS, The Christian Science Monitor, and Woolworths UK. In addition, he is an active contributor to various Apache Jakarta projects and recently was the Release Manager for the Jakarta Commons Validator 1.0 release. Mr. Turner is also a well-published freelance journalist and technology writer who has written for publications including The Christian Science Monitor, WIRED, and Web Developers Journal. He lives in Derry, New Hampshire, in a 200-year-old colonial farmhouse along with his wife and son. James is also the author of MySQL and JSP Web Applications: Data Driven Programming Using Tomcat and MySQL, published in 2002 by Sams Publishing.

Kevin Bedell is an E-Business Systems Architect with Sun Life Financial in Wellesley, Massachusetts. His career has crossed a number of different fields including programming, consulting, IT management, network integration, and corporate finance and accounting. In the software development world, he worked for large and small companies including Oracle, Johnson Controls, and Sun Life Financial. He's a Sun Certified Java Programmer and has earned his MCSE certification from Microsoft. Kevin holds a BS in engineering from Michigan Tech and an MBA from the Crummer Graduate School of Business at Rollins College in Winter Park, Florida.

Table of Contents



Introduction.

Who Should Read This Book? What Do You Need to Bring to the Table? What Does This Book Cover? Tools Youll Need. How This Book Is Organized. The Companion Web Site. Conventions Used in This Book. Updates and Corrections.



1. Struts in Context.

The Parable of the Carpenter. What Is Struts? State of Struts: Where Things Are Right Now. Faces Behind the Code: Struts Development. Where Struts Is Going. Conclusions.



2. The Model-View-Controller Design Pattern: 'Model 2' JSP Development.

The Model-View-Controller Design Pattern. The Origins of Model 1 / Model 2. How Struts Implements the Model 2 Pattern. Conclusions.



3. Hello World!: A First Struts Application.

Hello World! Application Requirements. Applying the Model-View-Controller Pattern. The View Component: The HTML Form and the Form Bean. MessageResources and Application.properties Files. The Struts Form Bean: HelloForm.java. Data Validation and ActionErrors. The Controller Component: HelloAction.java. The Model Component (HelloModel.java). Passing Data to the View Using Attributes: Constants.java. Tying It All Together: The struts-config.xml File. Conclusions.



4. HTTP Protocol: Web Application Communications and Control.

HTTP Protocol and the Request/Response Cycle. Control Information: HTTP Headers and HTTP Response Codes. HTTP Cookies and Session/User Management. Conclusions.



5. JSP, Taglibs, and JSTL: Extending Java onto the Page.

Servlets and JSP. Object Scoping with JSP. Hiding Business Logic Using Beans. JSP Custom Tags. Web Application Deployment. JSTL: The Standard Tag Library. JSP and J2EE: The Big Picture. J2EE and Struts. Conclusions.



6. The Sample Application: A Financial Portfolio.

Requirements: Covering Your Rear End. Starting with the Wireframes. Developing Use Cases. Data Sources and Storage. Choosing Technologies. Conclusions.



7. View Components: What the End User Sees.

The ActionForm. JSP Files: The Alpha and the Omega. The Perils of Automatic Type Conversion. The html:errors Tag. Internationalization. Conclusions.



8. The Controller: Directing the Action.

The Action Class. Accessing the Session and Other Form Beans. User Validation and Struts. Transferring Control Inside and Outside the Application. Conclusions.



9. Model Components: Modeling the Business.

Well-Designed Models. Further Isolation Techniques. Conclusions.



10. The struts-config.xml File: Tying All the Pieces Together.

The struts-config DTD. The Configuration File in Context. Conclusions.



11. How the Struts Tag Libraries Work: The View from Inside.

Review of JSP Tag Libraries. Understanding How Struts Tags Work: The Tag. Comparison to the Java Standard Tag Library. Conclusions.



12. Struts HTML Tags: Page Construction and Form Processing.

Struts Tags, JSP Custom Tags, and Java Scriptlets: Whats the Right Balance? Using Struts HTML Tags to Render Basic HTML Elements. The Basics of Form Processing. Check Boxes and Radio Buttons. Drop Downs and Select/Option Lists. Input Validation and . Uploading a File Using . Conclusions.



13. Struts Bean Tags: Storing and Passing Data.

Using Struts Bean Tags That Access Aspects of the Servlet Context. Using Struts Bean Tags That Access Java Resources. Using Struts Bean Tags That Access Bean Properties. Conclusions.



14. Struts Logic Tags: Conditional Presentation Logic.

Using Struts Logic Tags That Perform Conditional Display Based on a Value. Using Struts Logic Tags That Match Substrings. Using the Struts Logic Tags for Iteration. Using the Struts Logic Tags to Test for Absence or Presence of Values. Using the Struts Logic Tags to Transfer Control. Conclusions.



15. The Nested and Template Struts Tag Libraries: Handling Subproperties and Inserting Content.

Using the Struts Nested Tags. Using the Struts Template Tags. Conclusions.



16. The Struts Tiles Tag Library: Creation Master Document Templates.

A Tiles Overview. Enabling Tiles. The Definitions Configuration File. Writing JSP Files for Tiles. Modifying Your Actions. Putting It All Together. Other Aspects of Tiles. Conclusions.



17. DynaForms and the Validator.

DynaForms: Forms Without Java. The Validator: Automating Field Checking. Conclusions.



18. Using Struts with Enterprise JavaBeans.

EJBs Fit with Model Components. Quick Review of EJB Technologies. Using Different EJB Types with Struts. A Struts/EJB Sample Application. Conclusions.



19. Using Struts with Web Services.

Web Services Fit with Struts Model Components. A Quick Review of Web Service Technologies. How to Use Struts with a Web Service. A Struts/Web Service Sample Application. Conclusions.



20. Building, Deploying, and Testing Struts Applications.

An Integrated and Incremental Build/Test Cycle: Its Extreme! Building and Deploying Struts Applications Using Jakarta Ant. Developing a build.xml File for Building Struts Applications Using Ant. Extreme Struts Development with Integrated and Ongoing Testing. Mock Object Testing Using JUnit, StrutsTestCase, and Ant. In-Container Testing Using Cactus, JUnit, StrutsTestCase, and Ant. Conclusions.



Appendix A. Installing Struts and the Sample Applications from the CD.

Listing of Applications Included on the Companion CD-ROM. Step 1: Install the JDK and Tomcat. Step 2: Install MySQL. Copy the WAR Files to the Tomcat webapps Directory. Restart Tomcat.



Index.

Additional information

GOR002114462
9780672324727
0672324725
Struts Kick Start by James Turner
Used - Very Good
Paperback
Pearson Education (US)
2002-12-09
504
N/A
Book picture is for illustrative purposes only, actual binding, cover or edition may vary.
This is a used book - there is no escaping the fact it has been read by someone else and it will show signs of wear and previous use. Overall we expect it to be in very good condition, but if you are not entirely satisfied please get in touch with us

Customer Reviews - Struts Kick Start