Recommended books for Struts 2 framework
- Details
- Written by Nam Ha Minh
- Last Updated on 17 May 2020   |   Print Email
Struts is one of the most popular MVC-based frameworks for developing Java enterprise applications. Since Struts 1.x has reached its end of line and is no longer supported, Struts 2.x becomes more and more popular and widely adopted. So this article only covers review for Struts 2 books. Here are the recommended titles:
1. Struts 2 Design and Programming: A Tutorial
Publisher: BrainySoftware
Published Date: January 25th 2008
Paperback: 576 pages
Content Coverage:
- Struts Overview.
- Model 2 Applications.
- Starting with Struts.
- Actions and Results.
- OGNL.
- Form Tags.
- Generic Tags.
- Type Conversion.
- Input Validation.
- Message Handling and Internationalization.
- Model Driven and Prepare Interceptors.
- The Persistence Layer.
- File Download.
- Securing Struts Applications.
- Preventing Double Submits.
- Debugging and Profiling.
- Progress Meters.
- Custom Interceptors.
- Custom Result Types.
- Velocity, FreeMarker, and XSLT Results.
- Plug-ins, The Tiles Plug-in, and JFreeChart Plug-ins.
- Zero Configuration (CodeBehind Plug-in).
- AJAX.
More information about Struts 2 Design and Programming on Amazon
2. Apache Struts 2 Web Application Development
Publisher: Packt Publishing
Published Date: June 15th 2009
Paperback: 384 pages
Content Coverage:
- Struts and Agile Development.
- Basic Configuration.
- Actions and ActionSupport.
- Results and Result Types.
- OGNL, the Value Stack, and Custom Tags.
- Form Tags.
- Form Validation and Type Conversion.
- Interceptors.
- Exceptions and Logging.
- Getting Started with Javascript.
- Advanced Javascript, the DOM, and CSS.
- Themes and Templates.
- Rich Internet Applications.
- Comprehensive Testing.
- Documenting our application
More information about Apache Struts 2 Web Application Development on Amazon
3. Struts 2 in Action
Author: Donald Brown, Chad Michael Davis, Scott Stanlick
Publisher: Manning Publications
Published Date: May 1st 2008
Paperback: 432 pages
Content Coverage:
- Struts 2: A Brand New Framework
- Struts 2: the modern web application framework.
- Saying hello to Struts 2.
- Core Concepts: Actions, Interceptors, and Type Conversion
- Working with Struts 2 actions.
- Adding workflow with interceptors.
- Data transfer: OGNL and type conversion.
- Building the View: Tags and Results
- Building a view: tags.
- UI component tags.
- Results in detail.
- Improving Your Application
- Integrating with Spring and Hibernate/JPA.
- Exploring the validation framework.
- Understanding internationalization.
- Advanced Topics and Best Practices
- Extending Struts 2 with plug-ins.
- Best practices.
- Migration from Struts classic.
- Advanced topics:
More information about Struts2 in Action on Amazon
You may be also interested in:
- Top 8 Books for Java Web Frameworks in 2014
- Recommended books for Spring framework
- Recommended books for Hibernate framework
- Best Java books for Java EE developers
Comments