Java Frameworks & Tools

Schedule Register for this course Outline912 | Fundamentals of Jakarta Struts

2 days, 9am-4pm (1.2 CEUs)
Delivery: Open-Enrollment | Customized Onsite | Virtual Classroom
Price: $1,170 or 2 Vouchers

Jakarta Struts is an open source project from Apache that provides a framework for building a Model-View-Controller (MVC) architecture into your Web applications. Students will learn to build solid Web applications following many best practices we have used on the desktop for years. The class teaches students to build on the JavaServer Pages Standard Tag Libraries (JSTL) along with the Struts HTML tags for forms to build rich interfaces with validation and internationalization built right in.

By the end of the class students will be able to:

  • Understand the Jakarta Struts framework, and where it fits in building Java-based Web applications
  • Understand the benefits of separating business logic from presentation
  • Learn to work with beans to manipulate UI elements and process user submitted data
  • Learn to validate user input
  • Learn to build tiles for reuse across applications
  • Understand how Struts helps to support internationalization